Changes between Version 47 and Version 48 of Xen_Lab1
- Timestamp:
- Oct 21, 2009, 6:52:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab1
v47 v48 92 92 121 (xend-relocation-hosts-allow '') 93 93 122 #(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$') 94 152 (network-script 'network-bridge netdev=eth1') 94 95 }}} 95 96 * 檢查 Grub 開機選單 … … 112 113 $ sudo xm list 113 114 }}} 114 * 檢查網路設備是否存在 (於此案例我們使用 bridge 方式,可以檢查 eth 0 和 peth0是否存在)115 * 檢查網路設備是否存在 (於此案例我們使用 bridge 方式,可以檢查 eth1 和 peth1 是否存在) 115 116 {{{ 116 117 $ sudo ifconfig 117 eth 0Link encap:Ethernet HWaddr 00:1a:4d:9f:ea:f8118 eth1 Link encap:Ethernet HWaddr 00:1a:4d:9f:ea:f8 118 119 inet addr:X.X.X.X Bcast:140.110.138.255 Mask:255.255.255.0 119 120 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 … … 131 132 RX bytes:560 (560.0 B) TX bytes:560 (560.0 B) 132 133 133 peth 0Link encap:Ethernet HWaddr 00:1a:4d:9f:ea:f8134 peth1 Link encap:Ethernet HWaddr 00:1a:4d:9f:ea:f8 134 135 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 135 136 RX packets:3694 errors:0 dropped:0 overruns:0 frame:0