Hi All,
i'm trying to add our proxmox server ip address to vlan 10 as per below, this works fine apart from when i start a VM which has a interface in vlan 10, i can no longer access the lan via the 10.90.0.10 interface.
Same thing happens when i use a vm with vlan 16 as well.
Any ideas?
Thanks,
Quenten
/etc/network/interfaces
---------------------------------------------
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
post-up ifconfig eth0 mtu 12000
auto eth1
iface eth1 inet manual
post-up ifconfig eth1 mtu 12000
auto eth2
iface eth2 inet manual
post-up ifconfig eth2 mtu 9000
auto eth3
iface eth3 inet manual
post-up ifconfig eth3 mtu 9000
# Internal Bond0
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_mode 802.3ad
bond_miimon 100
bond_downdelay 200
bond_updelay 200
post-up ifconfig bond0 mtu 12000
# External Bond1
auto bond1
iface bond1 inet manual
slaves eth2 eth3
bond_mode active-backup
bond_miimon 100
bond_downdelay 200
bond_updelay 200
post-up ifconfig bond1 mtu 9000
auto bond1.16
iface bond1.16 inet static
address 172.20.4.200
netmask 255.255.255.0
gateway 172.20.4.1
auto bond0.10
iface bond0.10 inet static
address 10.90.0.10
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet manual
bridge_ports bond0
bridge_stp off
auto vmbr1
iface vmbr1 inet manual
bridge_ports bond1
bridge_stp off
---------------------------------------------
i'm trying to add our proxmox server ip address to vlan 10 as per below, this works fine apart from when i start a VM which has a interface in vlan 10, i can no longer access the lan via the 10.90.0.10 interface.
Same thing happens when i use a vm with vlan 16 as well.
Any ideas?
Thanks,
Quenten
/etc/network/interfaces
---------------------------------------------
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
post-up ifconfig eth0 mtu 12000
auto eth1
iface eth1 inet manual
post-up ifconfig eth1 mtu 12000
auto eth2
iface eth2 inet manual
post-up ifconfig eth2 mtu 9000
auto eth3
iface eth3 inet manual
post-up ifconfig eth3 mtu 9000
# Internal Bond0
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_mode 802.3ad
bond_miimon 100
bond_downdelay 200
bond_updelay 200
post-up ifconfig bond0 mtu 12000
# External Bond1
auto bond1
iface bond1 inet manual
slaves eth2 eth3
bond_mode active-backup
bond_miimon 100
bond_downdelay 200
bond_updelay 200
post-up ifconfig bond1 mtu 9000
auto bond1.16
iface bond1.16 inet static
address 172.20.4.200
netmask 255.255.255.0
gateway 172.20.4.1
auto bond0.10
iface bond0.10 inet static
address 10.90.0.10
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet manual
bridge_ports bond0
bridge_stp off
auto vmbr1
iface vmbr1 inet manual
bridge_ports bond1
bridge_stp off
---------------------------------------------
Last edited: