cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
156
Views
0
Helpful
2
Replies

internet working on router but not on network

mi0hoz
Level 1
Level 1

I'm just starting to learn about Cisco. I have managed to get my router to connect to adsl and I can ping internet and have dhcp working. The problem is, I can't access the net from my laptop. Here's my config:

 

Current configuration : 2659 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Home-Router
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 $xxxxxxxxxxxxxxxxxxxxxxxxxx.
enable password xxxxxxxxxxxxxxx
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.100.1 192.168.100.10
!
ip dhcp pool Home
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
ip address 192.168.100.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet1
!
interface FastEthernet2
shutdown
!
interface FastEthernet3
shutdown
!
interface FastEthernet4
shutdown
!
interface FastEthernet5
shutdown
!
interface FastEthernet6
shutdown
!
interface FastEthernet7
shutdown
!
interface FastEthernet8
shutdown
!
interface ATM0
description ADSL Connection to BTInternet
mtu 1492
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode itu-dmt
!
interface Vlan1
no ip address
shutdown
!
interface Dialer1
description $FW_OUTSIDE$
ip address negotiated
ip access-group 102 in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname bthomehub@btbroadband.com
ppp chap password 0 password
ppp pap sent-username bthomehub@btbroadband.com password 0 BT
ppp ipcp dns request
ppp ipcp mask request
ppp ipcp route default
ppp ipcp address accept
!
interface Dialer0
ip address dhcp
ip nat outside
ip virtual-reassembly
encapsulation ppp
shutdown
dialer pool 1
dialer idle-timeout 0
dialer persistent
dialer-group 1
no cdp enable
ppp authentication chap
ppp chap hostname bthomehub@btbroadband.com
ppp chap password 0 BT
ppp pap sent-username bthomehub@btbroadband.com password 0 BT
ppp ipcp address accept
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip http server
no ip http secure-server
ip http path slot1:
!
access-list 10 permit 192.168.100.0 0.0.0.255
access-list 101 permit ip any any
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password xxxxxxxxxx
login
!
no scheduler allocate
end

 

 

Any help much appreciated

1 Accepted Solution

Accepted Solutions

Hello,

it looks like the only thing missing in your config is:

ip nat inside source list 10 interface Dialer1 overload

View solution in original post

2 Replies 2

Hello,

it looks like the only thing missing in your config is:

ip nat inside source list 10 interface Dialer1 overload

That's it! Many thanks!

Review Cisco Networking for a $25 gift card