[SOLVED] [FAILED] Failed to start LSB: Personal Firewall

noar

New Member
Nov 26, 2022
3
0
1
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 :mad:

316562793_n.jpg

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.

316797934_n.png

It’s annoying for a server :eek:

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 o_O

If you have an idea ?
 
Last edited:
Using the command below I have fixed the problem when starting the distribution :

Code:
sudo update-rc.d -f firewall remove

This command removes all the rules from my iptables firewall allowing all incoming/outgoing traffic to pass

However the DMZ interfaces of my firewall is disabled and no traffic enters the server
With ifcong commades I succeeded in replacing the old MAC address on the vmbr0 interfaces
After restarting the network service the old MAC address is redefined :mad:

317346920_983035475877506_5760993383732108024_n.jpg
 
Last edited:
I solved my problem by renaming the old eno1 interfaces to enp2s0

nano /etc/network/interfaces

Code:
auto lo
iface lo inet loopback

iface enp2s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.10.100
netmask 255.255.255.0
gateway 192.168.10.250
bridge_ports enp2s0
bridge_stp off
bridge_fd 0

316607460_5661697763923071_7767980084754825353_n.png

The server is working properly now :D
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!