It still works in our environment with 7.3 and biosdevname=0. [root@ecs-b9a4b830 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.3 (Maipo)
[root@ecs-b9a4b830 ~]# ifconfig |grep eth eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 1e:00:34:00:07:ce txqueuelen 1000 (Ethernet) ether 52:54:00:15:5c:a7 txqueuelen 1000 (Ethernet) On 3/30/17, 5:48 PM, "Will Stevens" <williamstev...@gmail.com> wrote: This does not work anymore after 7.3 because it gets overridden by this 'fix'. I tried all of the previously working techniques before finally having to modify the hard coded naming in the file I mentioned previously. On Mar 30, 2017 8:42 PM, "Sergey Levitskiy" <sergey.levits...@autodesk.com> wrote: > There is another fix. Adding this line to grub.conf as boot argument > biosdevname=0 > > will make all network device names reverted back to ethX > We set this for all our templates right when we started supporting > RHEL/CentOS 7 and had no issues so far. > > Thanks, > Sergey > > >