Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. ACCEPT all -- anywhere anywhere
  4. REJECT all -- anywhere 127.0.0.0/8 reject-with icmp-port-unreachable
  5. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  6. ACCEPT tcp -- anywhere anywhere tcp dpt:www
  7. ACCEPT tcp -- anywhere anywhere tcp dpt:https
  8. ACCEPT tcp -- anywhere anywhere tcp dpt:8003
  9. ACCEPT tcp -- anywhere anywhere tcp dpt:8400
  10. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:30000
  11. ACCEPT icmp -- anywhere anywhere icmp echo-request
  12. LOG all -- anywhere anywhere limit: avg 5/min burst 5 LOG level debug prefix `iptables denied: '
  13. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  14.  
  15. Chain FORWARD (policy ACCEPT)
  16. target prot opt source destination
  17. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  18.  
  19. Chain OUTPUT (policy ACCEPT)
  20. target prot opt source destination
  21. ACCEPT all -- anywhere anywhere
Add Comment
Please, Sign In to add comment