NUC Networking

From wikidb
Jump to: navigation, search

Manual Setting

Ubuntu Trusty Networking

Changed /etc/networking/interfaces from

 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback

To

 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
 #
 auto eth0
 iface eth0 inet static
 address 10.0.0.9
 netmask 255.0.0.0
 gateway 10.0.0.1
 dns-nameservers 205.171.3.65 205.171.2.65

Then I restarted the computer. Don't know why the following didn't work.

 /etc/init.d/networking restart

Using wicd did't work for me.

Access Point

Ubuntu Access Point