AW: Interface Naming inside nfsroot
steven.wend at t-online.de
steven.wend at t-online.de
Tue Mar 14 13:20:14 CET 2017
Hello Dennis,
we also had to change things like order and name of our network devices, which we solved using a udev rule. You cound write a role which changes to name from ens160[...] to eth0 and so on.
Details can be found under https://lists.uni-koeln.de/pipermail/linux-fai/2017-March/011640.html .
Best regards,
Steven
-----Original-Nachricht-----
Betreff: Interface Naming inside nfsroot
Datum: 2017-03-14T11:21:50+0100
Von: "Dennis Steinmann" <dsteinmann at cardtech.de>
An: "linux-fai at uni-koeln.de" <linux-fai at uni-koeln.de>
Hi there,
I'm using FAI 5.0.3 on an Ubuntu 16.04 machine with a Debian 8 nfsroot.
My problem is to setup the interface for the installed system correctly.
When I boot the nfsroot, all interfaces named eth[0-9]*. The variable
"$NIC1" is also set to eth0. The script "30-interface" is doing this:
[ -n "$IPADDR" ] && cat > $target/etc/network/interfaces <<-EOF
# generated by FAI
auto lo $NIC1
iface lo inet loopback
iface $NIC1 inet static
address $IPADDR
netmask $NETMASK
gateway $GATEWAYS
EOF
When I boot the installed systems (CentOS 7 or Ubuntu 16.04), I have
eno16777984 (CentOS 7) or ens160 (Ubuntu) instead of eth0.
What is the best solution to handle different interface names?
I want to keep the "OS-default" names, like eno[0-9]* in CentOS 7 and
ens[0-9]* in Ubuntu.
Thanks & best regards,
Dennis
----------------------------------------------------------------
Gesendet mit Telekom Mail <https://t-online.de/email-kostenlos> - kostenlos und sicher für alle!
More information about the linux-fai
mailing list