04-19-2020 03:33 PM
Hello
I can ping the internet from the router, getting IP on my devices from relevant DHCP pool, the problem is that I'm unable to browse the internet, what am I doing wrong here ?
Also I can't seem to ping some sites, like apple.com.
Cisco887_ISP#ping google.com
Translating "google.com"...domain server (8.8.8.8) (8.8.4.4) % Name lookup aborted
% Unrecognized host or address, or protocol not running.
Cisco887_ISP#ping google.com
Translating "google.com"...domain server (8.8.8.8) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.58.204.14, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/36 ms
Cisco887_ISP#ping apple.com <<<<<<<<<<<<<<<<<<<<<<<<<=============================
Translating "apple.com"...domain server (8.8.8.8) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 17.172.224.47, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco887_ISP#ping bbc.co.uk
Translating "bbc.co.uk"...domain server (8.8.8.8) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 151.101.192.81, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/33/36 ms
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
ip domain lookup source-interface Dialer0
ip name-server 8.8.8.8
ip name-server 8.8.4.4
no ipv6 cef
!
ip dhcp pool LOCAL LAN
import all
utilization mark high 80 log
network 192.168.10.0 255.255.255.0
default-router 192.168.10.254
dns-server 8.8.8.8 8.8.4.4
!
ip dhcp pool LOCAL WIFI
import all
utilization mark high 80 log
network 192.168.100.0 255.255.255.0
default-router 192.168.100.254
dns-server 8.8.8.8 8.8.4.4
!
ip dhcp pool GUEST WIFI
import all
utilization mark high 80 log
network 192.168.200.0 255.255.255.0
default-router 192.168.200.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
!
ip dhcp pool MANAGEMENT
import all
utilization mark high 80 log
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 8.8.8.8 8.8.4.4
interface Vlan1
description MANAGEMENT
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
interface Vlan10
description LOCAL LAN
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
interface Vlan100
description LOCAL WIFI
ip address 192.168.100.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
interface Vlan200
description GUEST WIFI
ip address 192.168.200.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
!
ip nat inside source list 1 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!
access-list 1 permit 192.168.10.0 0.0.0.255
access-list 1 permit 192.168.100.0 0.0.0.255
access-list 1 permit 172.16.200.0 0.0.0.255
access-list 1 permit 192.168.20.0 0.0.0.255
dialer-list 1 protocol ip permit
Also, what should the bandwidth be on the D0 interface ?
Dialer0 is up, line protocol is up (spoofing)
Hardware is Unknown
Description: (WAN PORT CONNECTED TO ISP)
Internet address will be negotiated using IPCP
MTU 1500 bytes, BW 56 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Closed, loopback not set
Keepalive set (10 sec)
04-19-2020 03:48 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide