5 | | From [http://tx.downloads.xensource.com/downloads/docs/user/#SECTION02220000000000000000 The Xen User Guide]: |
6 | | "... MAC address from the range 00:16:3E:xx:xx:xx, assigned by IEEE to !XenSource as an OUI (organizationally unique identifier). !XenSource Inc. gives permission for anyone to use addresses randomly allocated from this range for use by their Xen domains." |
7 | | |
8 | | We use specific MAC addresses, and manage them with DHCP as if they were otherwise physical devices. |
9 | | |
10 | | || mac || ip || notes || |
11 | | || 00:16:3E:00:00:01 || 10.50.71.10 || guest1 eth0 || |
12 | | || 00:16:3E:00:00:02 || 10.71.0.10 || guest1 eth1 || |
13 | | || 00:16:3E:00:00:03 || 10.50.72.10 || guest2 eth0 || |
14 | | || 00:16:3E:00:00:04 || 10.72.0.10 || guest2 eth1 || |
15 | | || 00:16:3E:00:00:05 || 10.50.73.10 || guest3 eth0 || |
16 | | || 00:16:3E:00:00:06 || 10.73.0.10 || guest3 eth1 || |
17 | | || 00:16:3E:00:00:07 || 10.50.74.10 || guest4 eth0 || |
18 | | || 00:16:3E:00:00:08 || 10.74.0.10 || guest4 eth1 || |
| 5 | We use specific MAC addresses, and manage them with DHCP as if they were otherwise physical devices. See [wiki:Internal/VMAC]. |