Hello all,
I have a 'public' network connected to a 'private' one. Two routers, configured as main/backup, interconnect the private and public networks.
To allow a specific private host to go on the public network, I configured a static nat on the interconnection routers:
interface <to_private_network>
ip nat inside
interface <to_public_network>
ip nat outside
ip nat inside source static <private_ip> <public_ip>
I have now a weird result.
UDP-based applications (like snmp) are ok but TCP-based applications (like telnet ou https) are not.
The nat works correctly but the connection stopped after the nat.
Have you ever seen such a behaviour before?
Regards,
Jean-Baptiste