All devices can ping only itself and the router (lan)

Options
Claudio3126
Claudio3126 Posts: 3
edited August 2022 in WirelessLAN

The Router is zyxel EMG1702-T10A.

When i try to ping any devices in my lan network, i get this output :

ping 192.168.1.104     

PING 192.168.1.104 (192.168.1.104) 56(84) bytes of data.
From 192.168.1.108 icmp_seq=1 Destination Host Unreachable
From 192.168.1.108 icmp_seq=2 Destination Host Unreachable
From 192.168.1.108 icmp_seq=3 Destination Host Unreachable
From 192.168.1.108 icmp_seq=4 Destination Host Unreachable
From 192.168.1.108 icmp_seq=5 Destination Host Unreachable
From 192.168.1.108 icmp_seq=6 Destination Host Unreachable

The ping only suceed when pingin itself and the router :

itself -

ping 192.168.1.108                                                                                                                                            

PING 192.168.1.108 (192.168.1.108) 56(84) bytes of data.
64 bytes from 192.168.1.108: icmp_seq=1 ttl=64 time=0.029 ms
64 bytes from 192.168.1.108: icmp_seq=2 ttl=64 time=0.042 ms
64 bytes from 192.168.1.108: icmp_seq=3 ttl=64 time=0.065 ms
64 bytes from 192.168.1.108: icmp_seq=4 ttl=64 time=0.063 ms

the router -

ping 192.168.1.1  

PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=2.92 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=3.17 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=1.05 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=1.38 ms

Tested with 3 devices, 2 linux and 1 android, and got the same output. ALl of them connected to the router via wifi. All host were up.

Output of some troubleshooting :

i tried

<code>sudo ip route add 192.168.1.104/32 via 192.168.1.1 dev wlan0
and
<code>sudo ip route add 192.168.1.104 via 192.168.1.1 dev wlan0
but this is the output :

ping 192.168.1.104

PING 192.168.1.104 (192.168.1.104) 56(84) bytes of data.
From 192.168.1.1: icmp_seq=2 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.1: icmp_seq=3 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.1: icmp_seq=4 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.1: icmp_seq=5 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.1: icmp_seq=6 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.1: icmp_seq=8 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.1: icmp_seq=11 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.1: icmp_seq=17 Redirect Host(New nexthop: 192.168.1.104)
From 192.168.1.108 icmp_seq=26 Destination Host Unreachable
From 192.168.1.108 icmp_seq=27 Destination Host Unreachable
From 192.168.1.108 icmp_seq=28 Destination Host Unreachable
From 192.168.1.108 icmp_seq=29 Destination Host Unreachable
From 192.168.1.108 icmp_seq=30 Destination Host Unreachable
From 192.168.1.108 icmp_seq=31 Destination Host Unreachable
From 192.168.1.108 icmp_seq=32 Destination Host Unreachable

I did try some other solutions, since its a common issue, but as none of them worked, i decided make another question about it.

I was suggested to activate icmp on acl, but it didnt worked.I dont know if i did it right tho. I tried using the source ip addres and source mask addres, respectivly : 0.0.0.0, 0.0.0.0. And then : 192.168.1.0 , 255.255.255.0

I was also suggested to turn off an possible option that determines that the devices will only talk to the internet, but never with eachother. Bu i dont know what that option would look like, and didnt find it.





Accepted Solution

All Replies