1. How to set static ip on meego system

In terminal, type
Code:
$sudo ifconfig eth0 10.0.0.10 netmask 255.255.255.0 up
You may want to place the command to /etc/rc.local (sudo gedit /etc/rc.local) to set it on each restart. In case of rc.local remove sudo from the line with ifconfig.


Posted by kevino
,