On Tue, 28 Feb 2023 14:35:18 +0100, Claudio Jeker <cje...@diehard.n-r-g.com> wrote:
> To be honest I never had the need to store static arp entries. So for > me the best place is /dev/null. Not op, but I have such a need: I own an wifi AP which tends to not being able to let arp pass, in one direction. All the rest is fine, so as long the router can reach the hosts in the LANs. I ended up having in my router: $ cat /etc/rc.local arp -Fs 192.0.2.1 00:11:22:33:44:55 [...] for the required devices using wifi. Of course I'm not happy about the situation, but it's a good work around for this shitty device. Cheers, Daniel