View Single Post
Old 01-16-2014, 02:32 PM   #6
koziej
Junior Member
koziej began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2012
Device: Kindle Touch
does it look right?

Code:
 iptables -L
Chain INPUT (policy DROP)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:40317 
ACCEPT     tcp  --  anywhere             anywhere            state RELATED,ESTABLISHED 
ACCEPT     tcp  --  anywhere             anywhere            state RELATED,ESTABLISHED 
ACCEPT     udp  --  anywhere             anywhere            state ESTABLISHED 
ACCEPT     udp  --  anywhere             anywhere            state ESTABLISHED 
ACCEPT     udp  --  anywhere             anywhere            udp spt:40317 
ACCEPT     udp  --  anywhere             anywhere            udp spt:49317 
ACCEPT     udp  --  anywhere             anywhere            udp spt:33434 
ACCEPT     all  --  localhost.localdomain  anywhere            
ACCEPT     all  --  anywhere             anywhere            
ACCEPT     icmp --  anywhere             anywhere            state RELATED,ESTABLISHED 

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             localhost.localdomain
koziej is offline   Reply With Quote