I'm experiencing strange ARP issues with ARP resolution/broadcast population in my home network.
The LAN configuration is pretty straightforward:
1. Two ASUS routers (RT-AC3100 and RT-AX86U), both in AP mode, both running the latest Asuswrt-Merlin version (386.3_2)
2. Cisco SG110D-05 unmanaged 5-port switch, which connects both APs together
3. A router also connected to the switch (irrelevant to the question though)
The problem is often times the wireless clients connected to AP #1 and #2 do not "see" each other (pings do not go through, etc).
In more detail, it typically it looks like this:
admin@RT-AX86U-7EB8:/tmp/home/root# arp -n
? (c) at dc:a6:32:34:e2:61 [ether] on br0
? (192.168.1.1) at b4:fb:e4:ca:ea:fe [ether] on br0
? (192.168.1.96) at 4c:1d:96:2b:c8:07 [ether] on br0
? (192.168.1.111) at 98:fe:94:46:79:54 [ether] on br0
? (192.168.1.102) at 84:c5:a6:7c:71:8f [ether] on br0
? (192.168.1.50) at 00:16:e8:99:91:30 [ether] on br0
In other words, 192.168.1.101 and 192.168.1.102 hosts connected to AP #1 do exist in the ARP table of AP #2.
However, when I ping them from the host 192.168.1.96 (which is connected to AP #2), it fails to resolve their MAC addresses (as the AP #2 was blocking ethernet broadcasts sent by 192.168.1.96 or something like that). There are no ARP records corresponding to 192.168.1.101 or 102 on 192.168.1.96 host, and obviously they don't ping:
Pinging 192.168.1.101 with 32 bytes of data
Reply from 192.168.1.96: Destination host unreachable.
Reply from 192.168.1.96: Destination host unreachable.
Reply from 192.168.1.96: Destination host unreachable.
Reply from 192.168.1.96: Destination host unreachable.
Sometimes the problem rectifies itself. Also, it often happens that ARP resolution works for _some_ hosts connected to AP #2 but not for the others.
Am I missing something?
The LAN configuration is pretty straightforward:
1. Two ASUS routers (RT-AC3100 and RT-AX86U), both in AP mode, both running the latest Asuswrt-Merlin version (386.3_2)
2. Cisco SG110D-05 unmanaged 5-port switch, which connects both APs together
3. A router also connected to the switch (irrelevant to the question though)
The problem is often times the wireless clients connected to AP #1 and #2 do not "see" each other (pings do not go through, etc).
In more detail, it typically it looks like this:
admin@RT-AX86U-7EB8:/tmp/home/root# arp -n
? (c) at dc:a6:32:34:e2:61 [ether] on br0
? (192.168.1.1) at b4:fb:e4:ca:ea:fe [ether] on br0
? (192.168.1.96) at 4c:1d:96:2b:c8:07 [ether] on br0
? (192.168.1.111) at 98:fe:94:46:79:54 [ether] on br0
? (192.168.1.102) at 84:c5:a6:7c:71:8f [ether] on br0
? (192.168.1.50) at 00:16:e8:99:91:30 [ether] on br0
In other words, 192.168.1.101 and 192.168.1.102 hosts connected to AP #1 do exist in the ARP table of AP #2.
However, when I ping them from the host 192.168.1.96 (which is connected to AP #2), it fails to resolve their MAC addresses (as the AP #2 was blocking ethernet broadcasts sent by 192.168.1.96 or something like that). There are no ARP records corresponding to 192.168.1.101 or 102 on 192.168.1.96 host, and obviously they don't ping:
Pinging 192.168.1.101 with 32 bytes of data
Reply from 192.168.1.96: Destination host unreachable.
Reply from 192.168.1.96: Destination host unreachable.
Reply from 192.168.1.96: Destination host unreachable.
Reply from 192.168.1.96: Destination host unreachable.
Sometimes the problem rectifies itself. Also, it often happens that ARP resolution works for _some_ hosts connected to AP #2 but not for the others.
Am I missing something?
Last edited: