Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to forge a local file system server with IGEPv2 Board

592 bytes added, 14:05, 26 October 2011
no edit summary
NOTE: I recomend change MAC adress.
= Set up internet connection Login as root via serie, we use "vi" editor to add the following lines to:/etc/network/interfaces <pre>auto eth0iface eth0 inet dhcp</pre> NOTE: Some routers give a static IP&nbsp;via Dhcp identifying the MAC&nbsp;address, others give a random IP when we send Dhcp request. Also you can configure:/etc/network/interfaces to get a static IP with the following lines: <pre>auto eth0iface eth0 inet staticaddress &lt;type your address&gt;netmask &lt;normally: 255.255.255.0&gt;gateway &lt;where send Dhcp request&gt;</pre> Save changes and restart the system with "reboot" command
Under construction
4,199
edits