Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. *nat
  2. :PREROUTING ACCEPT [0:0]
  3. :INPUT ACCEPT [0:0]
  4. :OUTPUT ACCEPT [0:0]
  5. :POSTROUTING ACCEPT [0:0]
  6.  
  7. COMMIT
  8.  
  9. *filter
  10. :INPUT ACCEPT [0:0]
  11. :FORWARD ACCEPT [0:0]
  12. :OUTPUT ACCEPT [0:0]
  13.  
  14. # Service rules
  15. -A INPUT -j DROP
  16.  
  17. # Forwarding rules
  18. -A FORWARD -j DROP
  19.  
  20. COMMIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement