Wednesday, November 21, 2018

Trouble with Default IP Router?

Hi all,
So i am trying to workout IP Route on packet tracer, and i have been at it for a few hours and can't seem to get it to work.
I am trying to ping from PC-1(192.168.1.3) to PC-2(192.168.3.3) through 2 Routers.

I am using an IP Address Scheme from a Lab tutorial, but i really don't understand how IP Routes work... isn't it configured by your "Target IP | Target Subnet | Interface IP"

Could anyone emphasize where i have gone wrong?

The Config for Router 1

interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! interface Serial0/0/0 ip address 10.1.1.1 255.255.255.252 clock rate 64000 ip route 192.168.3.0 255.255.255.0 10.2.2.1 

Scheme for Router 2

interface GigabitEthernet0/1 ip address 192.168.3.1 255.255.255.0 duplex auto speed auto ! interface Serial0/0/0 ip address 10.2.2.1 255.255.255.252 ip route 192.168.1.0 255.255.255.0 10.1.1.1 



No comments:

Post a Comment