enable
conf t
ip nat inside source static tcp 192.168.1.254 22 10.1.0.128 22
Sends incomming connection on ip 10.1.0.128(the router) port 22 go to 192.168.1.254(the desired server to receive the connection) port 22
enable
conf t
ip nat inside source static tcp 192.168.1.254 22 10.1.0.128 22
Sends incomming connection on ip 10.1.0.128(the router) port 22 go to 192.168.1.254(the desired server to receive the connection) port 22