I've been banging my head against the wall for 2 hours.
I have this network setup in packet tracer.
I've added the static route and I'm able to ping between routers and to each side of the network either way. Also i'm able to ping from the router to the PC on the same network (both) but not through the other network.
I've added the static routes on both router and this is confirmed by the pings between the routers.
I noticed that from the switch I'm not able to ping the PC aswell.
Someone please help.
Router 5 Running Config
p1#show running-config
Building configuration...
Current configuration : 520 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname p1
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.3.0 255.255.255.0 192.168.2.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Router 6 Running Config
Router#show running-config
Building configuration...
Current configuration : 524 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.2.1
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end