Guest User

Untitled

a guest
Jun 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. RH-Firewall-1-INPUT all -- anywhere anywhere
  5.  
  6. Chain FORWARD (policy ACCEPT)
  7. target prot opt source destination
  8. RH-Firewall-1-INPUT all -- anywhere anywhere
  9.  
  10. Chain OUTPUT (policy ACCEPT)
  11. target prot opt source destination
  12.  
  13. Chain RH-Firewall-1-INPUT (2 references)
  14. target prot opt source destination
  15. ACCEPT all -- anywhere anywhere
  16. ACCEPT icmp -- anywhere anywhere icmp any
  17. ACCEPT esp -- anywhere anywhere
  18. ACCEPT ah -- anywhere anywhere
  19. ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
  20. ACCEPT udp -- anywhere anywhere udp dpt:ipp
  21. ACCEPT tcp -- anywhere anywhere tcp dpt:ipp
  22. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  23. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
  24. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
  25. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
  26. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
  27. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:mil-2045-47001
  28. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:13013
  29. REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
  30. [root@sgmdmsswk01 log]#
Add Comment
Please, Sign In to add comment