All,
The IOS upgrade was successful. It took me a while because I had to troubleshoot some hardware related errors. The system is now running 'boot system flash:c2600-ik9s-mz.122-31'.
Back tracking - I've configured a static NAT between 192.168.1.200 and
71.125.24.85. I enabled debugging on the ACL and NAT. I then attempted to telnet to the NATed IP and received the following console output:02:02:01: NAT: o: tcp (66.114.71.62, 3702) -> (71.125.24.85, 80) [31798]
02:02:01: NAT: s=66.114.71.62, d=71.125.24.85->192.168.1.200 [31798] 02:02:01: IP: tableid=0, s=66.114.71.62 (FastEthernet0/0), d=192.168.1.200 (FastEthernet0/1), routed via RIB 02:02:01: IP: s=66.114.71.62 (FastEthernet0/0), d=192.168.1.200 (FastEthernet0/1), g=192.168.1.200, len 48, forward 02:02:01: TCP src=3702, dst=80, seq=3315073881, ack=0, win=16384 SYN 02:02:04: NAT: o: tcp (66.114.71.62, 3702) -> (71.125.24.85, 80) [31825] 02:02:04: NAT: s=66.114.71.62, d=71.125.24.85->192.168.1.200 [31825] 02:02:04: IP: tableid=0, s=66.114.71.62 (FastEthernet0/0), d=192.168.1.200 (FastEthernet0/1), routed via RIB 02:02:04: IP: s=66.114.71.62 (FastEthernet0/0), d=192.168.1.200 (FastEthernet0/1), g=192.168.1.200, len 48, forward 02:02:04: TCP src=3702, dst=80, seq=3315073881, ack=0, win=16384 SYN 02:02:10: NAT: o: tcp (66.114.71.62, 3702) -> (71.125.24.85, 80) [31865] 02:02:10: NAT: s=66.114.71.62, d=71.125.24.85->192.168.1.200 [31865] 02:02:10: IP: tableid=0, s=66.114.71.62 (FastEthernet0/0), d=192.168.1.200 (FastEthernet0/1), routed via RIB 02:02:10: IP: s=66.114.71.62 (FastEthernet0/0), d=192.168.1.200 (FastEthernet0/1), g=192.168.1.200, len 48, forward 02:02:10: TCP src=3702, dst=80, seq=3315073881, ack=0, win=16384 SYNI don't some research and it talks about a possible routing loop. My internal ACL permit ip and icmp any any while my external ACL only permits my home IP.
DOES ANYONE HAVE ANY SUGGESTIONS?