Hi folks,
I would like to discuss a scenario where I do need to perform port forwarding in order to get to a device from the Internet, being the challenge that the device has no access to the Internet.
Allow me to illustrate with the following ne...
I'm trying the following configuration even though wouldn't be scalable, with no success:
ip nat outside source static [my_public_ip] 10.164.198.1 extendable
ip nat inside source static tcp 10.164.198.64 22 interface Dialer1 8200
The debug spills...