Vlan not working

elvinmammadov

Member
Feb 12, 2021
30
1
13
34
Hello,

I want to use Vlans in Proxmox. I am using the following configuration. I can connect to Promox under the same Vlan ID, and Virtual Machines can see each other under the same Vlan ID. Proxmox and Virtual Machines use different Vlans. The problem is I can't connect Virtual Machine from any workstation. Could you please help me to solve this problem? Thanks.

Proxmox Vlan is 2630 and ip address is 10.26.30.100/23
Virtual Machines Vlan is 2650 and subnet is 10.26.50.0/23

I am using eth0 and eth1 in bond.

auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode active-backup

auto bond0.2630
iface bond0.2630 inet static
address 10.26.30.100
netmask 255.255.254.0
gateway 10.26.31.254

iface bond0.2650 inet manual

auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0.2650
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!