- I use the DHCP server in the OPNsense FW (23.x)
- It runs as VM on separate PVE Node [7.x.x]
- The new PVE Node [8.2.2] has two interfaces
- One interface ETH0 is used as PVE Management bridged by VMBR0 and has a static IP on the same network as the OPNsense FW (192.x.x.1/24)
- The other interface ETH1 is ported to VMBR2 which needs DHCP to assign it an address (192.x.x.x/24)
- Another Bridge VMBR3 has two 10.x.x.x/28 IP addresses assigned to it and forwards (NAT) the VMs traffic via VMBR2 - hopefully
- Of course the default route for the new PVE Node is set on the VMBR0 interface - 192.x.x.1/24 which is the OPNsense FW
- The VMs will be assigned the VMBR3 interface and adopt the 10.x.x.x/28 IP range
So, the problem is:
-the VMBR2 requests an IP address from the OPNsense FW/DHCP server
-it gets one eventually
-no VM is running at all only the new PVE Node
-when the OPNsense FW/DHCP Server leases are checked there are a number of abandoned IP addresses
-quickly pulling the cable from the new PVE Node stops this otherwise the IP addresses lease range gets used up and no other devices
on the network would be able to request a new one
-of course a manual clean-up of the DHCP leases has to be performed
Question(s):
-what gives with this?
-shouldn't the DHCP requests stop once an IP address has been given by the OPNsense FW/DHCP server?