1
22.1 Legacy Series / Multi WAN setup fails with kernel: arpresolve: can't allocate llinfo
« on: January 30, 2022, 02:13:37 pm »
Trying to migrate a home setup to OPNsense and have problems with MultiWAN. Same setup works with current *sense solution on 2 sites.
Running 22.1, single NIC Intel i211-at
Created Gateway group with both WANs as Tier 1.
Allow default gateway switching enabled
Use it as gateway for LAN in firewall rule and get console hammered with this:
kernel: arpresolve: can't allocate llinfo for 10.0.2.1 on igb0
kernel: arpresolve: can't allocate llinfo for 10.0.0.1 on igb0_vlan4
As stated in the log opnsense is looking for gateways on the wrong interfaces. 10.0.2.1 is on igb0_vlan4 and 10.0.0.1 is on igb0.
What did I miss?
Running 22.1, single NIC Intel i211-at
Code: [Select]
igb0 = WAN1 10.0.0.2/24, Gateway 10.0.0.1
igb0_vlan4 = WAN2 10.0.2.2/24, Gateway 10.0.2.1
igb0_vlan1 = LAN
igb0_vlan3 = Guest/IoT
Created Gateway group with both WANs as Tier 1.
Allow default gateway switching enabled
Use it as gateway for LAN in firewall rule and get console hammered with this:
kernel: arpresolve: can't allocate llinfo for 10.0.2.1 on igb0
kernel: arpresolve: can't allocate llinfo for 10.0.0.1 on igb0_vlan4
As stated in the log opnsense is looking for gateways on the wrong interfaces. 10.0.2.1 is on igb0_vlan4 and 10.0.0.1 is on igb0.
What did I miss?