no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname Router ! logging console enable secret ENABLE_PASSWORD ! username Router password ENABLE_PASSWORD ip subnet-zero ip name-server PRIMARY_DNS_SERVER ip name-server SECONDARY_DNS_SERVER ip dhcp excluded-address 10.10.10.1 ! ip dhcp pool CLIENT network 10.10.10.0 255.255.255.0 default-router 10.10.10.1 dns-server PRIMARY_DNS_SERVER SECONDARY_DNS_SERVER lease infinite ! ! ! ! interface Ethernet0 ip address 10.10.10.1 255.255.255.0 ip nat inside hold-queue 100 out ! interface ATM0 no ip address no atm ilmi-keepalive dsl operating-mode auto hold-queue 224 in ! interface ATM0.1 point-to-point pvc 0/35 encapsulation aal5mux ppp dialer dialer pool-member 1 ! ! interface Dialer1 ip address negotiated ip nat outside encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication pap callin ppp pap sent-username USER_ID password PASSWORD ! ip nat inside source list 102 interface Dialer1 overload ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 no ip http server ! ! access-list 102 permit ip 10.10.10.0 0.0.0.255 any dialer-list 1 protocol ip permit ! line con 0 exec-timeout 120 0 password EXEC_PASSWORD stopbits 1 line vty 0 4 exec-timeout 120 0 password EXEC_PASSWORD login local length 0 ! scheduler max-task-time 5000 end