Advertisement
Guest User

Untitled

a guest
Nov 8th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. num target prot opt source destination
  3.  
  4. Chain FORWARD (policy ACCEPT)
  5. num target prot opt source destination
  6. 1 ACCEPT tcp -- anywhere anywhere tcp dpt:3389
  7. 2 ACCEPT tcp -- anywhere anywhere tcp dpt:telnet
  8. 3 ACCEPT tcp -- anywhere anywhere tcp dpt:48898
  9. 4 ACCEPT all -- 10.49.0.3 anywhere
  10.  
  11. Chain OUTPUT (policy ACCEPT)
  12. num target prot opt source destination
  13.  
  14.  
  15.  
  16.  
  17. Chain PREROUTING (policy ACCEPT)
  18. num target prot opt source destination
  19. 1 DNAT tcp -- anywhere 10.0.0.211 tcp dpt:telnet to:10.49.0.3:23
  20. 2 DNAT tcp -- anywhere 10.0.0.211 tcp dpt:48898 to:10.49.0.3:48898
  21. 3 DNAT tcp -- anywhere anywhere tcp dpt:3389 to:10.49.0.3
  22.  
  23. Chain INPUT (policy ACCEPT)
  24. num target prot opt source destination
  25.  
  26. Chain OUTPUT (policy ACCEPT)
  27. num target prot opt source destination
  28.  
  29. Chain POSTROUTING (policy ACCEPT)
  30. num target prot opt source destination
  31. 1 SNAT tcp -- 10.49.0.3 anywhere tcp spt:telnet to:10.0.0.211
  32. 2 SNAT tcp -- 10.49.0.3 anywhere tcp spt:48898 to:10.0.0.211
  33. 3 SNAT all -- anywhere anywhere to:10.0.0.211
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement