Hello Everyone,
I've a pretty standard issue, according to google but all the previous solutions have not worked.
So here I am.
I try to access the proxmox GUI on an ip (172.16.0.100) which is the ip assigned to a bridge connected to a vlan (please find the etc network interfaces below) and it doesn't work, but I can access the server using ssh when I create a virtual interface tagged 200 on my Mac.
If someone has an idea ?
Thank you all
I've a pretty standard issue, according to google but all the previous solutions have not worked.
So here I am.
I try to access the proxmox GUI on an ip (172.16.0.100) which is the ip assigned to a bridge connected to a vlan (please find the etc network interfaces below) and it doesn't work, but I can access the server using ssh when I create a virtual interface tagged 200 on my Mac.
If someone has an idea ?
Thank you all
Code:
auto lo
iface lo inet loopback
auto eno2
iface eno2 inet manual
auto eno1
iface eno1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode active-backup
bond-primary eno1
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge_stp off
bridge_fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.200
iface vmbr0.200 inet static
address 172.16.0.100/12
gateway 172.16.0.1