en conf t no ip domain-lookup hostname Border banner motd #Border - no access to you# enable secret class line c 0 no exec-timeout exit line vty 0 4 password class login exit int fa0/0 ip add 192.5.1.1 255.255.255.0 ip nat inside no shutdown int s0/0/1 ip add 192.5.2.1 255.255.255.0 ip nat inside no shutdown int s0/0/0 ip add 198.20.5.2 255.255.255.0 no shutdown encap frame-relay frame-relay map ip 198.20.5.1 24 broadcast frame-relay lmi-type ansi cdp enable ip nat outside exit ip route 0.0.0.0 0.0.0.0 198.20.5.1 ip nat pool cisco 198.20.5.2 198.20.5.2 netmask 255.255.255.0 ip nat inside source list 1 pool cisco overload access-list 1 permit 192.5.0.0 0.0.255.255 router eigrp 300 no auto-summary network 192.5.1.0 network 192.5.2.0 redist static exit username Internal password cisco int s0/0/1 encap ppp ppp authentication chap exit ip nat inside source static 192.5.1.2 198.20.5.4 logging on logging 192.5.1.2 logging trap debug access-list 2 permit host 192.5.3.2 access-list 2 deny any line vty 0 4 login access-class 2 in exit ###access-list 101 permit tcp any 192.5.1.0 0.0.0.255 eq www ###access-list 101 deny ip any 192.5.1.0 0.0.0.255 access-list 101 permit tcp any host 198.20.5.4 eq www access-list 101 deny ip any host 198.20.5.4 access-list 101 permit ip any any ip access-group 101 in