Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. vsrv01:/etc/scripts# iptables-save
  2. # Generated by iptables-save v1.4.2 on Wed May 18 21:24:53 2011
  3. *mangle
  4. :PREROUTING ACCEPT [20633465:8978575665]
  5. :INPUT ACCEPT [18296955:7348069607]
  6. :FORWARD ACCEPT [2336510:1630506058]
  7. :OUTPUT ACCEPT [19254061:8946643115]
  8. :POSTROUTING ACCEPT [21590560:10577147719]
  9. COMMIT
  10. # Completed on Wed May 18 21:24:53 2011
  11. # Generated by iptables-save v1.4.2 on Wed May 18 21:24:53 2011
  12. *filter
  13. :INPUT ACCEPT [18296955:7348069607]
  14. :FORWARD ACCEPT [2336507:1630505914]
  15. :OUTPUT ACCEPT [19254052:8946642021]
  16. -A FORWARD -d 172.16.99.10/32 -p tcp -m state --state NEW,RELATED,ESTABLISHED -m tcp --dport 25 -j ACCEPT
  17. COMMIT
  18. # Completed on Wed May 18 21:24:53 2011
  19. # Generated by iptables-save v1.4.2 on Wed May 18 21:24:53 2011
  20. *nat
  21. :PREROUTING ACCEPT [403382:24063002]
  22. :POSTROUTING ACCEPT [4213330:345201897]
  23. :OUTPUT ACCEPT [4210020:345002586]
  24. -A PREROUTING -p tcp -m tcp --dport 25 -j DNAT --to-destination 172.16.99.10
  25. COMMIT
  26. # Completed on Wed May 18 21:24:53 2011
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement