I
incubu$
Guest
Hello.
I need to make multiple vlans on VM with linux.
For example:
....
auto vlan100
iface vlan100 inet static
address 192.168.16.11
netmask 255.255.255.0
mtu 1500
vlan_raw_device eth0
auto vlan101
iface vlan101 inet static
address 192.168.17.11
netmask 255.255.255.0
mtu 1500
vlan_raw_device eth0
....
This part of working config from physical computer. On VM this config does not work. How to make vmbr became trunk (tagged) interface.
Thanks.
I need to make multiple vlans on VM with linux.
For example:
....
auto vlan100
iface vlan100 inet static
address 192.168.16.11
netmask 255.255.255.0
mtu 1500
vlan_raw_device eth0
auto vlan101
iface vlan101 inet static
address 192.168.17.11
netmask 255.255.255.0
mtu 1500
vlan_raw_device eth0
....
This part of working config from physical computer. On VM this config does not work. How to make vmbr became trunk (tagged) interface.
Thanks.