> 2514 Router Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname horton ! enable secret 5 $1$GwRz$YS/82LXSYcgD1d5Nua9Ob1 enable password ww ! ip subnet-zero ! ip inspect name ethernetin cuseeme timeout 3600 ip inspect name ethernetin ftp timeout 3600 ip inspect name ethernetin h323 timeout 3600 ip inspect name ethernetin http timeout 3600 ip inspect name ethernetin rcmd timeout 3600 ip inspect name ethernetin realaudio timeout 3600 ip inspect name ethernetin smtp timeout 3600 ip inspect name ethernetin sqlnet timeout 3600 ip inspect name ethernetin streamworks timeout 3600 ip inspect name ethernetin tcp timeout 3600 ip inspect name ethernetin tftp timeout 30 ip inspect name ethernetin udp timeout 15 ip inspect name ethernetin vdolive timeout 3600 ! interface Ethernet0 ip address 20.20.20.2 255.255.255.0 ip access-group 101 in no ip directed-broadcast ip nat inside ip inspect ethernetin in ! interface Ethernet1 no ip address no ip directed-broadcast shutdown ! interface Serial0 ip address 150.150.150.1 255.255.255.0 ip access-group 112 in no ip directed-broadcast ip nat outside clockrate 4000000 ! interface Serial1 no ip address no ip directed-broadcast shutdown ! ip nat pool serialzero 150.150.150.3 150.150.150.255 netmask 255.255.255.0 ip nat inside source list 1 pool serialzero ip classless ip route 0.0.0.0 0.0.0.0 150.150.150.2 ip route 20.30.30.0 255.255.255.0 20.20.20.1 ! access-list 1 permit 20.0.0.0 0.255.255.255 access-list 101 permit tcp 20.0.0.0 0.255.255.255 any |