close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jan 25, 2010, 10:06:01 PM (16 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v48
|
v49
|
|
71 | 71 | 133 dist = lenny # Default distribution to install. |
72 | 72 | 134 image = sparse # Specify sparse vs. full disk images. |
73 | | 163 gateway = 192.168.100.254 |
| 73 | 163 gateway = 192.168.168.254 |
74 | 74 | 164 netmask = 255.255.255.0 |
75 | | 165 broadcast = 192.168.100.255 |
| 75 | 165 broadcast = 192.168.168.255 |
76 | 76 | 215 mirror = http://free.nchc.org.tw/debian |
77 | 77 | }}} |
78 | 78 | * @pcXXX - 產生你的虛擬機器. |
79 | 79 | {{{ |
80 | | $ sudo xen-create-image --hostname=vg01 --ip=192.168.100.X --mac=00:16:XX:XX:XX:XX --force |
| 80 | $ sudo xen-create-image --hostname=vg01 --ip=192.168.168.X --mac=00:16:00:00:00:XX --force |
81 | 81 | }}} |
82 | 82 | ---- |
… |
… |
|
105 | 105 | # Networking |
106 | 106 | # |
107 | | 31 vif = [ 'ip=192.168.100.X ,mac=00:16:XX:XX:XX:XX' ] |
| 107 | 31 vif = [ 'ip=192.168.168.X ,mac=00:16:00:00:00:00' ] |
108 | 108 | |
109 | 109 | # |