|
|
[root@localhost ~]# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
DNAT tcp -- anywhere anywhere tcp dpt:4899 to:192.168.80.106
DNAT tcp -- anywhere anywhere tcp dpt:5631 to:192.168.80.141
DNAT udp -- anywhere anywhere udp dpt:5632 to:192.168.80.141
DNAT tcp -- anywhere anywhere tcp dpt:4899 to:192.168.80.106
DNAT tcp -- anywhere 61.142.245.162 tcp dpt:4899 to:192.168.80.106
DNAT tcp -- anywhere 61.142.245.162 tcp dpt:5631 to:192.168.80.141
DNAT udp -- anywhere 61.142.245.162 udp dpt:5632 to:192.168.80.141 |
|