Vheavens 发表于 2007-9-30 20:59:25

用pidgin登录QQ应该放行哪一个端口?

我的iptables设置如下:
Chain INPUT (policy DROP)
target   prot opt source               destination         
ACCEPT   tcp--anywhere             anywhere            tcp dpt:http
ACCEPT   tcp--anywhere             anywhere            tcp dpt:ftp
ACCEPT   tcp--anywhere             anywhere            tcp dpt:ftp-data
ACCEPT   tcp--anywhere             anywhere            tcp dpts:1024:65535
ACCEPT   tcp--anywhere             anywhere            tcp spt:domain
ACCEPT   udp--anywhere             anywhere            udp spt:domain
ACCEPT   0    --anywhere             anywhere            

Chain FORWARD (policy ACCEPT)
target   prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target   prot opt source               destination         

我如果把INPUT设置成ACCEPT,pidgin就可以登录,用上面就不行,我应该怎么做,谢谢!!
页: [1]
查看完整版本: 用pidgin登录QQ应该放行哪一个端口?