hello everyone,
i have been stuck at a point from last week while configuring cisco router 1841 in packet tracer 5.0. I am connecting two PC's with 1841 router. but after connecting i am not able to send the packet in any direction. kindly help.
here are the configuration steps:
Router is connected to two PC's through copper-cross over cable.
For first PC:
enable
config t
int f 0/0
ip address 192.168.10.1 255.255.255.0
no shut
and for second PC:
enable
config t
int f 0/1
ip address 192.168.20.1 255.255.255.0
no shut
the ip address of first PC: 192.168.10.2 and gateway is 192.168.10.1 and for the second PC : 192.168.20.2 and gateway is 192.168.20.1
kindly help..