Setting up ADSL on a Cisco Router

Associate
Joined
6 Oct 2004
Posts
1,921
Location
London
I've got the following config in:

Current configuration : 1143 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Dorami
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address a.b.c.d 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface ATM0/0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Serial0/1/0
no ip address
shutdown
no fair-queue
clock rate 2000000
!
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]5
ppp chap password 0 password
ppp pap sent-username [email protected]5 password 0 password
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end

Debugging the ppp negotiation I get:

*Mar 23 21:34:28.323: Vi2 PPP: No remote authentication for call-out
*Mar 23 21:34:28.323: Vi2 PPP: Phase is ESTABLISHING
*Mar 23 21:34:28.323: Vi2 LCP: O CONFREQ [Open] id 182 len 10
*Mar 23 21:34:28.323: Vi2 LCP: MagicNumber 0x147FECB1 (0x0506147FECB1)
*Mar 23 21:34:28.327: Vi2 LCP: O CONFACK [Open] id 10 len 19
*Mar 23 21:34:28.327: Vi2 LCP: MRU 32725 (0x01047FD5)
*Mar 23 21:34:28.327: Vi2 LCP: AuthProto CHAP (0x0305C22305)
*Mar 23 21:34:28.327: Vi2 LCP: MagicNumber 0x3B5D9FAD (0x05063B5D9FAD)
*Mar 23 21:34:28.415: Vi2 LCP: I CONFACK [ACKsent] id 182 len 10
*Mar 23 21:34:28.415: Vi2 LCP: MagicNumber 0x147FECB1 (0x0506147FECB1)
*Mar 23 21:34:28.415: Vi2 LCP: State is Open
*Mar 23 21:34:28.419: Vi2 PPP: Phase is AUTHENTICATING, by the peer
*Mar 23 21:34:28.419: Vi2 CHAP: I CHALLENGE id 49 len 36 from "ar11.hx4"
*Mar 23 21:34:28.419: Vi2 CHAP: Using hostname from interface CHAP
*Mar 23 21:34:28.419: Vi2 CHAP: Using password from interface CHAP
*Mar 23 21:34:28.419: Vi2 CHAP: O RESPONSE id 49 len 44 from "[email protected]"
*Mar 23 21:34:29.823: Vi2 CHAP: I FAILURE id 49 len 21 msg is "permission denied
"

I am guessing this is an authentication failure, but I've checked the un and pw seem to be right.....

someone gis a hand plz ;)
 
This used to be mine when I had a 2610.

Telnet <Removed>

Welcome to 'ADSL-R1'. Propertly of '<Removed>'
Authorized Access ONLY!!!
For more information, contact me at: zen62619[at]zen.co.uk


User Access Verification

Password:
ADSL-R1>en
Password:
ADSL-R1#wr t
Building configuration...

Current configuration : 2527 bytes
!
! Last configuration change at 22:24:09 BST Sun May 28 2006
! NVRAM config last updated at 22:25:50 BST Sun May 28 2006
!
version 12.3
no service pad
service tcp-keepalives-in
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ADSL-R1
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret 5 <removed>
enable password 7 <removed>
!
clock timezone GMT 0
clock summer-time BST recurring last Sun Mar 2:00 last Sun Oct 2:00
no aaa new-model
ip subnet-zero
no ip source-route
ip cef
!
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool Zen-InternetDHCP
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 212.23.3.100 212.23.6.100
!
no ip bootp server
ip name-server 212.23.3.100
ip name-server 212.23.6.100
ip multicast-routing
!
!
!
!
interface ATM0/0
description ZEN_ADSL
no ip address
no ip redirects
no ip unreachables
ip route-cache flow
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Ethernet0/0
description Ethernet 10MB/S LINK ON ADSL-R1
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
ip nat inside
ip pim sparse-dense-mode
ip igmp helper-address udl Dialer0
ip igmp proxy-service
no ip mroute-cache
half-duplex
!
interface Serial0/1
no ip address
shutdown
no fair-queue
!
interface Dialer0
description VIRTUAL DIAL FOR ATM ADSL
ip address <Removed> 255.255.255.248
no ip redirects
ip nat outside
ip pim sparse-dense-mode
encapsulation ppp
ip igmp unidirectional-link
dialer pool 1
dialer idle-timeout 0
dialer persistent
dialer-group 1
ppp authentication chap callin
ppp chap hostname <Removed>
ppp chap password 7 <Removed>
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.2 500 interface Dialer0 500
ip nat inside source static udp 192.168.1.2 501 interface Dialer0 501
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
access-list 1 permit 192.0.0.0 0.255.255.255
dialer-list 1 protocol ip permit
banner motd ^C

Welcome to 'ADSL-R1'. Propertly of '<Removed>'
Authorized Access ONLY!!!
For more information, contact me at: [email protected]
^C
!
line con 0
password 7 075D0B19175E0C2343
login
line aux 0
line vty 0 4
password 7 124B2F424B5C19227E
login
!
ntp clock-period 17208234
ntp server 212.23.8.6
!
end

ADSL-R1#
 
Back
Top Bottom