Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.83 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Generated by iptables-save v1.4.8 on Wed Apr 25 13:55:23 2012
  2. *mangle
  3. :PREROUTING ACCEPT [21784:2813523]
  4. :INPUT ACCEPT [21773:2812573]
  5. :FORWARD ACCEPT [9:460]
  6. :OUTPUT ACCEPT [18869:4298697]
  7. :POSTROUTING ACCEPT [18878:4299157]
  8. COMMIT
  9. # Completed on Wed Apr 25 13:55:23 2012
  10. # Generated by iptables-save v1.4.8 on Wed Apr 25 13:55:23 2012
  11. *filter
  12. :INPUT ACCEPT [21773:2812573]
  13. :FORWARD ACCEPT [9:460]
  14. :OUTPUT ACCEPT [18869:4298697]
  15. COMMIT
  16. # Completed on Wed Apr 25 13:55:23 2012
  17. # Generated by iptables-save v1.4.8 on Wed Apr 25 13:55:23 2012
  18. *nat
  19. :PREROUTING ACCEPT [1095:72282]
  20. :POSTROUTING ACCEPT [354:21435]
  21. :OUTPUT ACCEPT [348:21123]
  22. -A PREROUTING -p tcp -m tcp --dport 25565 -j DNAT --to-destination 192.168.1.201:25565
  23. -A POSTROUTING -s 10.0.2.0/24 -o eth0 -j MASQUERADE
  24. COMMIT
  25. # Completed on Wed Apr 25 13:55:23 2012