Solution: arpresolve: can't allocate llinfo for <ip> on <interface> after 23.01 upgrade
-
So, after upgrading pfSense to 23.01, we had an issue that IPSec VPN Tunnels to Azure did connect, but no traffic was flowing.
P1 and P2 did show healthy.
They are setup as IKEv2, VTI/Routed TunnelsAfter some investigation we found these error messages in the System Logs:
arpresolve: can't allocate llinfo for <ip> on <interface>
Where<ip>
is the IP of the Remote Gateway.Under
System -> Routing -> <VPN Gateway>
we had to enableUse non-local gateway through interface specific route.
(underAdvanced Settings
at the very bottom).This allowed traffic to flow again.
Just in case someone else encounters an issue like this.