Question : ADSL Configuration on 2600 Router to Qwest

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.

Answer : ADSL Configuration on 2600 Router to Qwest

Hello usslindstrom, I beleive your problem is the FastEthernet  IP address is wrong, and the Dialer should have the IP address  Here is a config snapshot using a 2600 Wic, PPPoA, CHAP and PAP:
 
ip subnet-zero
!
interface FastEthernet0
 ip address 10.0.0.1 255.0.0.0
 no ip directed-broadcast
 no ip mroute-cache
!
interface ATM0
 no ip address
 no ip directed-broadcast
 no ip mroute-cache
 no atm ilmi-keepalive
 pvc 1/150
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 hold-queue 224 in
!
interface Dialer0
 ip address 172.18.0.1 255.255.0.0
 no ip directed-broadcast
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication chap callin
 ppp chap hostname username

 ppp chap password password

!
ip classless
ip route 0.0.0.0.0.0.0.0 dialer0
!
dialer-list 1 protocol ip permit
!
end
Here is a link that should help you:
http://www.cisco.com/en/US/tech/tk175/tk15/tech_configuration_examples_list.html
Hope this helps...Booda
Random Solutions  
 
programming4us programming4us