--- xend-config.sxp 2005-02-25 20:13:02.000000000 -0800 +++ xend-config.sxp.new 2005-02-26 17:47:08.000000000 -0800 @@ -10,17 +10,23 @@ ## Use the following if VIF traffic is routed. # The script used to start/stop networking for xend. -#(network-script network-route) +(network-script network-route) # The default script used to control virtual interfaces. -#(vif-script vif-route) +(vif-script vif-route) + +## Use the following if VIF traffic is NAT'd. +# The script used to start/stop networking for xend. +#(network-script network-nat) +# The default script used to control virtual interfaces. +#(vif-script vif-nat) ## Use the following if VIF traffic is bridged. # The script used to start/stop networking for xend. -(network-script network) +#(network-script network) # The default bridge that virtual interfaces should be connected to. -(vif-bridge xen-br0) +#(vif-bridge xen-br0) # The default script used to control virtual interfaces. -(vif-script vif-bridge) +#(vif-script vif-bridge) # Whether iptables should be set up to prevent IP spoofing for # virtual interfaces. Specify 'yes' or 'no'.