Click to See Complete Forum and Search --> : Does anyone run Gentoo, and know netork settings for that dist... pls help.


LittleGreenGecko
05-05-2002, 06:42 PM
My problem is listed in this thread in the gentoo forum. I am trying to get a static route up and running. the details are in the thread. pls post the answer here. THANKS SO MUCH!!!!!!!!!!


http://forums.gentoo.org/viewtopic.php?t=1786

:confused: :confused:

N0RKX
05-07-2002, 11:07 PM
Use nano to edit the /etc/hostname file to reflect you fully qualified domain name on one line like this mybox.mydomain.com

Use nano again to edit the /etc/hosts file.
It should look something like this:

127.0.0.1 localhost
192.168.1.1 mybox.mydomain.com mybox

Add the modules you want to load at boot, like NIC modules, in /etc/modules.autoload

Edit /etc/conf.d/net to get the network configured for first boot. Un-comment the lines that apply.

Run rc-update add net.eth0 default