Could somebody point me in the right direction...
Here is my current config build for a Cisco 2620 using a Wic-1ADSL to connect to a Qwest ADSL ISP:
--------------------
interface FastEthernet0/0
ip address 172.16.0.1 255.255.0.0
ip nat inside
no ip mroute-cache
speed 100
full-duplex
interface ATM0/1
no ip address
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
pvc 32/0
encapsulation aal5mux ppp dialer
dialer pool-member 1
interface Dialer1
ip address negotiated
ip nat outside
ip nbar protocol-discovery
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname #############
ppp chap password 0 #############
ppp pap sent-username ############## password 0 ###########
--------------------
For some reason, it won't connect at all. I've changed the callin requirement on the ppp authentication between "callin" to "callout" - even removed the line completely for a no-authentication scenario.
The only responses that come back on a repetative nature when doing a debug are:
Vi2 PPP: Authorization NOT required
and
Vi2 PPP: No remote authorization for call-out
Could somebody be so kind to throw me in the right direction on what I'm missing in this config build? (I called Qwest customer support, and *no joke*, the actually gave me Cisco's 1-800 number)
As always, thank you guys so much for helping.
Start Free Trial