Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

using predictable networkinterfacenames cause network issue with autoyast'ed system

$
0
0
I'm using autoyast to deploy a new Opensuse 13.1 X64 system.
After the autoyast installation finishes, there's is no network active on the deployed system. i can manually enter yast --> network settings and switch it to dhcp and then it's working

but i'm puzzled. because in the xml in the networking --> interface segment it clearly states DHCP


Code:

<interface>
        <bootproto>dhcp</bootproto>
        <device>eno1</device>
        <name>Intel Ethernet controller</name>
        <startmode>auto</startmode>
        <usercontrol>no</usercontrol>
</interface>



from what i can see in the xml networking segment.
there is a new sub-segment generated:

Code:

<net-udev config:type="list">
      <rule>
        <name>eno1</name>
        <rule>ATTR{address}</rule>
        <value>08:2e:5f:0b:8e:4d</value>
      </rule>
</net-udev>

which might be causing the issues. could i simply remove it.? i'm not sure what it's used for anyway.

Anyway i'm pretty confused about predictablenetworknames. since it becomes pretty unpredictable when you have multiple systems with different hardware configurations, which is our reality at my work :-(

Viewing all articles
Browse latest Browse all 40713

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>