On Tue, 23 Jan 2001, Matthew Saltzman spewed into the bitstream:

MS>Harry Putnam <[EMAIL PROTECTED]> wrote:
MS>
MS>>The question seem clear enough.
MS>>
MS>>So since you are running `dhcpcd' at home. Dhcpcd has a (now
MS>>depricated) `-c' flag that can be used to run any file you want.
MS>>[...]
MS>
MS>Umm, dhcpcd is a client program, but I'm looking for a server-side
MS>solution.  In point of fact, the laptop (and other clients at home) 
MS>are running pump.  (It was a good idea, though).
MS>
MS>So again, the question is:  Can I configure the dhcpd *server* to inform
MS>the client about domains to search (for the 'search' line in
MS>/etc/resolv.conf) as well as DNS servers.  Whatever they are using for a
MS>DHCP server at work does this, but I can't find documentation on
MS>configuring dhcpd to do so.

http://arsinfo.cit.buffalo.edu/FAQ/faq.cgi?pkg=ISC%20DHCP&cat=Configuration#115

Here's your answer... but it will only accept one!

Here's my config file if it will help:

default-lease-time 3600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 10.0.0.255;
option routers 10.0.0.1;
option domain-name-servers 10.0.0.1;
option domain-name "moongroup.org";

subnet 10.0.0.0 netmask 255.255.255.0 {
   range 10.0.0.102 10.0.0.120;
}

host warbird {
   hardware ethernet 00:e0:98:74:66:35;
   fixed-address 10.0.0.100;
}


--
Chuck Mead, Owner, MoonGroup.com
[EMAIL PROTECTED]
GnuPG Public Key Available: http://wwwkeys.us.pgp.net



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to