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
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: