Hi,
I was apparently under false impression I had configured my networking in Proxmox correctly. Turns out vlans I am tagging my machines with don't get through.
This is my /etc/network/interfaces
What I don't seem to understand is what I need to do to get my VM's to get IPs... Having read the manual I thought this was about it, but no?
Thanks
I was apparently under false impression I had configured my networking in Proxmox correctly. Turns out vlans I am tagging my machines with don't get through.
This is my /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
auto vmbr0.2
iface vmbr0.2 inet static
address 192.168.2.2/28
gateway 192.168.2.1
auto vmbr0
iface vmbr0 inet static
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
What I don't seem to understand is what I need to do to get my VM's to get IPs... Having read the manual I thought this was about it, but no?
Thanks