Sort of a follow-up question to the old "Two bridge adapters" thread in July 2006. In that thread, Timo says that in order to create multiple bridges you have to write a wrapper script. ------------------------------- Or just write a wrapper-script: ---<snip>--- #!/bin/sh # /etc/xen/scripts/network-bridge-wrapper /etc/xen/scripts/network-bridge netdev=eth0 bridge=xenbr0 start /etc/xen/scripts/network-bridge netdev=eth1 bridge=xenbr1 start ---<snap>--- and set this script in /etc/xen/xend-config.sxp ---<snip>--- # /etc/xen/xend-config.sxp (network-script network-bridge-wrapper) ---<snap>--- Greetings, -timo ------------------------------- My question is: Is it simply impossible to accomplish the passing of these parameters and creating multiple bridges using the xend-config.sxp configuration file? As in, you can''t simply put multiple lines in the xend-config.sxp file? (network-script ''network-bridge netdev=eth0 bridge=xenbr0'') (network-script ''network-bridge netdev=eth1 bridge=xenbr1'') _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users