Difference between revisions of "Troubleshooting (Ubuntu)"

Jump to navigation Jump to search
m
→‎No NIC: Minor update
m (→‎No NIC: Added alternate method)
m (→‎No NIC: Minor update)
Line 8: Line 8:
# Use <code> dmesg | grep -i eth </code> to ascertain what's been detected at boot time
# Use <code> dmesg | grep -i eth </code> to ascertain what's been detected at boot time
# Assuming it states that say <code>eth0</code> has been changed to <code>eth1</code> then just update the <code>/etc/network/interfaces</code> file
# Assuming it states that say <code>eth0</code> has been changed to <code>eth1</code> then just update the <code>/etc/network/interfaces</code> file
# Alternatively, force the ''new'' NIC to be <ocde>eth0</code> by editing the <code>/etc/udev/rules.d/70-persistent-net.rules</code> file
# Alternatively, force the ''new'' NIC to be <code>eth0</code> by editing the <code>/etc/udev/rules.d/70-persistent-net.rules</code> file
#* You'll need to reboot the server for changes to take effect


== File System ==
== File System ==

Navigation menu