cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
332
Views
0
Helpful
3
Replies

ADSL

jamil.abuaqel
Level 1
Level 1

Hello all,

I have a little routing problem with an ADSL connection on a Cisco 1721 router. My router connects to the internet properly, I can ping any website from the router itself (eg. ping www.cisco.com works) but my inside users are not able to connect to the Internet. From the router, I can access other routers and ping my ISP. From any station in my LAN I can ping the ATM interface of the router, but I can't ping the ISP or get to the Internet. I set the gateway of the PC to be the FastE0 of the router and I tried putting the DNS as the ISP's DNS or the router itself but it didn't work. Here is my router configuration :-

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname HOST

!

boot-start-marker

boot-end-marker

!

no logging console

enable secret SECRET

!

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

no aaa new-model

ip subnet-zero

ip cef

!

ip name-server A.B.C.D

vpdn enable

!

vpdn-group pppoe

request-dialin

protocol pppoe

!

no ftp-server write-enable

!

interface ATM0

no ip address

no ip mroute-cache

no atm ilmi-keepalive

bundle-enable

dsl operating-mode auto

hold-queue 224 in

!

interface ATM0.1 point-to-point

ip nat outside

pvc 8/35

pppoe-client dial-pool-number 1

!

!

interface FastEthernet0

ip address 192.168.0.170 255.255.255.0

ip nat inside

ip tcp adjust-mss 1452

speed auto

!

interface Dialer0

no ip address

no cdp enable

!

interface Dialer1

mtu 1492

ip address negotiated

encapsulation ppp

dialer pool 1

dialer-group 1

ppp authentication pap chap callin

ppp chap hostname USERNAME@ISP.NET

ppp chap password PASSWORD

ppp pap sent-username USERNAME@ISP.NET password PASSWORD

!

ip nat inside source list 1 interface Dialer1 overload

ip classless

ip route 0.0.0.0 0.0.0.0 Dialer1

no ip http server

!

access-list 1 permit 192.168.0.0 0.0.0.255

line con 0

line aux 0

line vty 0 4

password PASSWORD

login

!

end

Please advise me. Thanks.

3 Replies 3

Hello,

can you try and put the ´ip nat outside´ statement on your Dialer1 interface instead of your ATM interface ?

Regards,

GP

hi,

yes, gpauwen, you are right

and on your workstation, enable your DNS.

Hello,

Thank you sir. Problem solved. You were 100% right.

Review Cisco Networking for a $25 gift card