国外VPS切换机房后外网无法访问或80端口其他端口无法访问的解决方法
昨晚把yz所在的vps换了机房, 自然ip也更换了然后,突然发现怎么不能ping外网呢? 除此之外,网站也无法访问了,$$也不生效了[*][root@nutzbook ~]# ping 8.8.8.8
[*]PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
[*]^C
[*]--- 8.8.8.8 ping statistics ---
[*]74 packets transmitted, 0 received, 100% packet loss, time 74016ms
[*]
[*][root@nutzbook ~]# ping 114.114.114.114
[*]PING 114.114.114.114 (114.114.114.114) 56(84) bytes of data.
[*]^C
[*]--- 114.114.114.114 ping statistics ---
[*]11 packets transmitted, 0 received, 100% packet loss, time 10547ms
[*]
[*][root@nutzbook ~]# route -n
[*]Kernel IP routing table
[*]Destination Gateway Genmask Flags Metric Ref Use Iface
[*]169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 venet0
[*]0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 venet0
百思不得其解, 唯有找客服, 答复的核心就是一句iptables命令
[*]iptables -F; iptables -t nat -F; iptables-save > /etc/sysconfig/iptables
即清除老的转发规则,神奇了,为啥会有呢, 搞不清楚了…
鸟大了什么林子都有。。 囊括大典,网罗众家;思想自由,兼容并包。 人生如戏,全靠演技。
页:
[1]