One Stop Systems
EB3450 | 63
4.4.4
How to configure your network setting in Linux / Ubuntu
1.
Start or launch the Terminal window.
2.
Stop Network Manager by typing
service NetworkManager stop
command in the terminal.
3.
Type
sudo ifconfig eth0 192.168.1.40 netmask 255.255.255.0
( see screenshot below).
4.
Type
route add default gw 192.168.1.1
5.
Then press enter to accept the new settings.
6.
You need to restart the network by typing
service network restart
command in the terminal.
7.
Type
ifconfig
, to check and verify that the new IP address and Subnet mask have been accepted (see screenshot below).
When done, you can reset the Network Adapter IP address and restart your Network Manager
reset the Network Adapter IP address,
sudo ip addr flush eth0
command in the terminal.
restart your Network Manager
,
type
service NetworkManager stop
command in the terminal.