Advertisement
gen2monk

Untitled

Feb 24th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [root@QATAEAPP1 ~]# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT tcp -- anywhere anywhere tcp dpt:smux
  5. ACCEPT udp -- anywhere anywhere udp dpt:smux
  6. ACCEPT udp -- anywhere anywhere udp dpt:snmptrap
  7. ACCEPT tcp -- anywhere anywhere tcp dpt:snmp
  8. ACCEPT all -- INTCLCDCOMM1 anywhere
  9. ACCEPT icmp -- 10.1.0.0/24 anywhere
  10. DROP all -- 10.1.0.0/24 anywhere
  11. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  12. ACCEPT icmp -- anywhere anywhere
  13. ACCEPT all -- anywhere anywhere
  14. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
  15. ACCEPT all -- 10.0.0.0/24 anywhere
  16. ACCEPT all -- 10.60.0.0/24 anywhere
  17. ACCEPT all -- 10.50.0.0/24 anywhere
  18. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  19. ACCEPT icmp -- anywhere anywhere
  20. ACCEPT icmp -- 10.1.0.0/24 anywhere
  21.  
  22. Chain FORWARD (policy ACCEPT)
  23. target prot opt source destination
  24. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  25.  
  26. Chain OUTPUT (policy ACCEPT)
  27. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement