iptables - port forward
Hello all,
Here is my setup:
VM1 [ eth0 bridged, eth1 = VMNET5 ]
eth0: 10.10.1.1
eth1: 100.100.1.1
iptables enabled
VM2
eth0: 100.100.1.2 [ eth0 = VMNET5 ]
iptables enabled
both machines running on rhel 6
So, from an external machine if I'm doing ssh 10.10.1.1 -p 22122 got conn timedout.
Have ANY idea how to do it ?
|