Thus said "H. Hartzer" on Tue, 17 Feb 2026 03:04:14 +0000: > The IP allocation is currently on the same link, so I do have to ARP > proxy. This is working for me, but I have to do arp -s (my wan mac) > (ipv4) before bringing up the gif interface (or Wireguard.)
Or you can save the ARP mappings in something like /etc/ethers.if (whe re if is the name of the physical NIC) and then in your /etc/hostname.if have something like: !arp -f /etc/ethers.if Thanks, Andy

