LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Do you know how to set up DHCP on a Debian System? (https://www.linuxquestions.org/questions/linux-networking-3/do-you-know-how-to-set-up-dhcp-on-a-debian-system-50558/)

jordansmit935 03-18-2003 10:05 PM

Do you know how to set up DHCP on a Debian System?
 
I have no idea, do you?

moses 03-19-2003 12:43 AM

I don't know where Debian starts DHCP, but you can do it by hand
by doing something like (as root):
Code:

dhcpcd -t 10 -d eth0
The Debian start up stuff is almost certainly under /etc, maybe
/etc/init.d, /etc/rc.d. Browse around in /etc and on google.


All times are GMT -5. The time now is 05:29 PM.