interface FastEthernet0/0 descrition WAN ip address 10.1.12.2 255.255.255.0 ip nat outside ! interface FastEthernet0/1 descrition Colo ip address 10.1.23.2 255.255.255.0 ip nat outside ! interface FastEthernet1/0 descrition LAN ip address 10.1.24.2 255.255.255.0 ip nat inside ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 10.1.12.1 ip route 10.1.24.100 255.255.255.255 FastEthernet0/0 ip route 10.1.24.200 255.255.255.255 FastEthernet0/1 ip route 33.33.33.0 255.255.255.0 FastEthernet0/1 10.1.23.3 ip route 77.77.77.7 255.255.255.255 10.1.24.4 ip nat inside source route-map WAN interface FastEthernet0/0 overload ip nat inside source route-map COLO interface FastEthernet0/1 overload ip nat inside source static tcp 10.1.24.5 80 10.1.12.2 80 extendable ip nat inside source static tcp 10.1.24.6 443 10.1.12.2 443 extendable ip nat outside source static 33.33.33.3 10.1.24.200 ip nat outside source static 88.88.88.8 10.1.24.100 access-list 1 permit 10.1.24.0 0.0.0.255 route-map WAN permit 10 match ip address 1 match interface FastEthernet0/0 route-map COLO permit 10 match ip address 1 match interface FastEthernet0/1 Testing -------- Lan1#ping 10.1.24.100 repeat 10 Type escape sequence to abort. Sending 10, 100-byte ICMP Echos to 10.1.24.100, timeout is 2 seconds: !!!!!!!!!! Success rate is 100 percent (10/10), round-trip min/avg/max = 48/78/136 ms Lan1#ping 10.1.24.200 repeat 10 Type escape sequence to abort. Sending 10, 100-byte ICMP Echos to 10.1.24.200, timeout is 2 seconds: !!!!!!!!!! Success rate is 100 percent (10/10), round-trip min/avg/max = 12/32/48 m NAT#sh ip na translations Pro Inside global Inside local Outside local Outside global icmp 10.1.12.2:17 10.1.24.4:17 10.1.24.100:17 88.88.88.8:17 icmp 10.1.23.2:18 10.1.24.4:18 10.1.24.200:18 33.33.33.3:18 WAN#telnet 10.1.12.2 80 /source-interface lo0 Trying 10.1.12.2, 80 ... Open NAT#sh ip na translations Pro Inside global Inside local Outside local Outside global tcp 10.1.12.2:80 10.1.24.5:80 10.1.24.100:55236 88.88.88.8:55236 COLO#telnet 10.1.12.2 443 /source-interface lo0 Trying 10.1.12.2, 443 ... Open NAT#sh ip na translations Pro Inside global Inside local Outside local Outside global --- tcp 10.1.12.2:443 10.1.24.6:443 10.1.24.200:36502 33.33.33.3:36502