Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

3 bytes added, 12:27, 9 June 2014
Configure the Ethernet
dhcpd is already installed but not configured follow the next steps for setup the ethernet port:
a) Edit the file (using nano) /etc/network/interfaces <br>
b) At end add these lines:
<pre>
iface eth0 inet dhcp
</pre>
<br>
== Changelog ... ==