Hello
Here is the PING output from three devices, my gateway, one of my WAPs (which is assessable) and then a WAP which is not assessable (.166) which results in no return of information 100% packet loss and I have to CTRL C to exit.
OK new info. I have fixed the ping issue by adding a ICMP forward rule from Zertier to LAN. So then I saw how to add a forward rule for Mikrotik Winbox (8291) from Zerteir to LAN but this did not allow me to access on LAN as I hoped and made it even worse as devices behind bridges were also not availble either. So the port forward works to capture the incoming WinBox packets on zerotier by dumping them in the LAN bu they seem lost in a black hole.
Re your question about DHCP devices, I have tried setting the Gateway address in the LAN interface if this is where you mean but this does not help. Remember all these devices that I can't access by remote route DNS requests all day happily providing internet.
[email protected]:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: seq=0 ttl=64 time=0.366 ms
64 bytes from 192.168.1.1: seq=1 ttl=64 time=0.274 ms
64 bytes from 192.168.1.1: seq=2 ttl=64 time=0.256 ms
^C
--- 192.168.1.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.256/0.298/0.366 ms
[email protected]:~# ping 192.168.1.188
PING 192.168.1.188 (192.168.1.188): 56 data bytes
64 bytes from 192.168.1.188: seq=0 ttl=64 time=1.832 ms
64 bytes from 192.168.1.188: seq=1 ttl=64 time=1.555 ms
64 bytes from 192.168.1.188: seq=2 ttl=64 time=1.641 ms
^C
--- 192.168.1.188 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.555/1.676/1.832 ms
[email protected]:~# ping 192.168.1.166
PING 192.168.1.166 (192.168.1.166): 56 data bytes
^C
--- 192.168.1.166 ping statistics ---
23 packets transmitted, 0 packets received, 100% packet loss
[email protected]:~#
TCPDUMP
[email protected]:~# tcpdump -i any -n -v 'icmp'
tcpdump: listening on any, link-type LINUX_SLL (Linux cooked v1), capture size 262144 bytes
16:40:05.164251 IP0
16:40:06.545256 IP (tos 0xc0, ttl 64, id 16599, offset 0, flags [none], proto ICMP (1), length 193)
192.168.1.1 > 192.168.1.1: ICMP host 195.181.173.159 unreachable, length 173
IP (tos 0x0, ttl 64, id 50037, offset 0, flags [none], proto UDP (17), length 165)
192.168.1.1.9993 > 195.181.173.159.9993: UDP, length 137
16:40:06.545338 IP (tos 0xc0, ttl 64, id 16600, offset 0, flags [none], proto ICMP (1), length 193)
192.168.1.1 > 192.168.1.1: ICMP host 195.181.173.159 unreachable, length 173
IP (tos 0x0, ttl 64, id 50038, offset 0, flags [none], proto UDP (17), length 165)
192.168.1.1.43734 > 195.181.173.159.9993: UDP, length 137
16:40:06.545398 IP (tos 0xc0, ttl 64, id 16601, offset 0, flags [none], proto ICMP (1), length 193)
192.168.1.1 > 192.168.1.1: ICMP host 195.181.173.159 unreachable, length 173