i have a development board, everytime i reboot, the ipadress will be
gone, n i need to do the ifconfig eth0 192.168.1.1 up to assign to my
board. do we have anything way to do it auto run ths ifconfig cmmand
after booting? thx
root:~> ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
root:~> ifconfig eth0 192.168.1.1 up