Guest User

koffel

a guest
Apr 30th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. root@linux-DW232A-ABA-A510N:~# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT all -- anywhere anywhere
  5. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  6.  
  7. Chain FORWARD (policy ACCEPT)
  8. target prot opt source destination
  9. ACCEPT all -- anywhere anywhere
  10.  
  11. Chain OUTPUT (policy ACCEPT)
  12. target prot opt source destination
  13. ACCEPT all -- anywhere anywhere
  14. ACCEPT all -- anywhere anywhere ctstate NEW,RELATED,ESTABLISHED
  15. root@linux-DW232A-ABA-A510N:~#
Advertisement
Add Comment
Please, Sign In to add comment