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
!
!
no ip dhcp use vrf connected
!
!
ip dhcp update dns both
no ip cef
ip domain name mill-corner.ath.cx
ip name-server 62.241.162.200
ip name-server 62.241.163.200
no ip ips deny-action ips-interface
ip ddns update method sdm_ddns1
HTTP
add http://username:password@members.dyndns ... &hostname=<h>&myip=<a>
remove http://username:password@members.dyndns ... &hostname=<h>&myip=<a>
!
!
no ftp-server write-enable
!
crypto pki trustpoint TP-self-signed-2353383044
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2353383044
revocation-check none
rsakeypair TP-self-signed-2353383044
!
!
crypto pki certificate chain TP-self-signed-2353383044
certificate self-signed 01
......
quit
partition flash 2 10 2
!
username admin secret 5 $password
username jchajecki privilege 15 secret 5 $password
username chajj001 privilege 15 secret 5 $password
!
!
no crypto isakmp ccm
!
!
!
interface Ethernet0
description Internal LAN$ETH-LAN$
ip address 10.210.210.58 255.255.255.224
ip access-group 100 in
ip nat inside
ip virtual-reassembly
no ip route-cache
hold-queue 100 out
!
interface Ethernet2
no ip address
no ip route-cache
shutdown
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no ip route-cache
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet1
duplex auto
speed auto
!
interface FastEthernet2
shutdown
duplex auto
speed auto
!
interface FastEthernet3
shutdown
duplex auto
speed auto
!
interface FastEthernet4
speed auto
full-duplex
!
interface Dialer0
ip address dhcp client-id Ethernet0
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname arbk23@xtreme2.pipex.net
ppp chap password 0 oongikoo
ppp pap sent-username arbk23@xtreme2.pipex.net password 0 oongikoo
!
ip classless
!
ip http server
ip http access-class 1
ip http secure-server
!
ip nat inside source list 2 interface Dialer0 overload
!
access-list 1 remark Auto generated by SDM Management Access feature
access-list 1 remark SDM_ACL Category=1
access-list 1 permit 10.210.210.64 0.0.0.31
access-list 1 permit 10.210.210.32 0.0.0.31
access-list 2 remark INSIDE_IF=Ethernet0
access-list 2 remark SDM_ACL Category=2
access-list 2 permit 10.210.210.32 0.0.0.31
access-list 100 remark Auto generated by SDM Management Access feature
access-list 100 remark SDM_ACL Category=1
access-list 100 permit tcp 10.210.210.64 0.0.0.31 host 10.210.210.58 eq 22
access-list 100 permit tcp 10.210.210.32 0.0.0.31 host 10.210.210.58 eq 22
access-list 100 permit tcp 10.210.210.64 0.0.0.31 host 10.210.210.58 eq 443
access-list 100 permit tcp 10.210.210.32 0.0.0.31 host 10.210.210.58 eq 443
access-list 100 permit tcp 10.210.210.64 0.0.0.31 host 10.210.210.58 eq cmd
access-list 100 permit tcp 10.210.210.32 0.0.0.31 host 10.210.210.58 eq cmd
access-list 100 deny tcp any host 10.210.210.58 eq telnet
access-list 100 deny tcp any host 10.210.210.58 eq 22
access-list 100 deny tcp any host 10.210.210.58 eq www
access-list 100 deny tcp any host 10.210.210.58 eq 443
access-list 100 deny tcp any host 10.210.210.58 eq cmd
access-list 100 deny udp any host 10.210.210.58 eq snmp
access-list 100 permit ip any any
access-list 101 remark Auto generated by SDM Management Access feature
access-list 101 remark SDM_ACL Category=1
access-list 101 permit ip 10.210.210.64 0.0.0.31 any
access-list 101 permit ip 10.210.210.32 0.0.0.31 any
dialer-list 1 protocol ip permit
!
!
control-plane
!
banner login ^CUnauthorised users strictly prohibited! If you are not authorised to log on then please disconnect now.^C
!
line con 0
no modem enable
line aux 0
line vty 0 4
access-class 101 in
password password
login
transport input ssh
!
scheduler max-task-time 5000
end
I am using the SDM (CRWS dosen't work), but I used CLI to bring the Fatsthernet interfaces up before connecting with SDM.
My supplier requires VC/MUX, ITU G.dmt and PPPoA. IP address delivered by DHCP. VPI/VCI 0,38. Have been playing with this for a few days now trying all sorts of settings but can't get anything to work. Any help or pointers would be greatlt appreciated.
Thanks in advance.
