is it possible to do 802.1q vlan tagging in a domU?  i have it working fine in the dom0:<br>
<br>
  # vconfig add eth0 560 (creates eth0.560 interface)<br>
  # ifconfig eth0.560 <a href="http://10.10.10.140/24">10.10.10.140/24</a> (a subnet on vlan 560)<br>
  # ping <a href="http://10.10.10.100">10.10.10.100</a> (success)<br>
<br>
but have been unsuccessful assigning <a href="http://10.10.10.141">10.10.10.141</a> to a domU and getting
it to communicate with vlan 560.  i've tried a wide variety of
combinations of bridges, vconfigs, and xen domU vif settings, so far
nothing has worked.  is it even possible to do what i'm trying to
do?  or am i simply missing the secret sauce?<br>
<br>
jason<br>