1
General Discussion / Re: Corrupted ARP entry.
« on: July 07, 2023, 04:44:56 pm »
Resolved and I should have found it a lot sooner. I used to run this Raspberry Pi on wireless and later moved it to wired. The following (now incorrect entry) was in the DHCP static lease table (with the static ARP box checked):
dc:a6:32:4a:6b:b8 172.18.222.40 PiHole Pi Hole Raspberry Pi
The correct wired address is dc:a6:32:4a:6b:b5, ending in 5, not 8. Now, to edit that static lease, you go to Services, DHCPv4, and then the network interface (in my case LAN). The static lease mappings can be edited, deleted at the bottom.
So, what was confusing was, when the Pi would boot, initially and sometimes for days, everything was fine because the Pi had advertised the correct wired address at startup. The router would use that for a while until whatever random event occurred that caused OPNsense to fallback to it's static lease, ARP entry which was incorrect.
The reason I missed the understanding and fixing the problem sooner was I kept focusing on the ARP table in the OPNsense interface, when I should have spent some time focusing on the DHCP static lease table.
Hope this helps someone else out there that either doesn't know how to manage networks or is sloppy like me.
Thanks to all for your replies and ideas.
dc:a6:32:4a:6b:b8 172.18.222.40 PiHole Pi Hole Raspberry Pi
The correct wired address is dc:a6:32:4a:6b:b5, ending in 5, not 8. Now, to edit that static lease, you go to Services, DHCPv4, and then the network interface (in my case LAN). The static lease mappings can be edited, deleted at the bottom.
So, what was confusing was, when the Pi would boot, initially and sometimes for days, everything was fine because the Pi had advertised the correct wired address at startup. The router would use that for a while until whatever random event occurred that caused OPNsense to fallback to it's static lease, ARP entry which was incorrect.
The reason I missed the understanding and fixing the problem sooner was I kept focusing on the ARP table in the OPNsense interface, when I should have spent some time focusing on the DHCP static lease table.
Hope this helps someone else out there that either doesn't know how to manage networks or is sloppy like me.
Thanks to all for your replies and ideas.