Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Chain INPUT (policy ACCEPT)
- num target prot opt source destination
- Chain FORWARD (policy ACCEPT)
- num target prot opt source destination
- 1 ACCEPT tcp -- anywhere anywhere tcp dpt:3389
- 2 ACCEPT tcp -- anywhere anywhere tcp dpt:telnet
- 3 ACCEPT tcp -- anywhere anywhere tcp dpt:48898
- 4 ACCEPT all -- 10.49.0.3 anywhere
- Chain OUTPUT (policy ACCEPT)
- num target prot opt source destination
- Chain PREROUTING (policy ACCEPT)
- num target prot opt source destination
- 1 DNAT tcp -- anywhere 10.0.0.211 tcp dpt:telnet to:10.49.0.3:23
- 2 DNAT tcp -- anywhere 10.0.0.211 tcp dpt:48898 to:10.49.0.3:48898
- 3 DNAT tcp -- anywhere anywhere tcp dpt:3389 to:10.49.0.3
- Chain INPUT (policy ACCEPT)
- num target prot opt source destination
- Chain OUTPUT (policy ACCEPT)
- num target prot opt source destination
- Chain POSTROUTING (policy ACCEPT)
- num target prot opt source destination
- 1 SNAT tcp -- 10.49.0.3 anywhere tcp spt:telnet to:10.0.0.211
- 2 SNAT tcp -- 10.49.0.3 anywhere tcp spt:48898 to:10.0.0.211
- 3 SNAT all -- anywhere anywhere to:10.0.0.211
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement