我希望SSH进入防火墙后面的计算机,阻止SSH连接(传入和传出)。有趣的是,我仍然可以使用远程桌面软件TeamViewer访问计算机.我假设允许使用TeamViewer,因为它使用的端口与ssh的默认端口22不同,因此我将以下端口添加到/etc/ssh/sshd_config:
Port 22
Port 443
Port 80
Port 5938
Port 10000
然后尝试依次连接到其中的每一个(例如)
ssh user@remote-computer.com -p 5938
所有端口都不起作用:我仍然得到一个Connection timed out错误。
为什么TeamViewer可以连
我试图远程连接FTP,我得到了以下错误,在本地网络上,我可以连接和访问文件。请协助
[22:08:16] SmartFTP v4.1.1308.0
[22:08:16] Resolving host name "41.139.214.94"
[22:08:16] Connecting to 41.139.214.94 Port: 21
[22:08:16] Connected to 41.139.214.94.
[22:08:16] 220-Microsoft FTP Service
[22:08:17] 220 SKY CITY CASINO
[22:08:17] USER
我试图实现一个循环与条件,但还没有运气。如果主机名为A,则在命令中添加1.1.1.1.1IP地址,如果设备主机名为B,则添加2.2.2.2IP地址。
你能帮帮我吗。
- name: logs
ios_command:
commands:
- show ip bgp vpnv4 vrf SIG neighbors {{item.ip}} routes
- show ip bgp vpnv4 vrf SIG neighbors {{item.ip}} advertised-routes
我的isp有一个静态ip X.x和一个未路由的公共子网Y.0/24在成熟时注册。
我的前同事设置了一个服务器,该服务器执行具有te folowing配置的路由:
ISP------->(eth0) Server (eth1)--->Switch---> Multiple pc
X.X.X.X eth0 : X.X.X.X Static ip: Y.Y.Y.100-150 (each pc have its own public ip)
eth1:2 : Y.Y.Y.1 Gateway
当我将k8s工作节点添加到主控制平面时,calico-node的pod报告错误,显示服务器的ip连接不健康。
Warning Unhealthy 36s kubelet, izbp1a13o0oyyyt66ldcdhsj
Readiness probe failed: calico/node is not ready: BIRD is not ready: BGP not established with XX.XX.XX.XX
2020-02-03 08:16:54.740 [INFO][119] health.go 156: Number of node(s) with BG