Advertisement
Guest User

Untitled

a guest
Nov 8th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. root@LakawebGW:~# iptables -t nat -L
  2. Chain PREROUTING (policy ACCEPT)
  3. target prot opt source destination
  4. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpt:8888 to:192.168.1.1:80
  5. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpt:26 to:192.168.1.1:22
  6. DNAT icmp -- anywhere cm-188.126.201.240.customer.telag.net to:192.168.1.1
  7. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpt:www to:192.168.1.6
  8. DNAT udp -- anywhere cm-188.126.201.240.customer.telag.net udp dpt:www to:192.168.1.6
  9. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpt:9121 to:192.168.1.6
  10. DNAT udp -- anywhere cm-188.126.201.240.customer.telag.net udp dpt:9121 to:192.168.1.6
  11. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpt:ftp to:192.168.1.6
  12. DNAT udp -- anywhere cm-188.126.201.240.customer.telag.net udp dpt:fsp to:192.168.1.6
  13. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpt:ssh to:192.168.1.6
  14. DNAT udp -- anywhere cm-188.126.201.240.customer.telag.net udp dpt:ssh to:192.168.1.6
  15. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpts:28960:28965 to:192.168.1.6
  16. DNAT udp -- anywhere cm-188.126.201.240.customer.telag.net udp dpts:28960:28965 to:192.168.1.6
  17. DNAT tcp -- anywhere cm-188.126.201.240.customer.telag.net tcp dpts:20800:20810 to:192.168.1.6
  18. DNAT udp -- anywhere cm-188.126.201.240.customer.telag.net udp dpts:20800:20810 to:192.168.1.6
  19. TRIGGER 0 -- anywhere cm-188.126.201.240.customer.telag.net TRIGGER type:dnat match:0 relate:0
  20. DNAT 0 -- anywhere cm-188.126.201.240.customer.telag.net to:192.168.1.6
  21.  
  22. Chain OUTPUT (policy ACCEPT)
  23. target prot opt source destination
  24.  
  25. Chain POSTROUTING (policy ACCEPT)
  26. target prot opt source destination
  27. SNAT 0 -- anywhere anywhere to:188.126.201.240
  28. RETURN 0 -- anywhere anywhere PKTTYPE = broadcast
  29. MASQUERADE 0 -- anywhere anywhere
  30. root@LakawebGW:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement