Avatar of lawre1108
lawre1108
 asked on

UNABLE TO CONNECT 1801 CISCO ROUTER TO THE INTERNET

Hi Guys,
Please am trying to get this Cisco router to connect to DSL via DHCP.
At the moment what I can achieve is to be able to telnet to the router when connected to layer 2 port on the switch.
I can ping the router both from telnet and just ordinarily from my laptop dos prompt.
The problem am facing now is I cannot get the router to connect to the internet.
The CD and PPP light on the router are green (on)

Below is my config

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname EZVPRouter
!
boot-start-marker
boot system flash c180x-advipservicesk9-mz.124-6.T5.bin
boot system flash :
boot-end-marker
!
logging buffered 10000 debugging
enable secret 5 $1$6KRA$Qaj2Vj3x6lxFz7RWJyzDM/
!
aaa new-model
!
!
!
aaa session-id common
!
resource policy
!
!
!
ip cef
 ip dhcp use vrf connected
!
ip dhcp pool home
!
ip dhcp pool pool1
   import all
   network 172.25.120.0 255.255.255.128
   default-router 172.25.120.1
!
!
no ip domain lookup
ip name-server 4.2.2.2
ip name-server 194.73.73.94
ip name-server 194.73.73.95
ip name-server 194.73.73.96
!
!
!
username cisco privilege 15 secret 5 $1$R29N$tpGd87IQsJHf/RNkejZhK1
!
!
!
!
!
!
interface FastEthernet0
 no ip address
 duplex auto
 speed auto
!
interface BRI0
 no ip address
 encapsulation hdlc
 shutdown
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 pvc 0/38
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
!
interface Vlan1
 ip address 172.25.120.1 255.255.255.128
 ip nat inside
 no ip virtual-reassembly
!
interface Dialer0
 ip address negotiated
 ip mtu 1452
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname B520709@hg70.btclick.com
 ppp chap password 0 lend6lease
 ppp pap sent-username B520709@hg70.btclick.com password 0 lend6lease
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0 overload
!
!
!
!
!
!
!
control-plane
!
!
line con 0
 password cisco
 logging synchronous
line aux 0
line vty 0 4
 password cisco
 logging synchronous
!
!
webvpn context Default_context
 ssl authenticate verify all
 !
 no inservice
!
end

AND ALSO

sh ip int brie
Interface                  IP-Address      OK? Method Status                Prot
ocol
FastEthernet0              unassigned      YES NVRAM  up                    down

BRI0                       unassigned      YES NVRAM  administratively down down

BRI0:1                     unassigned      YES unset  administratively down down

BRI0:2                     unassigned      YES unset  administratively down down

FastEthernet1              unassigned      YES unset  up                    down

FastEthernet2              unassigned      YES unset  up                    down

FastEthernet3              unassigned      YES unset  up                    down

FastEthernet4              unassigned      YES unset  up                    down

FastEthernet5              unassigned      YES unset  up                    up

FastEthernet6              unassigned      YES unset  up                    down

FastEthernet7              unassigned      YES unset  up                    down

FastEthernet8              unassigned      YES unset  up                    down

ATM0                       unassigned      YES NVRAM  up                    up

Vlan1                      172.25.120.1    YES NVRAM  up                    up

NVI0                       unassigned      NO  unset  up                    up

Dialer0                    81.130.14.192   YES IPCP   up                    up

Virtual-Access1            unassigned      YES unset  up                    up

Virtual-Access2            unassigned      YES unset  up                    up


tHANKS


TelecommunicationsNetwork Management

Avatar of undefined
Last Comment
lawre1108

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Sniper98G

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Sniper98G

Also you should ad the following:

access-list 1 permit 172.25.120.1 0.0.0.127
lawre1108

ASKER
Thanks Sniper98G, i don't know what i was doing, how could i nat a fastethernet when their is no traffic on it, well that is why they call people like myself beginner.
Yes I can now connect to the internet
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes