--- README 2005-02-26 17:22:36.000000000 -0800 +++ README.new 2005-02-26 17:33:14.000000000 -0800 @@ -9,8 +9,17 @@ send it (preferably with a little summary to go in this file) to so we can add it to this directory. -network - default network setup script called by xend at startup. -vif-bridge - default virtual network interface setup script. +Routing is set up as the default mechanism to handle +traffic between Dom0 and DomN. Edit the configuration +file that xend reads (default: xend-config.sxp) to +change this default to bridging or NAT. + +network-route - network setup script called by xend when routing. +vif-route - virtual network interface setup script when routing. +network-bridge - network setup script called by xend when bridging. +vif-bridge - virtual network interface setup script when bridging. +network-nat - network setup script called by xend for nat. +vif-nat - virtual network interface setup script for nat. xend-config.sxp - default xend configuration file. xmexample1 - example configuration script for 'xm create'. xmexample2 - a more complex configuration script for 'xm create'.