我觉得不应该是路由的问题呀,似乎是连接上后断的……
[root@localhost bbs]# /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT 0 -- anywhere 192.168.122.0/24 state RELATED,E
STABLISHED
ACCEPT 0 -- 192.168.122.0/24 anywhere
ACCEPT 0 -- anywhere anywhere
REJECT 0 -- anywhere anywhere reject-with icm
p-port-unreachable
REJECT 0 -- anywhere anywhere reject-with icm
p-port-unreachable
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
【 在 JulyClyde (七月) 的大作中提到: 】
: 还是贴iptables -L和iptables -L -t nat的结果比较靠谱
--
FROM 202.108.12.*