How to set defalut ethernet name p4p1 to eth0 in ubuntu 14.04

Today, I have installed ubuntu 14.04 server and I have checked my network interface showing me “P4P1”. One of the application is required eth0 as enthernet name. Here is the steps How to set defalut ethernet name p4p1 to eth0 in ubuntu 14.04?
ethernet-1

Solution :

Login your system :
Modify /etc/default/grub and add below line:
 GRUB_CMDLINE_LINUX_DEFAULT=”net.ifnames=0 biosdevname=0″

Then force the create of a new grub.cfgfile

sudo update-grub

Then you need to reboot the system for update the ethernet details.

After roboot the system :

ethernet-2Enjoy 🙂

Bookmark the permalink.