[펌] Xen domUs with two NICs
먼저 dom0에서 두개의 bridge를 생성해야 한다.
/etc/xen/xend-config.sxp 파일의 내용을 아래와 같이.
#(network-script network-bridge)
(network-script network-multi-bridge)
그리고 /etc/xen/scripts 디렉토리 아래에
network-multi-bridge파일을 copy 한 후
#service xend restart 하거나, reboot을 하면 된다.