/
[Linux] Ubuntu Initializing/Reinitializing network
[Linux] Ubuntu Initializing/Reinitializing network
Checking ethernet ports on Ubuntu.
Step-by-step guide
Two things. <that apply to Ubuntu only>
1) Do “ip link show” to show the ethernet ports name
- note port names
2) nano /etc/network/interfaces
- edit interfaces file
- add network port names to interfaces file as shown below
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
3) Restart computer
Related articles
, multiple selections available,
Related content
[Drivers] Disabling nouveau CentOS 7
[Drivers] Disabling nouveau CentOS 7
Read with this
[Ubuntu] Unable to manage Network via GUI
[Ubuntu] Unable to manage Network via GUI
Read with this
Disable/Enable CentOS 7.x automatic updates
Disable/Enable CentOS 7.x automatic updates
Read with this
Disable Ubuntu update prompt
Disable Ubuntu update prompt
Read with this
Ubuntu 20.04 LTS Server - make unmanaged ports manageable
Ubuntu 20.04 LTS Server - make unmanaged ports manageable
Read with this
SMART Tests
SMART Tests
Read with this