Changes

Using Ethernet to communicate

753 bytes removed, 12:29, 29 August 2012
m
Connect to IGEP device
password: (no password for this user: press return)
 
''' Know more '''
 
In the pre-installed software, the default configuration for all the network interfaces is:
 
*eth0 - 192.168.5.1
*eth0:0 - via dhcp
*wlan0 - 192.168.6.1
*usb0 - 192.168.7.1
 
 
By default, the IP of the Ethernet interface is 192.168.5.1
 
Once you are logged in, you can see which interfaces are up in IGEP.
 
In the SSH console, run:
 
ifconfig
 
It will list all the active network interfaces.
 
If you want to change, for example, ''eth0'' you can use the following commands (if you do it now, it will close the SSH session, as it will change the Ethernet IP):
 
ifconfig eth0 < new IP >
 
In order to make permanent changes (save the configuration upon next start), you will have to edit the /etc/network/interfaces file in your IGEP.
==== Linux ====
4,199
edits