Problems with pveca and vlans

komdat

New Member
Jun 6, 2011
14
0
1
Hi,

is there a possibility to make pveca aware of vlans? I have to use vlans, so I don`t have an eth0, but an eth0.300, which is not recognised. Can I enter the IP Adress somewhere, so that I am able to create a cluster?

Here is my network config:

auto lo
iface lo inet loopback

auto eth0.300
iface eth0.300 inet static
address 192.168.1.51
netmask 255.255.254.0
network 192.168.0.0
broadcast 192.168.1.255
gateway 192.168.1.186

auto vmbr1
iface vmbr1 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0


Best regards
 
is there a possibility to make pveca aware of vlans? I have to use vlans, so I don`t have an eth0, but an eth0.300, which is not recognised. Can I enter the IP Adress somewhere, so that I am able to create a cluster?

create vmbr0 and assign eth0.300 and the IP address there.