Hello,
I have been using PVE for several months and recently I had to change my motherboard, after replacing the motherboard of my server I have a defect when starting the promox distribution:
[FAILED] Failed to start LSB: Personal Firewall

In front of my server I use a netgate firewall (Pfsense), since the motherboard change on the server the DMZ interface of my firewall is no longer active.

It’s annoying for a server
I replaced the MAC address on the vmbr0 interface using the following commands :
After restarting the network service or restarting the server the old mac address is redefined on the interface
If you have an idea ?
I have been using PVE for several months and recently I had to change my motherboard, after replacing the motherboard of my server I have a defect when starting the promox distribution:
[FAILED] Failed to start LSB: Personal Firewall


In front of my server I use a netgate firewall (Pfsense), since the motherboard change on the server the DMZ interface of my firewall is no longer active.

It’s annoying for a server

I replaced the MAC address on the vmbr0 interface using the following commands :
Code:
ifconfig vmbr0 down
ifconfig vmbr0 hw ether new:mac:adress
ifconfig vmbr0 up
systemctl restart networking
After restarting the network service or restarting the server the old mac address is redefined on the interface

If you have an idea ?
Last edited: