farslayer9
IS-IT--Management
I've been fairly unsuccessful getting my 827 router connected to Verizon DSL. Here is my configuration (this forum had a few configs that seemed to be working), and any help is greatly appreciated. My DSL modem is a Westel and it is set to bridge, so my 827 must utilize NAT. I have confirmed my username/password as well and am currently using a crappy Linksys router.
Thanks!!!
Current configuration:
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 549McClung
!
enable secret 5 #####
enable password #####
!
!
!
!
!
ip subnet-zero
no ip routing
!
!
!
bridge irb
!
!
!
interface Ethernet0
description LAN
ip address 10.11.12.250 255.255.255.0
ip nat inside
no ip route-cache
no keepalive
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description WAN
no ip route-cache
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname #####
ppp chap password 7 #####
!
ip nat inside source list 101 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
access-list 101 permit ip 10.11.12.0 0.0.0.255 any
dialer-list 1 protocol ip permit
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
transport input none
stopbits 1
line vty 0 4
password #####
login
!
scheduler max-task-time 5000
end
Thanks!!!
Current configuration:
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 549McClung
!
enable secret 5 #####
enable password #####
!
!
!
!
!
ip subnet-zero
no ip routing
!
!
!
bridge irb
!
!
!
interface Ethernet0
description LAN
ip address 10.11.12.250 255.255.255.0
ip nat inside
no ip route-cache
no keepalive
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description WAN
no ip route-cache
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname #####
ppp chap password 7 #####
!
ip nat inside source list 101 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
access-list 101 permit ip 10.11.12.0 0.0.0.255 any
dialer-list 1 protocol ip permit
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
transport input none
stopbits 1
line vty 0 4
password #####
login
!
scheduler max-task-time 5000
end