Question about network
Achim Klausmann <[email protected]> Thu, 27 Nov 2014 19:08:02 +0100
| Newsgroups | gmane.linux.suse.autoinstall |
|---|---|
| Message-ID | <[email protected]> |
Hello,
is it possible to set a option for haveing a
connected interface card configured if i have more than one
NIC, independently what NIC it is?
My setup this time:
<interfaces config:type="list">
<interface>
<bootproto>static</bootproto>
<device>eth0</device>
<ipaddr>192.168.1.132</ipaddr>
<netmask>255.255.255.0</netmask>
<prefixlen>24</prefixlen>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
What mens the udev rule:
<net-udev config:type="list">
<rule>
<name>eth0</name>
<rule>ATTR{address}</rule>
<value>08:00:27:70:fc:2e</value>
</rule>
</net-udev>
Setup should work with 'net.ifnames=0' on openSUSE 13.1.
Best regards
AK
--
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]