我正在设置一个新服务器,这让我抓狂。
我使用静态IP,并且已正确设置。
我可以卷曲www.google.com、wget 驱动文件、apt install、使用 teamviewer。
但我无法使用端口 22(或任何其他端口)进行远程 ssh
除了网关内的服务器之外,我无法在任何地方 ping/tcptraceroute。甚至 8.8.8.8 也无法访问。
我有2个lan端口,目前enp5s0已连接。
下面是我的 ifconfig -a
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 114.70.37.242 netmask 255.255.255.0 broadcast 114.70.37.255
inet6 fe80::264b:feff:fe8c:7cc4 prefixlen 64 scopeid 0x20<link>
ether 24:4b:fe:8c:7c:c4 txqueuelen 1000 (Ethernet)
RX packets 5708481 bytes 5108244101 (5.1 GB)
RX errors 0 dropped 132234 overruns 0 frame 0
TX packets 469442 bytes 192375552 (192.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x94300000-9437ffff
enp6s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 24:4b:fe:8c:7c:c5 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0x94200000-9427ffff
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 243577 bytes 246215414 (246.2 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 243577 bytes 246215414 (246.2 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
我的 tcptraceroute 8.8.8.8
Selected device enp5s0, address 114.70.37.242, port 50637 for outgoing packets
Tracing the path to 8.8.8.8 on TCP port 80 (http), 30 hops max
1 _gateway (114.70.37.254) 0.701 ms 0.671 ms 0.621 ms
2 192.168.10.37 78.193 ms 0.693 ms 0.681 ms
3 192.168.201.2 0.389 ms 0.222 ms 0.197 ms
4 * * *
我已禁用 ufw,iptables -F 已执行,因此 iptables -L 没有显示任何内容。
有人能帮帮我吗?
编辑 ============== 路线结果
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 0 0 0 enp5s0
default _gateway 0.0.0.0 UG 0 0 0 enp5s0
114.70.37.0 0.0.0.0 255.255.255.0 U 0 0 0 enp5s0
答案1
Google 通常会限制 ping 和其他非解析流量,因为8.8.8.8
它是一项 DNS 服务,而不是互联网连接测试。由于您可以使用 cURL 和其他东西,因此您的 DNS 显然可以正常工作,与外界的连接也是如此。您能 ping 吗151.101.1.69
(AskUbuntu)?
至于 SSH 问题,您是否确认该端口没有被路由器或其他网络设备阻止?