Hi,
This is the first time I've ever had a problem with my proxmox server that I could not solve myself. For some weird reason my Proxmox host loses internet access after a reboot. If I restart the networking service, the host often comes back online. But it would never survive a reboot.
My /etc/network/interfaces looks like this
Can anybody please help me?
I am running Proxmox 6.0-6
This is the first time I've ever had a problem with my proxmox server that I could not solve myself. For some weird reason my Proxmox host loses internet access after a reboot. If I restart the networking service, the host often comes back online. But it would never survive a reboot.
My /etc/network/interfaces looks like this
Code:
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.200
netmask 255.255.255.0
gateway 192.168.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I am running Proxmox 6.0-6
Last edited: