Guest User

iptables security

a guest
Sep 28th, 2018
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. INPUT_direct all -- anywhere anywhere
  4.  
  5. Chain FORWARD (policy ACCEPT)
  6. target prot opt source destination
  7. FORWARD_direct all -- anywhere anywhere
  8.  
  9. Chain OUTPUT (policy ACCEPT)
  10. target prot opt source destination
  11. OUTPUT_direct all -- anywhere anywhere
  12.  
  13. Chain FORWARD_direct (1 references)
  14. target prot opt source destination
  15.  
  16. Chain INPUT_direct (1 references)
  17. target prot opt source destination
  18.  
  19. Chain OUTPUT_direct (1 references)
  20. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment