成都联通ISP过滤端口

成都联通 ISP过滤端口

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
25/tcp  filtered smtp
42/tcp filtered nameserver
80/tcp filtered http
135/tcp filtered msrpc
136/tcp filtered profile
137/tcp filtered netbios-ns
138/tcp filtered netbios-dgm
139/tcp filtered netbios-ssn
443/tcp filtered https
445/tcp filtered microsoft-ds
593/tcp filtered http-rpc-epmap
1025/tcp filtered NFS-or-IIS
1068/tcp filtered instl_bootc
1088/tcp filtered cplscrambler-al
1434/tcp filtered ms-sql-m
8080/tcp filtered http-proxy
8321/tcp filtered tnp
8409/tcp filtered unknown

路由器启动后关闭防火墙

1
2
3
4
5
ip6tables -F
ip6tables -X
ip6tables -P INPUT ACCEPT
ip6tables -P OUTPUT ACCEPT
ip6tables -P FORWARD ACCEPT