Advertisement
Guest User

Untitled

a guest
May 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. /sbin/iptables -t filter -F
  2. /sbin/iptables -t nat -F
  3. /sbin/iptables -t mangle -F
  4. /sbin/iptables -t raw -F
  5. /sbin/iptables -t filter -P INPUT ACCEPT
  6. /sbin/iptables -t filter -P OUTPUT ACCEPT
  7. /sbin/iptables -t filter -P FORWARD ACCEPT
  8. /sbin/iptables -t nat -P PREROUTING ACCEPT
  9. /sbin/iptables -t nat -P POSTROUTING ACCEPT
  10. /sbin/iptables -t nat -P OUTPUT ACCEPT
  11. /sbin/iptables -t mangle -P PREROUTING ACCEPT
  12. /sbin/iptables -t mangle -P OUTPUT ACCEPT
  13. /sbin/iptables -t mangle -P POSTROUTING ACCEPT
  14. /sbin/iptables -t mangle -P FORWARD ACCEPT
  15. /sbin/iptables -t mangle -P INPUT ACCEPT
  16. /sbin/iptables -t raw -P OUTPUT ACCEPT
  17. /sbin/iptables -t raw -P PREROUTING ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement