Mailinglist Archive: opensuse-autoinstall (72 mails)
| < Previous | Next > |
[opensuse-autoinstall] Prevent conflicting MAC addresses
- From: "Ryan McCain" <Ryan.McCain@xxxxxxxxxxxxxxx>
- Date: Thu, 07 Feb 2008 10:43:17 -0600
- Message-id: <47AAE0C5.5D1A.003A.0@xxxxxxxxxxxxxxx>
When I build my initial xml file using the clone feature it uses the MAC
address of the server I created the xml file on.
-snip-
<interfaces config:type="list">
<interface>
<bootproto>static</bootproto>
<device>eth-id-00:1c:23:cb:7e:aa</device>
<ipaddr>10.120.160.231</ipaddr>
<netmask>255.255.254.0</netmask>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
</interfaces>
-snip-
<FW_DEV_EXT>any eth-id-00:1c:23:cb:7e:aa</FW_DEV_EXT>
-snip-
...Rather than using <ask> and having the person installing the OS manually
enter the MAC address is there something I can replace the MAC address with?
Possibly just "eth0"?
Thanks
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
address of the server I created the xml file on.
-snip-
<interfaces config:type="list">
<interface>
<bootproto>static</bootproto>
<device>eth-id-00:1c:23:cb:7e:aa</device>
<ipaddr>10.120.160.231</ipaddr>
<netmask>255.255.254.0</netmask>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
</interfaces>
-snip-
<FW_DEV_EXT>any eth-id-00:1c:23:cb:7e:aa</FW_DEV_EXT>
-snip-
...Rather than using <ask> and having the person installing the OS manually
enter the MAC address is there something I can replace the MAC address with?
Possibly just "eth0"?
Thanks
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |