Just posting this here in case it's helpful for anyone. I just spent 2 frustrating hours because of this.
I had "enable static ARP entries" enabled in the ISC settings, dynamic ARP entries were working fine, all good.
Then I disabled ISC.
First gotcha: you can't do this per interface, you got to disable ISC on all interfaces.
Second gotcha: After migrating to Kea, dynamic ARP entries became impossible, only static was possible, which basically breaks all IPv4 connectivity.
It is visible using "ifconfig <interface>": it returns "STATICARP" in the list of flags. For example:
It took me a while to figure this out, I suspected some firewall alias not being updated for a while. Disabling the setting in the GUI under ISC IPv4 was also not sufficient, I had to enter "ifconfig <intf> -staticarp" to get rid of it. Connectivity was instantly reestablished.
Just putting this out there, for anyone researching how to migrate to ISC.
I still do not fully understand how this "enable static ARP entries" setting works and why it has a different effect if ISC is disabled.
I had "enable static ARP entries" enabled in the ISC settings, dynamic ARP entries were working fine, all good.
Then I disabled ISC.
First gotcha: you can't do this per interface, you got to disable ISC on all interfaces.
Second gotcha: After migrating to Kea, dynamic ARP entries became impossible, only static was possible, which basically breaks all IPv4 connectivity.
It is visible using "ifconfig <interface>": it returns "STATICARP" in the list of flags. For example:
Code Select
flags=1088843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,STATICARP,LOWER_UP> metric 0 mtu 1500It took me a while to figure this out, I suspected some firewall alias not being updated for a while. Disabling the setting in the GUI under ISC IPv4 was also not sufficient, I had to enter "ifconfig <intf> -staticarp" to get rid of it. Connectivity was instantly reestablished.
Just putting this out there, for anyone researching how to migrate to ISC.
I still do not fully understand how this "enable static ARP entries" setting works and why it has a different effect if ISC is disabled.
"