Advertisement
Guest User

Untitled

a guest
Aug 31st, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. [root@gamerbox httpd]# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT udp -- anywhere anywhere udp dpt:ftp-data
  5. ACCEPT udp -- anywhere anywhere udp dpt:ftp
  6. ACCEPT udp -- anywhere anywhere udp dpt:domain
  7. ACCEPT tcp -- anywhere anywhere tcp dpt:dnp
  8. ACCEPT tcp -- anywhere anywhere tcp dpt:ndmp
  9. ACCEPT tcp -- anywhere anywhere tcp dpt:https
  10. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  11. ACCEPT tcp -- anywhere anywhere tcp dpt:imaps
  12. ACCEPT tcp -- anywhere anywhere tcp dpt:imap
  13. ACCEPT tcp -- anywhere anywhere tcp dpt:pop3s
  14. ACCEPT tcp -- anywhere anywhere tcp dpt:pop3
  15. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data
  16. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
  17. ACCEPT tcp -- anywhere anywhere tcp dpt:domain
  18. ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
  19. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  20.  
  21. Chain FORWARD (policy ACCEPT)
  22. target prot opt source destination
  23.  
  24. Chain OUTPUT (policy ACCEPT)
  25. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement