! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Gateway ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! ! multilink bundle-name authenticated ! ! ! ! ! archive log config hidekeys ! ! ! ! ! class-map type inspect match-any myinspectclass match protocol icmp class-map type inspect match-all inspecttelnetclass match access-group name telnet_any match protocol tcp class-map type inspect match-all outsidetelnetinclass match access-group name outside_telnet_in match protocol tcp ! ! policy-map type inspect myinspectpolicy class type inspect myinspectclass inspect class type inspect inspecttelnetclass inspect class class-default policy-map type inspect outsidepolicyin class type inspect outsidetelnetinclass inspect class class-default ! zone security inside description LAN zone security outside description Internet zone-pair security in-out source inside destination outside service-policy type inspect myinspectpolicy zone-pair security out-in source outside destination inside service-policy type inspect outsidepolicyin ! ! ! interface FastEthernet0/0 ip address 10.10.10.10 255.255.255.0 zone-member security outside duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.1.1 255.255.255.0 zone-member security inside duplex auto speed auto ! ip forward-protocol nd ip route 10.0.0.0 255.0.0.0 10.10.10.100 ip route 192.168.0.0 255.255.0.0 192.168.1.100 ! ! ip http server no ip http secure-server ! ip access-list extended outside_telnet_in permit tcp any host 192.168.100.100 eq telnet ip access-list extended telnet_any permit tcp any any eq telnet ! ! ! ! ! control-plane ! ! line con 0 line aux 0 line vty 0 4 ! ! end