
442 Chapter 10 • Requirements For Network Address Translation in Remote Access Networks
The debug output is shown below. Host D (192.168.2.1) was used to
Telnet to the Web servers using a virtual IP address of 192.168.1.1. Note
that when Host D opens the session to the virtual IP address, Web server
10.1.1.2 responds. This is because this particular conversation was passed
to Web server 10.1.1.2 by the NAT router.
NATRouter#debug ip nat detailed
IP NAT detailed debugging is on
NATRouter#
NATRouter#
12:51:13: NAT: o: tcp (192.168.2.1, 11019) -> (192.168.1.1, 23) [0]
12:51:13: NAT: i: tcp (10.1.1.2, 23) -> (192.168.2.1, 11019) [0]
12:51:13: NAT: o: tcp (192.168.2.1, ...