Hello all,
Straight from the Network Configuration wiki for Proxmox: https://pve.proxmox.com/wiki/Network_Configuration
Example: Use VLAN 5 for the Proxmox VE management IP with VLAN aware Linux bridge
iface eno1 inet manual
auto vmbr0.5
iface vmbr0.5 inet static
address 10.10.10.2/24
gateway 10.10.10.1
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I have configured my primary interface as follows:
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.3
iface vmbr0.3 inet static
address 192.168.1.66/26
gateway 192.168.1.65
After I saved the config and rebooted I could not get to the Proxmox GUI. Only when I changed the mgmt config from vmbr0.3 to vmbr0.1 did it work. Why is this when the wiki shows something different? Is it the order of the statements?
Thanks,
Steve
Straight from the Network Configuration wiki for Proxmox: https://pve.proxmox.com/wiki/Network_Configuration
Example: Use VLAN 5 for the Proxmox VE management IP with VLAN aware Linux bridge
iface eno1 inet manual
auto vmbr0.5
iface vmbr0.5 inet static
address 10.10.10.2/24
gateway 10.10.10.1
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I have configured my primary interface as follows:
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.3
iface vmbr0.3 inet static
address 192.168.1.66/26
gateway 192.168.1.65
After I saved the config and rebooted I could not get to the Proxmox GUI. Only when I changed the mgmt config from vmbr0.3 to vmbr0.1 did it work. Why is this when the wiki shows something different? Is it the order of the statements?
Thanks,
Steve