Proxmox network config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#etc/network/interfaces | |
auto lo | |
iface lo inet loopback | |
auto enp4s0 | |
iface enp4s0 inet manual | |
auto vmbr0 | |
iface vmbr0 inet static | |
address 192.168.0.11/24 | |
gateway 192.168.0.1 | |
bridge-ports enp4s0 | |
bridge-stp off | |
bridge-fd 0 | |
iface wlp3s0 inet manual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE
Sometimes when proxmox reboot it does change the network interface Ex: from
enp4s0
toenp3s0
so the network will stop working completely.How to fix it:
etc/network/interfaces
do not contains errors by usingifup vmbr0
on the command linels /sys/class/net
, it should give you all the current interfaces. Update the fileetc/network/interfaces
with the new bridge ex:enp3s0
hwinfo --short --network