Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DSL config does not work HELP!

Status
Not open for further replies.

ezeki

Technical User
Feb 20, 2006
3
GB
show running-config
Building configuration...

Current configuration : 2679 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Ndllutcisco1
!
enable secret 5 $1$P5/L$kmGeZMdfMrcubpyPt.ZUu1
!
username admin secret 5 $1$jCHz$RXMkMa2bItf/7DzxtAk3B1
no aaa new-model
ip subnet-zero
no ip routing
!
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
interface Ethernet0
ip address 192.168.170.251 255.255.255.0
ip nat inside
no ip route-cache
shutdown
hold-queue 100 out
!
interface ATM0
no ip address
ip access-group 102 in
ip nat outside
no ip route-cache
shutdown
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
dsl operating-mode auto
!
interface FastEthernet1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet3
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet4
no ip address
shutdown
duplex auto
speed auto
!
interface Dialer0
ip address 82.xxx.xxx.xx 255.255.255.248
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap password 0 nxxxxxxx
ppp pap sent-username xxxxxx@xxxx.xxx.easynet.co.uk password 0 xxxxxx
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static 192.168.170.100 82.xxx.xxx.xx
ip nat inside source static 192.168.170.110 82.xxx.xxx.xx
ip nat inside source static 192.168.170.105 82.xxx.xxx.xx
ip nat inside source static 192.168.170.32 82.xxx.xxx.xx
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
access-list 1 permit 192.168.170.0 0.0.0.255
access-list 101 permit tcp any 192.168.170.0 0.0.0.255 eq 443
access-list 101 permit tcp any 192.168.170.0 0.0.0.255 eq 1723
access-list 101 permit tcp any 192.168.170.0 0.0.0.255 eq 3389
access-list 101 permit tcp any 192.168.170.0 0.0.0.255 eq www
access-list 102 permit tcp any host 192.168.170.100 eq 443
access-list 102 permit tcp any host 192.168.170.106 eq 1723
access-list 102 permit tcp any host 192.168.170.100 eq 3389
access-list 102 permit tcp any host 192.168.170.32 eq 3389
access-list 102 permit tcp any host 192.168.170.160 eq www
access-list 102 permit tcp any host 192.168.170.105 eq www
access-list 102 permit tcp any host 192.168.170.110 eq 8080
access-list 102 permit tcp any host 192.168.170.110 eq 8082
access-list 102 permit tcp any host 192.168.105.110 eq 5902
access-list 102 permit tcp any host 192.168.170.105 eq 5902
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end

Ndllutcisco1#
 
under dialer0...
try ip add negotiated
also, try ip virtual-reassembly under di0 config
and, under dialer0, don't you have to have a CHAP hostname, like
router(config-if)#ppp chap hostname ********
and the passwords should read like thi...
ppp chap password 7 XXXXXXXXX
ppp pap sent-username XXXXXXXXXXXXXX password 7 XXXXXXXXXXXX
like password 7 xxxx, not password 0 xxxxxxxxxxx
One more thing...make sure the vc's are correct...with PPPoA, sometimes they are like pvc 8/35, not 0/38. Just a few thoughts...

Burt
 
You need to remove the 'ip nat outside' line from the ATM0 interface and add it to the Dialer0 interface.....

HTH

Andy
 
Ha ha ha---good call, helpdeskdan...good to have multiple people look at threads...

Burt
 
Lol! No problem, Burt. Curious, why you would need ip virtual reassembly for a DSL connection?
 
To tell you the truth, helpdeskdan and Andy, I really don't know about the ip virtual-reassembly--I have an 837 adsl, and it's in my config, and mine works.

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top