View Full Version : Cisco 2621 Sympatico DSL.
pcbroch
03-07-07, 04:36 PM
Hi all:
Hopefully i'm asking in the right place. I'm trying to configure a Cisco 2621 to connect to Sympatico DSL (through the sympatico DSL modem). I have config snippets, but I can't seem to get it to work.
Does anyone have a similar setup going and would you mind sharing your config?
thanks in advance.
Static IP or DHCP assigned?
pcbroch
03-07-07, 06:56 PM
I don't have a static ip, so I get a new address everytime I "connect".
Edit, I get "Vi1 LCP: Failed to negotiate with peer" when I debug the negotiation.
Here is my config (I kept it to the bare minimum to be sure I don't screw it up but I realize it's not "production" secure).
...
vpdn enable
!
interface FastEthernet0/0
ip address 192.168.192.253 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip mroute-cache
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
no ip mroute-cache
dialer pool 1
dialer-group 1
ppp authentication pap
ppp pap sent-username myname@sympatico.ca password 0 mypassword
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip nat inside source list 1 interface Dialer1 overload
!
access-list 1 permit 192.168.192.0 0.0.0.255
dialer-list 1 protocol ip permit
...
pcbroch
03-08-07, 06:52 PM
Well for anyone having the same problem, here is what was wrong...
I had:
ppp authentication pap
instead of
ppp authentication pap callin
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.