Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2017-10-11 20:52:24
Size: 779
Editor: scott
Comment:
Revision 8 as of 2017-11-11 20:13:13
Size: 804
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
FIXME REMOVE THIS PAGE!!
Line 8: Line 10:
# apt-get install net-tools apt-get install net-tools
Line 13: Line 15:
The new network naming scheme does not fit me. I rather like the good old `ethX` names. The new naming scheme makes a lot of considerations abot the hardware before giving it a name, which sometimes results in very long and weird interfaces names. This especially happens when using USB network devices. The new network naming scheme does not fit me. I rather like the good old `ethX` names. The new naming scheme makes a lot of considerations about the hardware before giving it a name, which sometimes results in very long and weird interfaces names. This especially happens when using USB network devices.
Line 24: Line 26:
# update-grub update-grub

FIXME REMOVE THIS PAGE!!

KVM Guest Network

Network Tools

Get the good old ifconfig command back.

apt-get install net-tools

Network Interfaces

The new network naming scheme does not fit me. I rather like the good old ethX names. The new naming scheme makes a lot of considerations about the hardware before giving it a name, which sometimes results in very long and weird interfaces names. This especially happens when using USB network devices.

The first thing to do is to tell the kernel that we want the old naming scheme. Edit /etc/default/grub.

GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"

Make sure to update the grub configuration.

update-grub

Since we are changing a kernel parameter this calls for a reboot.

None: KVM Guest Network (last edited 2017-11-11 23:49:47 by shran)