On Sat, 6 Oct 2001, Holland, Matt wrote: > So, the question is, can I make my DHCP server (I'm using dhcp 3.01bpl12) > send this information by some magic configuration, or do I need to upgrade, > or am I stuck entering the DNS server addresses manually?
Have you tried the following in your /etc/dhcpd.conf : option domain-name-servers 1.2.3.4; or option domain-name-servers 1.2.3.4, 1.2.3.5; If you add it to the top (before any subnet declarations) it will probably be inheirited for each subnet spec. You can also try to explicitly include it in each subnet declaration too for safe measure. -ME -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/CM$/IT$/LS$/S/O$ !d--(++) !s !a+++(-----) C++$(++++) U++++$(+$) P+$>+++ L+++$(++) E W+++$(+) N+ o K w+$>++>+++ O-@ M+$ V-$>- !PS !PE Y+ !PGP t@-(++) 5+@ X@ R- tv- b++ DI+++ D+ G--@ e+>++>++++ h(++)>+ r*>? z? ------END GEEK CODE BLOCK------ decode: http://www.ebb.org/ungeek/ about: http://www.geekcode.com/geek.html Systems Department Operating Systems Analyst for the SSU Library
