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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1721, ADSL config and NAT problems

Status
Not open for further replies.

scorptc

Technical User
Joined
May 16, 2004
Messages
1
Location
GB
Hello,

Please can anyone help?

I am having a major problem with my new 1721 router, I cannot seem to get the adsl connected correctly or anything actually going to or from the internet. If I check the sh int dialer0 its up, as is the atm0, but I am not sure if I am actually connected or not. I am only trying at the moment to connect one of the two wic 1 adsl modules. Still waiting for the other adsl line, then line bonding....Help....:0

kind regards

Scorptc

Here is a copy of my config:

!
! Last configuration change at 22:45:41 Europe/ Wed May 12 2004
! NVRAM config last updated at 22:45:52 Europe/ Wed May 12 2004
!
version 12.2
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname scorp
!
logging queue-limit 100
logging buffered 51200 warnings
enable secret 5 xxxxxxxxxxxxx
enable password 7 xxxxxxxxxxx
!
username xxxxx privilege 15 password xxxxxxxx
clock timezone Europe/London 0
clock summer-time Europe/London date Mar 30 2003 1:00 Oct 26 2003 2:00
ip subnet-zero
no ip source-route
no ip routing
!
!
!
!
!
!
!
interface Null0
no ip unreachables
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no ip route-cache
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
hold-queue 224 in
!
interface ATM1
no ip address
no ip route-cache
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface FastEthernet0
description $FW_INSIDE$$ETH-LAN$
ip address 10.0.0.1 255.255.255.224
ip access-list 1
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip route-cache
speed auto
half-duplex
!
interface Dialer0
description $FW_OUTSIDE$
mtu 1430
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxxxxxxx
ppp chap password 7 xxxxxxxxxxx
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
ip http access-class 1
ip http authentication local
!
!
access-list 1 remark HTTP Access-class list
access-list 1 remark SDM_ACL Category=1
access-list 1 permit 10.0.0.0 0.0.0.31
access-list 1 permit any
access-list 100 remark VTY Access-class list
access-list 100 remark SDM_ACL Category=1
access-list 100 permit ip 10.0.0.0 0.0.0.31 any
access-list 100 permit ip any any
dialer-list 1 protocol ip permit
!
line con 0
line aux 0
line vty 0 4
access-class 100 in
privilege level 15
password 7 104606170116011B5E
login local
!
scheduler allocate 4000 1000
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top