Advertisement
Guest User

Untitled

a guest
Mar 7th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # Generated by iptables-save v1.4.7 on Mon Mar 3 08:30:29 2014
  2. *nat
  3. :PREROUTING ACCEPT [17:759]
  4. :POSTROUTING ACCEPT [9:576]
  5. :OUTPUT ACCEPT [9:576]
  6. COMMIT
  7. # Completed on Mon Mar 3 08:30:29 2014
  8. # Generated by iptables-save v1.4.7 on Mon Mar 3 08:30:29 2014
  9. *mangle
  10. :PREROUTING ACCEPT [384:26661]
  11. :INPUT ACCEPT [384:26661]
  12. :FORWARD ACCEPT [0:0]
  13. :OUTPUT ACCEPT [364:28981]
  14. :POSTROUTING ACCEPT [364:28981]
  15. COMMIT
  16. # Completed on Mon Mar 3 08:30:29 2014
  17. # Generated by iptables-save v1.4.7 on Mon Mar 3 08:30:29 2014
  18. *filter
  19. :INPUT ACCEPT [35:2804]
  20. :FORWARD ACCEPT [0:0]
  21. :OUTPUT ACCEPT [29:2748]
  22. -A INPUT -p tcp -m tcp --sport 10011 -j ACCEPT
  23. -A INPUT -p tcp -m tcp --dport 10011 -j ACCEPT
  24. -A INPUT -p tcp -m tcp --sport 30033 -j ACCEPT
  25. -A INPUT -p tcp -m tcp --dport 30033 -j ACCEPT
  26. -A INPUT -p udp -m udp --sport 9987 -j ACCEPT
  27. -A INPUT -p udp -m udp --dport 9987 -j ACCEPT
  28. -A INPUT -p udp -m udp --dport 64738 -j ACCEPT
  29. -A INPUT -p tcp -m tcp --dport 64738 -j ACCEPT
  30. COMMIT
  31. # Completed on Mon Mar 3 08:30:29 2014
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement