1
22.7 Legacy Series / Re: WAN via DHCP (e.g. dhclient) dies aperiodically w/ no return. SOLVED
« on: August 17, 2022, 04:51:24 am »
Solved: The issue was that this is a Supermicro board with an Intelligent Platform Management Interface (IPMI) (HP calls it integrated lights out) that was set in BIOS to get a DHCP address.
So that means that the BIOS sent the IPMI mac address across the WAN interface (igb0) even though there was no cable attached to the IPMI NIC. I found a discussion about that here https://forum.netgate.com/topic/64335/tip-if-you-have-an-ipmi-motherboard-and-constantly-pull-an-internal-ip-on-wan And the ISP setup their system to give the SAME IP address to all machines that connect through that fiber connection. That meant that the suggestion from WN1X of changing the mac address would not work.
I changed the IPMI in BIOS to be a static IP and that stopped the DCHP from aperiodically dying.
-----
Future work: There needs to be some way that OPNSense can alert that there is an IP address conflict on the WAN network and not just die without any warning, no web-based alerts/logs , and without log messages in /var/log/system or /var/log/routing
So that means that the BIOS sent the IPMI mac address across the WAN interface (igb0) even though there was no cable attached to the IPMI NIC. I found a discussion about that here https://forum.netgate.com/topic/64335/tip-if-you-have-an-ipmi-motherboard-and-constantly-pull-an-internal-ip-on-wan And the ISP setup their system to give the SAME IP address to all machines that connect through that fiber connection. That meant that the suggestion from WN1X of changing the mac address would not work.
I changed the IPMI in BIOS to be a static IP and that stopped the DCHP from aperiodically dying.
-----
Future work: There needs to be some way that OPNSense can alert that there is an IP address conflict on the WAN network and not just die without any warning, no web-based alerts/logs , and without log messages in /var/log/system or /var/log/routing