|
|
Question : Problem: Configuring a Cisco 806 Router with Bellsouth pppoe account
|
|
I recently purchased a Cisco 806 Router in hope of implementing it into an office with 40+ users. I want to setup a Bellsouth DSL modem in bridge mode and have the router do the authenticating... I found a few sources on how to configure pppoe(w/ dynamic IP), however Im still having problems. However Im rather new to the cisco world. I have a rough background, but I have a great understanding of networking in general.
The following is a PDF link about the 806 router. There is a how to for pppoe setup. But it doesnt seem to work. http://www.cisco.com/application/pdf/en/us/guest/products/ps380/c1069/ccmigration_09186a00801c33c0.pdf
This is my current configuration:
Current configuration : 886 bytes ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname LPD-Dolphin ! enable secret 5 $1$jrBG$lXyRbxXiaaTzYPbmMHLgT0 enable password ********** ! ip subnet-zero ! vpdn enable ! vpdn-group vpdngroup request-dialin protocol pppoe ! ! ! ! ! interface Ethernet0 ip address 192.168.0.254 255.255.255.0 ip nat inside ip tcp adjust-mss 1452 hold-queue 100 out ! interface Ethernet1 no ip address pppoe enable pppoe-client dial-pool-number 1 ! interface Dialer1 ip address negotiated ip mtu 1492 encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication pap callin ppp pap sent-username *****@bellsouth.net password 0 ***** ! ip classless no ip http server ip pim bidir-enable ! ! ! line con 0 stopbits 1 line vty 0 4 password ******* login ! scheduler max-task-time 5000 end
|
Answer : Problem: Configuring a Cisco 806 Router with Bellsouth pppoe account
|
|
Try adding the following to your config:
en conf t int dialer1 ppp authentication chap pap callin ppp chap hostname *****@bellsouth.net ppp chap password ***** ppp pap sent-username *****@bellsouth.net password 0 *****
If that doesn't work, you may want to verify that your username and password are correct.
|
|
|