Hey people! I am trying to set up my network without the help of netconf. To make this work, I need to give the following commands everytime I boot:
ifconfig eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255
route add default gw 192.168.0.1
I know that netconf sets up some rc.d script to make this, I just don't know which one...?
Thanks!