Changes

User:Pau pajuelo

989 bytes added, 17:40, 4 September 2012
m
Log into IGEP BERLIN Expansion via Ethernet interface
== Test the Demo software distribution ==
== Log into IGEP BERLIN Expansion via Ethernet interface ==
 
{{Message/Information Message|title=|message=In non-Linux operating system, use [http://labs.isee.biz/index.php/IGEP_SDK_Virtual_Machine IGEP SDK Virtual Machine] to connect to IGEP COM MODULE via USB or read article [http://labs.isee.biz/index.php/Using_USB_ethernet_gadget_to_communicate "Using USB ethernet gadget to communicate"]}}
 
In your Host Machine:
 
Open a Terminal session and set the IP of the Ethernet interface in which IGEP is connected (for example eth0):
 
*In the file /etc/network/interfaces, you should add:
<pre>iface eth0 inet dhcp
iface eth0:0 inet static
address 192.168.5.10
netmask 255.255.255.0</pre>
*Type in a terminal:
<pre>sudo ifup eth0:0</pre>
*Revise that:
<pre>jdoe@ubuntu ~ $ ifconfig
...
eth0:0 Link encap:Ethernet HWaddr 08:00:27:ad:0c:ad
inet addr:192.168.5.10 Bcast:0.0.0.0 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
...</pre>
*Connect to IGEP device
 
jdoe@ubuntu ~ $ ssh root@192.168.5.1
 
{{Navigation/IGEP Technology Guides/Getting Started/Ending
4,199
edits