Guest User

save

a guest
Dec 30th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. iptables-save
  2. # Generated by iptables-save v1.4.14 on Wed Dec 30 16:02:54 2015
  3. *nat
  4. :PREROUTING ACCEPT [4:200]
  5. :INPUT ACCEPT [0:0]
  6. :OUTPUT ACCEPT [0:0]
  7. :POSTROUTING ACCEPT [0:0]
  8. -A PREROUTING -s 10.184.39.184/32 -p tcp -m tcp --dport 9087 -j DNAT --to-destination 10.184.39.81:80
  9. -A PREROUTING -s 10.184.39.184/32 -p tcp -m tcp --dport 9087 -j DNAT --to-destination 10.184.39.81:80
  10. -A POSTROUTING -j MASQUERADE
  11. COMMIT
  12. # Completed on Wed Dec 30 16:02:54 2015
  13. # Generated by iptables-save v1.4.14 on Wed Dec 30 16:02:54 2015
  14. *mangle
  15. :PREROUTING ACCEPT [14523:11554240]
  16. :INPUT ACCEPT [14002:11453157]
  17. :FORWARD ACCEPT [0:0]
  18. :OUTPUT ACCEPT [10450:1197842]
  19. :POSTROUTING ACCEPT [10502:1205685]
  20. COMMIT
  21. # Completed on Wed Dec 30 16:02:54 2015
  22. # Generated by iptables-save v1.4.14 on Wed Dec 30 16:02:54 2015
  23. *filter
  24. :INPUT ACCEPT [111:19725]
  25. :FORWARD ACCEPT [0:0]
  26. :OUTPUT ACCEPT [83:5908]
  27. COMMIT
  28. # Completed on Wed Dec 30 16:02:54 2015
Add Comment
Please, Sign In to add comment