Trying to set up the internet on a 827 cisco router

oliverwoliverw Member Posts: 64 ■■□□□□□□□□
Hi People,

I'm studying towards my ccna at present and thought it a good idea to try some real life simulations. Unfortunately i'm failing on the first hurdle icon_redface.gif . For some reason my 827 router will not connect to the internet. I have adsl 512k here in the UK and have a filter between it and the router. Could some one have a look and maybe hint at where im going wrong. Booked the next 3 days off to get this and my subnetting cracked icon_lol.gif

Current configuration : 1504 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ADSLRouter
!
enable secret 5 $1$yC8o$uKWXuGDCnnIDGMfa20H4U/
!
username CRWS_Bijoy privilege 15 password 0 $1$W1fA$o1oSEpa1964814404
ip subnet-zero
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool pool1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 194.72.0.114 194.72.9.34
!
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname oliver.washbrook@btbroadband.com
ppp chap password 7 00031A08035E19
ppp pap sent-username oliver.washbrook@btbroadband.com password 7 15150202032F3
9
ppp ipcp dns request
ppp ipcp wins request
hold-queue 224 in
!
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
ip pim bidir-enable
!
!
access-list 1 permit 0.0.0.1 255.255.255.0
dialer-list 1 protocol ip permit
!
line con 0
stopbits 1
line vty 0 4
exec-timeout 120 0
password *******
login local
length 0
!
scheduler max-task-time 5000
end

Comments

Sign In or Register to comment.