vlan to VHOST via vlan and a bridge

grharry

New Member
May 3, 2010
12
0
1
I am planning a proxmox machine that will also host an *asterisk* server running in a container ...
on the switches vlan222 will be the voice vlan ...
Asterisk requires the sip+iax etc interface not to be of venet type but instead a bridged one.

Thus this is what I have in mind:
auto vlan222
iface vlan222 inet manual
vlan_raw_device bond0

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

and create the interface for the asterisk container on vmbr1
+ a venet interface for mysql database access to the data vlan on vmbr0 ...

Q. Does this make any sense ????

Thanks in advance
Harry.