Hi there,
I have a host with a config like this:
And now I can have clients in any VLAN, but not in VLAN 60.
I also tried with this setup and I get the same result.
How can I make it work, so that I can have VMs in the same VLAN as the proxmox host?
I have a host with a config like this:
Code:
auto lo
iface lo inet loopback
iface eno2 inet manual
auto vlan60
iface vlan60 inet static
address 10.10.60.230
netmask 255.255.255.0
gateway 10.10.60.1
vlan_raw_device eno2
metric 10
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
And now I can have clients in any VLAN, but not in VLAN 60.
I also tried with this setup and I get the same result.
Code:
auto lo
iface lo inet loopback
iface eno2 inet manual
iface eno2.60 inet manual
auto vmbr0v60
iface vmbr0v60 inet static
address 10.10.60.230/24
gateway 10.10.60.1
bridge-ports eno2.60
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
How can I make it work, so that I can have VMs in the same VLAN as the proxmox host?