Router Configs
RK Cisco SB
This is the router placed in the main house. Essentially, each line can be typed to configure the router in config mode from the terminal. The connection is ADSL with PPPoA.
! version 12.1 no service single-slot-reload-enable no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! enable secret 5 $1$skSk$It24X6sZ7vNERWX9DShd81 ! ip subnet-zero ip name-server 12.32.34.32 ip name-server 12.32.34.33 ip dhcp excluded-address 192.168.1.1 ! **This depends on if you are running DHCP out of the router or not? Set up for whichever network your LAN is set to** ip dhcp pool CLIENT import all network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 12.32.34.32 12.32.34.33 ! no ip dhcp-client network-discovery ! ! ! interface Ethernet0 ip address 192.168.1.1 255.255.255.0 ip nat inside ! interface ATM0 no ip address ip nat outside no atm ilmi-keepalive pvc 0/100 encapsulation aal5mux ppp dialer dialer pool-member 1 ! bundle-enable dsl operating-mode auto hold-queue 224 in ! interface Dialer0 ip address negotiated ip nat outside encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap callin ppp pap sent-username phl8699 password clio ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer0 no ip http server ! ip nat inside source list 1 interface Dialer0 overload access-list 1 permit 192.168.1.0 0.0.0.255 ! line con 0 exec-timeout 120 0 transport input none stopbits 1 line vty 0 4 exec-timeout 0 0 login ! scheduler max-task-time 5000 end
CategoryITDoc