|  | 67 | {{{ | 
                          |  | 68 | --- xend-config.sxp.dpkg        2008-03-07 21:20:39.000000000 +0800 | 
                          |  | 69 | +++ xend-config.sxp     2009-03-19 20:25:47.000000000 +0800 | 
                          |  | 70 | @@ -136,7 +136,7 @@ | 
                          |  | 71 | # two fake interfaces per guest domain.  To do things like this, write | 
                          |  | 72 | # yourself a wrapper script, and call network-bridge from it, as appropriate. | 
                          |  | 73 | # | 
                          |  | 74 | -(network-script network-dummy) | 
                          |  | 75 | +#(network-script network-dummy) | 
                          |  | 76 |  | 
                          |  | 77 | # The script used to control virtual interfaces.  This can be overridden on a | 
                          |  | 78 | # per-vif basis when creating a domain or a configuring a new vif.  The | 
                          |  | 79 | @@ -151,7 +151,7 @@ | 
                          |  | 80 | # If you are using only one bridge, the vif-bridge script will discover that, | 
                          |  | 81 | # so there is no need to specify it explicitly. | 
                          |  | 82 | # | 
                          |  | 83 | -(vif-script vif-bridge) | 
                          |  | 84 | +#(vif-script vif-bridge) | 
                          |  | 85 |  | 
                          |  | 86 |  | 
                          |  | 87 | ## Use the following if network traffic is routed, as an alternative to the | 
                          |  | 88 | @@ -162,8 +162,8 @@ | 
                          |  | 89 |  | 
                          |  | 90 | ## Use the following if network traffic is routed with NAT, as an alternative | 
                          |  | 91 | # to the settings for bridged networking given above. | 
                          |  | 92 | -#(network-script network-nat) | 
                          |  | 93 | -#(vif-script     vif-nat) | 
                          |  | 94 | +(network-script network-nat) | 
                          |  | 95 | +(vif-script     vif-nat) | 
                          |  | 96 |  | 
                          |  | 97 |  | 
                          |  | 98 | # Dom0 will balloon out when needed to free memory for domU. | 
                          |  | 99 | @@ -184,7 +184,7 @@ | 
                          |  | 100 | # The interface for VNC servers to listen on. Defaults | 
                          |  | 101 | # to 127.0.0.1  To restore old 'listen everywhere' behaviour | 
                          |  | 102 | # set this to 0.0.0.0 | 
                          |  | 103 | -#(vnc-listen '127.0.0.1') | 
                          |  | 104 | +(vnc-listen '0.0.0.0') | 
                          |  | 105 |  | 
                          |  | 106 | # The default password for VNC console on HVM domain. | 
                          |  | 107 | # Empty string is no authentication. | 
                          |  | 108 | }}} |