10-24-2020 08:03 AM - edited 10-24-2020 08:10 AM
Have been studying for my CCNA and got some equipment to help me out (I actually have 2 of each but am only using 1 as I am networking my room as I study)
I can ping the Computer from the router but there is no internet activity
Using my wifi off my Fios Router till I get this working
Connections:
Fios Internet Router <-----> (G0/1) Cisco Router (G0/0) <-----> (G0/1) Cisco Switch <-----> TV/Printer/PS4/PC/Cable Box
Please help
Configs are below for both
replaced passwords with *'s for safety
Solved! Go to Solution.
10-26-2020 06:44 PM
Switch IP INT BR:
MB-SW>en
Password:
MB-SW#sh ip int br
Interface IP-Address OK? Method Status Protocol
Vlan1 192.168.4.2 YES manual up up
FastEthernet0/1 unassigned YES unset up up
FastEthernet0/2 unassigned YES unset down down
FastEthernet0/3 unassigned YES unset down down
FastEthernet0/4 unassigned YES unset up up
FastEthernet0/5 unassigned YES unset up up
FastEthernet0/6 unassigned YES unset administratively down down
FastEthernet0/7 unassigned YES unset down down
FastEthernet0/8 unassigned YES unset administratively down down
FastEthernet0/9 unassigned YES unset administratively down down
FastEthernet0/10 unassigned YES unset administratively down down
FastEthernet0/11 unassigned YES unset administratively down down
FastEthernet0/12 unassigned YES unset administratively down down
FastEthernet0/13 unassigned YES unset administratively down down
FastEthernet0/14 unassigned YES unset administratively down down
FastEthernet0/15 unassigned YES unset administratively down down
FastEthernet0/16 unassigned YES unset administratively down down
FastEthernet0/17 unassigned YES unset administratively down down
FastEthernet0/18 unassigned YES unset administratively down down
FastEthernet0/19 unassigned YES unset administratively down down
FastEthernet0/20 unassigned YES unset administratively down down
FastEthernet0/21 unassigned YES unset administratively down down
FastEthernet0/22 unassigned YES unset administratively down down
FastEthernet0/23 unassigned YES unset administratively down down
FastEthernet0/24 unassigned YES unset administratively down down
GigabitEthernet0/1 unassigned YES unset up up
GigabitEthernet0/2 unassigned YES unset down down
10-27-2020 01:08 AM
Hello,
so the DHCP works now ?
Either way, if you do a traceroute from the PC to 8.8.8.8, where does it stop ? Can you ping 8.8.8.8 from the router ?
10-27-2020 05:01 AM - edited 10-27-2020 05:03 AM
DHCP is not working on any of the devices, I can only ping 192.158.4.1
It will not ping to the internet
10-27-2020 05:55 AM
Hello,
can you ping 8.8.8.8 from the router ?
10-27-2020 06:30 AM - edited 10-28-2020 09:33 PM
no,
Router IP INT BR:
For Administrator Access Only
MBR>en
Password:
MBR#sh ip int br
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine 0/0 172.27.140.2 YES NVRAM initializing down
GigabitEthernet 0/0 192.168.4.1 YES manual up up
GigabitEthernet 0/0.2 192.168.2.1 YES NVRAM up up
GigabitEthernet 0/0.3 192.168.3.1 YES NVRAM up up
GigabitEthernet 0/0.10 unassigned YES unset deleted down
GigabitEthernet 0/1 192.168.1.2 YES manual up up
Serial 0/0/0 unassigned YES NVRAM down down
NVI0 unassigned YES unset up up
10-27-2020 12:44 PM
Fixed it
Set Router port (G0/1) connected to Fios Router to : IP Address DHCP
Then tweaked the static IP of the PC and Presto
10-25-2020 02:25 AM
Hello
Based on your original topology - change the following
RTR
interface GigabitEthernet0/0
no ip address 192.168.2.222 255.255.255.0
interface GigabitEthernet0/0.3
encapsulation dot1q 3
description Network VLAN
ip address 192.168.2.222 255.255.255.0
ip nat inside
ip dhcp pool dpool1
default-router 192.168.1.212
Switch
default interface GigabitEthernet0/1
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk allowed vlan 3
no shut
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