HD Install :: Static Ip Address



Hello All,

Im wondering is there a way to permanently set an ip on a hdd install ? every time i set it, i reboot and its gone! Thanks in advance.

Ian

You could add your network commands to /opt/bootlocal.sh and boot with nodhcp

ex.
fconfig eth0 192.168.0.9 netmask 255.255.255.0 up


original here.