Linux-Noob Forums
need help - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Gentoo (https://www.linux-noob.com/forums/forum-93.html)
+--- Thread: need help (/thread-3765.html)



need help - InaVirtualGhetto - 2004-01-11


I cant get my dhcp to work in gentoo 1.4... The internet connection worked properly during install but... couldnt get it to work afterwards :/ any suggestions? im thinkin of taking the /etc/conf.d/net from the install (after running the install disks again, but not reinstalling again) and looking at them, writing down some notes and copying them to the installed /etc/conf.d/net... would that work?

 

-Jim




need help - P38 - 2004-01-11


check your /etc/conf.d/net and make sure that you have something like this:

 

iface_eth0="dhcp"

 

everything else should be commented out.

 

also make sure that you added a /etc/init.d/net.eth0 as per the docs.




need help - InaVirtualGhetto - 2004-01-12


I should have RTFM first... I had overlooked the 'adding modules to the kernel' part. The card modules werent loaded by default... All in all, I got onto the net. Now I have to do some other stuff, but thanks for the advice, I did have to do what you told me anyway.

 

-Jim