Hi lattera,
You may need such options in the dhcpd.conf
option routers 192.168.1.99;
option subnet-mask 255.255.255.0;
option nis-domain "demo.com";
option domain-name "demo.com";
option domain-name-servers 10.1.1.1
In you windows client, by the commands
ifconfig /all
you will see the detail info. gotten from the dhcp server.
Regards,
Fred Zhang
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 8:13 AM
Subject: DNS and DHCPD
> I would like to configure my dhcpd server (isc-dhcpd3 from ports). I would
> also like to have the "options domainnameservers" (or somewhat similar) to
> be dynamic, as my fBSD box is my own router. (I run a local network). The
> WAN side is DHCP'd, so my IP and DNS servers are set differently each
time.
>
> I was wondering how to set the domainname servers option in my dhcpd.conf
> dynamically. Like, it would get edited each time upon bootup, and before
> dhcpd even loads.
>
> I don't know how to even start approaching this problem, except for asking
> you guys.
>
> Thanks so much,
>
> lattera
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message