that's getting interesting. after sudo /etc/init.d/networking restart, the
eth0 got my desire static IP(*192.168.1.30*).(not after sudo reboot).
however, here is another problem:
*192.168.1.15 *is the old ip of the board before restarting the network.
however, I can still connect to board using *19
Hi
I am trying to set static ip on my board (eth0 which is shown in the output
of ifconfig).
I edited the /etc/network/interfaces to this, and rebooted my board.
=
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.30
gateway 192.168.1.1