我正在merlin router起一個shadowsock server, 但怎也連不上.
netstat可以看見,
tcp 0 0 0.0.0.0:8388 0.0.0.0:* LISTEN
iptables是這樣的.- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT all -- tun21 any anywhere anywhere
- 0 0 ACCEPT udp -- any any anywhere anywhere udp dpt:1194
- 0 0 DROP icmp -- vlan2 any anywhere anywhere icmp echo-request
- 2750 297K ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
- 4 254 DROP all -- any any anywhere anywhere state INVALID
- 485 53238 ACCEPT all -- br0 any anywhere anywhere state NEW
- 973 237K ACCEPT all -- lo any anywhere anywhere state NEW
- 0 0 ACCEPT udp -- any any anywhere anywhere udp spt:bootps dpt:bootpc
- 3 144 SSHBFP tcp -- vlan2 any anywhere anywhere tcp dpt:ssh state NEW
- 0 0 ACCEPT icmp -- any any anywhere anywhere icmp !echo-request
- 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:1723
- 0 0 ACCEPT gre -- any any anywhere anywhere
- 70 4015 DROP all -- any any anywhere anywhere
- 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:8388
複製代碼 但用internet port tester, 都係話 8388 呢個port 係close既.... |