Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
But it doesn't seem to fix it for me. I figure that the appropriate modules are loaded for the network card (e1000) but I cannot seem to get a response out of it
But it doesn't seem to fix it for me. I figure that the appropriate modules are loaded for the network card (e1000) but I cannot seem to get a response out of it
In recent versions, Gentoo has started renaming adapters to other things than eth0. I don't like it, myself, and turn it off for our internal installations, but it's the default behavior.
Edge100x wrote:In recent versions, Gentoo has started renaming adapters to other things than eth0. I don't like it, myself, and turn it off for our internal installations, but it's the default behavior.
The most reliable way of disabling the new network interface scheme is still
the kernel parameter "net.ifnames=0" since overriding the
80-net-name-slot.rules in /etc/udev/rules.d/ no longer works since upstream
renamed the file to /lib/udev/rules.d/80-net-setup-link.rules
The actual configuration is at /lib/systemd/network/99-default.link, which
you can override in /etc/systemd/network/
So, to clarify, you can override the new .rules file or the .link file in /etc
but using the kernel parameter is the most consistent way.
The most reliable way of disabling the new network interface scheme is still
the kernel parameter "net.ifnames=0" since overriding the
80-net-name-slot.rules in /etc/udev/rules.d/ no longer works since upstream
renamed the file to /lib/udev/rules.d/80-net-setup-link.rules
The actual configuration is at /lib/systemd/network/99-default.link, which
you can override in /etc/systemd/network/
So, to clarify, you can override the new .rules file or the .link file in /etc
but using the kernel parameter is the most consistent way.