Hello all,
I setup 3 routers for RIP. R3 is able to ping all routers and PCs on the network. I have attached a image of the layout. Basically PC 192.168.3.5/24 cannot reach anything outside of R3. All other PCs and routers can ping each other. It's probably something simple, please help?
(ip config for 192.168.3.5/24)
FastEthernet0 Connection

default port)
Connection-specific DNS Suffix..:
Physical Address................: 0090.0C29.B2BE
Link-local IPv6 Address.........: FE80::290:CFF:FE29:B2BE
IP Address......................: 192.168.3.5
Subnet Mask.....................: 255.255.192.0
Default Gateway.................: 192.168.3.1
R3#show ip int brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 192.168.3.1 YES manual up up
Serial0/0/0 10.1.1.1 YES manual up up
show ip route
Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
C 10.1.1.0/30 is directly connected, Serial0/0/0
L 10.1.1.1/32 is directly connected, Serial0/0/0
R 10.1.1.4/30 [120/1] via 10.1.1.2, 00:00:22, Serial0/0/0
C 192.168.0.0/18 is directly connected, GigabitEthernet0/0
R 192.168.1.0/24 [120/2] via 10.1.1.2, 00:00:22, Serial0/0/0
R 192.168.2.0/24 [120/1] via 10.1.1.2, 00:00:22, Serial0/0/0
192.168.3.0/32 is subnetted, 1 subnets
L 192.168.3.1/32 is directly connected, GigabitEthernet0/0