Hi all,
Big Proxmox noob here, and I am currently struggling/pulling my hair out getting my Proxmox host onto a VLAN. I have googled and tried different things, but I just cannot access the GUI when I put the host onto my MGMT VLAN (VLAN50). My current config is as follows:
enp10s0 is the NIC that I want on VLAN50 and will be dedicated to the proxmox host/management interface, and eno1 for VMs. In the current setup I can ping my Ubiquiti switch (10.50.0.5) but not the gateway (10.50.0.1). On my Ubiquiti switch, I have enpo10s0 tagged on VLAN50 and excluded from other VLANs. I have tried creating a VLAN on the bridge, which didnt work and I have tried untagging the port on the current setup, which also does not work. I am starting to lose my mind over this, so please any assistance would be greatly appreciated!
Big Proxmox noob here, and I am currently struggling/pulling my hair out getting my Proxmox host onto a VLAN. I have googled and tried different things, but I just cannot access the GUI when I put the host onto my MGMT VLAN (VLAN50). My current config is as follows:
Bash:
auto lo
iface lo inet loopback
iface enp10s0 inet manual
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp10s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto enp10s0.50
iface enp10s0.50 inet static
address 10.50.0.3/16
gateway 10.50.0.1
vlan-raw-device enp10s0
#MGMT
auto vmbr1
iface vmbr1 inet static
address 10.20.0.3/16
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 20
#DMZ
enp10s0 is the NIC that I want on VLAN50 and will be dedicated to the proxmox host/management interface, and eno1 for VMs. In the current setup I can ping my Ubiquiti switch (10.50.0.5) but not the gateway (10.50.0.1). On my Ubiquiti switch, I have enpo10s0 tagged on VLAN50 and excluded from other VLANs. I have tried creating a VLAN on the bridge, which didnt work and I have tried untagging the port on the current setup, which also does not work. I am starting to lose my mind over this, so please any assistance would be greatly appreciated!