|
Posted by Matty M on December 4, 2005, 6:03 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> Hi,
>
> I've ytied everything I can think of, but I can't get the ADSL interface
> to establish a connection with my provider (PIPEX) on my Cisco 837 router.
> If I use DHCP, then I do not get an IP address assignement. The provider
> says that I should be using DHCP and confirm that an IP address has in
> fact be leased. The Cisco dosent seemm to see it though.
>
> If I use Negotiated, then I do appear get an IP address, but no
> connectivity. When I run the interface test if fails on something called
> 'Exit interface'. The options in the suggested fix do not appear to match
> any options available on the router.
>
> Here is my config:
>
>
> Current configuration : 5811 bytes
> !
> version 12.3
> no service pad
> service timestamps debug datetime msec
> service timestamps log datetime msec
> no service password-encryption
> !
> hostname LydiSoft-ADSL
> !
> boot-start-marker
> boot-end-marker
> !
> memory-size iomem 5
> no logging buffered
> enable secret 5 $mysecret
> enable password sh1l0h
> !
> no aaa new-model
> !
> resource policy
> !
> ip subnet-zero
> no ip routing
> !
<<SNIPPED>>
Hi,
Try adding on your Dialer interface -
ip address negotiated
encapsulation ppp
ppp ipcp dns request
ppp ipcp wins request
Cheers
Matt
|