Two labs connected together, then connected to internet gateway ip.
I must be missing something simple here, but can't figure this out and it's bugging me.
So I have "Lab1" that contains R1 and R2, connected to each other using serial interface. R2 is then connected to "Lab2 via ethernet.
R1 S0 = 192.168.3.1
R2 S0 = 192.168.3.2
R2 E0 = 10.10.10.1 - connected to a switch port on Switch1.
"Lab2" contains R3 and R4. R3 is connected to R4 usiang Serial interface, and to the Switch1 using E0.
R3 E0 = 10.10.10.2 - connected to a switch1 port
R3 S0 = 192.168.6.1
R4 S0 = 192.168.6.2
R4 ethernet port E0 192.168.1.20 is finally connected to another switch2 (vlan ip interface 192.168.1.66), and it's uplink is connected to my home internet router (192.168.1.1).
I have connectivity between R1 and R4 interfaces, I have ip route 0.0.0.0 0.0.0.0 on R4 set to E0 which is connected to the switch, and then connected to the home internet router (gateway ip is 192.168.1.1)
Rip v2 is used on the routers. i've also tried eigrp on r4. rip routes are working between the two labs.
I must be missing something on the R4 router as I can ping from this router 192.168.1.1 and internet, can also ping all my lab routers as well. All the lab routers can ping the R4, but can't ping 192.168.1.1?
The switch2 with up link , with the 192.168.1.66, has internet connectivity as well as my pc is connected to the internet via it, using static ip.
I am just missing something on R4, lets call it the "edge" router as it can ping both "LABS" and the 192.168.1.1 BUT, the labs can't go beyond the edge router?
Hope this makes sense.
Any suggestions?
from the R4
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
R 10.0.0.0/8 [120/1] via 192.168.6.1, 00:00:16, Serial0/0
C 192.168.6.0/24 is directly connected, Serial0/0
C 192.168.1.0/24 is directly connected, FastEthernet0/0
R 192.168.3.0/24 [120/2] via 192.168.6.1, 00:00:16, Serial0/0
S* 0.0.0.0/0 is directly connected, FastEthernet0/0
Edge#
Edge#
Edge#ping 192.168.3.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/68/84 ms
Edge#
Edge#
Edge#
Edge#ping 10.10.10.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/40/56 ms
Edge#
Edge#
Edge#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/18/24 ms
Edge#
Edge#
from a lab1 router
Gateway of last resort is 192.168.3.2 to network 0.0.0.0
C 192.168.3.0/24 is directly connected, Serial0/0
S* 0.0.0.0/0 [1/0] via 192.168.3.2
jupiter#
pinging the edge router ok
jupiter#
jupiter#ping 192.168.1.20
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.20, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/69/96 ms
pinging past the edge router fails
jupiter#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
jupiter#