Changes between Version 9 and Version 10 of jazz/09-03-19


Ignore:
Timestamp:
Mar 19, 2009, 12:46:11 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-03-19

    v9 v10  
    5252lenny:~# /etc/init.d/xend restart
    5353--------- "Create Xen Image" ---------
    54 lenny:~# xen-create-image -dir /home/xen --dist lenny --accounts --kernel /boot/vmlinuz-2.6.26-1-xen-amd64 --initrd /boot/initrd.img-2.6.26-1-xen-amd64 --hostname lenny1 --dhcp --mirror http://free.nchc.org.tw/debian
     54lenny:~# xen-create-image -dir /home/xen --dist lenny --kernel /boot/vmlinuz-2.6.26-1-xen-amd64 --initrd /boot/initrd.img-2.6.26-1-xen-amd64 --hostname lenny1 --dhcp --mirror http://free.nchc.org.tw/debian
    5555--------- "Enable Xen Image VNC ports" ---------
    5656lenny:~# echo "vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncdisplay=1' ]" >> /etc/xen/lenny1.cfg
     
    6565tcp        0      0 0.0.0.0:5901            0.0.0.0:*               LISTEN      2682/qemu-dm
    6666}}}
     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}}}