How can I start a network interface in Linux?
On my server, the network interface didn’t really want to work and was simply down after installation.
This can be started with the following command:
sudo ifup eth0
Instead of “eth0”, enter the name of the network interface.