When this router is hooked up to the DSL line, we can't get past the router. I have a little experience with Cisco's, but none with configuring them for DSL. Any Suggestions?
Here is my Current configuration:
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret 5 .
!
username XXX password 0 xxxxxxxxxxx
!
!
!
!
ip subnet-zero
no ip finger
ip name-server xxx.xxx.xxx.xxx
ip name-server xxx.xxx.xxx.xxx
!
ip dhcp pool CLIENT
import all
network 192.168.0.0 255.255.255.0
default-router 192.168.0.52
!
!
!
!
interface Ethernet0
ip address 192.168.0.52 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
!
interface ATM0
no ip address
no ip directed-broadcast
ip nat outside
no ip mroute-cache
no atm ilmi-keepalive
pvc 0/35
!
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
hold-queue 224 in
!
interface Dialer0
ip address negotiated
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer pool 1
!
interface Dialer1
ip address negotiated
no ip directed-broadcast
ip mtu 1492
ip nat outside
encapsulation ppp
dialer remote-name redback
dialer pool 1
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname xxxxxxxx
ppp pap sent-username xxxxxxxx password x xxxxxxxxxxxxxxxxxx
ppp ipcp dns request
ppp ipcp wins request
!
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 0 0
login local
length 0
!
scheduler max-task-time 5000
I am receiving this Error frequently:
00:28:14: %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
When this router is hooked up to the DSL line, we can't get past the router. I have a little experience with Cisco's, but none with configuring them for DSL. Any Suggestions?
Here is my Current configuration:
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret 5 .
!
username XXX password 0 xxxxxxxxxxx
!
!
!
!
ip subnet-zero
no ip finger
ip name-server xxx.xxx.xxx.xxx
ip name-server xxx.xxx.xxx.xxx
!
ip dhcp pool CLIENT
import all
network 192.168.0.0 255.255.255.0
default-router 192.168.0.52
!
!
!
!
interface Ethernet0
ip address 192.168.0.52 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
!
interface ATM0
no ip address
no ip directed-broadcast
ip nat outside
no ip mroute-cache
no atm ilmi-keepalive
pvc 0/35
!
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
hold-queue 224 in
!
interface Dialer0
ip address negotiated
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer pool 1
!
interface Dialer1
ip address negotiated
no ip directed-broadcast
ip mtu 1492
ip nat outside
encapsulation ppp
dialer remote-name redback
dialer pool 1
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname xxxxxxxx
ppp pap sent-username xxxxxxxx password x xxxxxxxxxxxxxxxxxx
ppp ipcp dns request
ppp ipcp wins request
!
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 0 0
login local
length 0
!
scheduler max-task-time 5000
I am receiving this Error frequently:
00:28:14: %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
When this router is hooked up to the DSL line, we can't get past the router. I have a little experience with Cisco's, but none with configuring them for DSL. Any Suggestions?