cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
473
Views
1
Helpful
4
Replies

Cisco router can connect to internet but any connected devices can't

Karakas
Level 1
Level 1

I've got my isp router connected to the cisco router (897 VA-VAB). The Cisco router gets internet normally and pings sites accordingly but any connected device doesn't have inernet. Here is my currently running configuration:

 

boot-start-marker
boot-end-marker
!
!
logging buffered 51200 warnings
!
no aaa new-model
memory-size iomem 10
!
!
!
!
!
!
!
!
!
!


!
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.3.1
!
ip dhcp pool ccp-pool
import all
network 10.10.10.0 255.255.255.128
default-router 10.10.10.1
lease 0 2
!
ip dhcp pool 192.168.1.0 255.255.255.0
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 4.2.2.2
!
ip dhcp pool NewPool
import all
network 192.168.3.0 255.255.255.0
dns-server 8.8.8.8 4.2.2.2
default-router 192.168.3.1
!
!
!
no ip domain lookup
ip domain name yourdomain.com
ip name-server 8.8.8.8
ip name-server 4.2.2.2
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
cts logging verbose
license udi pid C897VAB-K9 sn FCZ2229E352
!
!
vtp version 2
username karakas privilege 15 secret 5 $1$/iTv$MydhEFx5bow43C/pA2gbN1
!
!
!
!
!
controller VDSL 0
no cdp run
!
!
!
!
!
!
!
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
!
interface Ethernet0
no ip address
shutdown
!
interface GigabitEthernet0
no ip address
!
interface GigabitEthernet1
no ip address
!
interface GigabitEthernet2
no ip address
!
interface GigabitEthernet3
no ip address
!
interface GigabitEthernet4
no ip address
!
interface GigabitEthernet5
no ip address
!
interface GigabitEthernet6
no ip address
!
interface GigabitEthernet7
no ip address
!
interface GigabitEthernet8
ip address 192.168.1.2 255.255.255.0
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Vlan1
description $ETH_LAN$
ip address 192.168.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip nat source list 1 interface GigabitEthernet8 overload
ip nat inside source list 1 interface GigabitEthernet8 overload
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
!
tftp-server flash:/firmware/vdsl_bond.bin
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
banner exec ^C

 

2 Accepted Solutions

Accepted Solutions

Only acces list 1 is missing 

MHM

View solution in original post

Try --> access-list 1 permit 192.168.3.0 0.0.0.255

Permit your lan subnet in access list

 

HTH!!!

View solution in original post

4 Replies 4

Only acces list 1 is missing 

MHM

Thank you

Try --> access-list 1 permit 192.168.3.0 0.0.0.255

Permit your lan subnet in access list

 

HTH!!!

Karakas
Level 1
Level 1

Thank you very much this was it