06-21-2018 03:53 AM - edited 03-05-2019 10:37 AM
In packet tracer my wireless laptop can ping other PC's in the network but PC's cannot ping the laptop.
This is the IP of laptop (192.168.200.100) and I am pinging from the PC.
C:\>ping 192.168.200.100
Pinging 192.168.200.100 with 32 bytes of data:
Reply from 20.1.1.1: Destination host unreachable.
Reply from 20.1.1.1: Destination host unreachable.
Reply from 20.1.1.1: Destination host unreachable.
Reply from 20.1.1.1: Destination host unreachable.
Ping statistics for 192.168.200.100:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Here I am pinging from laptop the PC.
ping 20.1.1.10
Pinging 20.1.1.10 with 32 bytes of data:
Reply from 20.1.1.10: bytes=32 time=32ms TTL=124
Reply from 20.1.1.10: bytes=32 time=11ms TTL=124
Reply from 20.1.1.10: bytes=32 time=18ms TTL=124
Reply from 20.1.1.10: bytes=32 time=27ms TTL=124
Ping statistics for 20.1.1.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 11ms, Maximum = 32ms, Average = 22ms
06-21-2018 04:24 AM
Hello,
post the Packet Tracer project file (rename the .pkt to .jpg otherwise you cannot upload)...
06-21-2018 04:39 AM
When I rename it it shows me that
<The contents of the attachment doesn't match its file type.>
06-21-2018 04:42 AM
Are you renaming the file in Explorer ?
06-21-2018 04:50 AM
Yes
06-21-2018 04:56 AM
What does your topology look like ? Post the configs of the devices you have in your network...
06-21-2018 05:04 AM
At the first post I have post the topology in jpg file
R2#sh run
Building configuration...
Current configuration : 918 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524A08J
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
ip address 20.1.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.10.1 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
passive-interface GigabitEthernet0/1
network 192.168.10.0 0.0.0.3 area 0
network 20.1.1.0 0.0.0.255 area 0
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
---------------------------------
R1#sh run
Building configuration...
Current configuration : 971 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX152440EW
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
ip address 10.1.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.10.2 255.255.255.252
clock rate 4000000
!
interface Serial0/0/1
ip address 192.168.20.1 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
passive-interface GigabitEthernet0/1
network 192.168.10.0 0.0.0.3 area 0
network 192.168.20.0 0.0.0.3 area 0
network 10.1.1.0 0.0.0.255 area 0
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
-----------------------------------
R3#sh run
Building configuration...
Current configuration : 944 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX15249KO1
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/0/1
ip address 192.168.20.2 255.255.255.252
clock rate 4000000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
passive-interface GigabitEthernet0/1
network 192.168.20.0 0.0.0.3 area 0
network 192.168.1.0 0.0.0.255 area 0
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
-----------------------------------
06-21-2018 05:22 AM
Hello,
where do you announce or redistribute into OSPF the networks 192.168.100.0/24 and 192.168.200.0/24 ? How is the wireless router connected to your network ?
06-21-2018 05:29 AM
I think I am not announce them. That could probably be the problem? The wireless router is connected through the switch that is connected on the router (R3). The wireless laptop can ping everything the problem is the vise versa.
06-21-2018 05:50 AM
Hello,
on R3, configure two static routes and redistribute them into OSPF:
R3
ip route 192.168.100.0 255.255.255.0 GigabitEthernet0/1
ip route 192.168.200.0 255.255.255.0 GigabitEthernet0/1
!
router ospf 1
redistribute static
06-21-2018 05:55 AM
C:\>ping 192.168.200.100
Pinging 192.168.200.100 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.200.100:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
06-21-2018 05:57 AM
Hello,
can you post the output of 'show ip route' from R3 ?
06-21-2018 05:59 AM
R3(config)#do sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 1 subnets
O 10.1.1.0/24 [110/65] via 192.168.20.1, 00:56:29, Serial0/0/1
20.0.0.0/24 is subnetted, 1 subnets
O 20.1.1.0/24 [110/129] via 192.168.20.1, 00:56:19, Serial0/0/1
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, GigabitEthernet0/1
L 192.168.1.1/32 is directly connected, GigabitEthernet0/1
192.168.10.0/30 is subnetted, 1 subnets
O 192.168.10.0/30 [110/128] via 192.168.20.1, 00:56:29, Serial0/0/1
192.168.20.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.20.0/30 is directly connected, Serial0/0/1
L 192.168.20.2/32 is directly connected, Serial0/0/1
S 192.168.100.0/24 is directly connected, GigabitEthernet0/1
S 192.168.200.0/24 is directly connected, GigabitEthernet0/1
06-21-2018 06:00 AM
Maybe you can use a free file sharing program such as Dropbox to send the file...
06-21-2018 06:07 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide