On 4/30/05, Peter Allgeyer <allgeyer at web dot de> wrote:
> "/var/etc/dhcpd.conf":
>
> option domain-name "test.local";
> default-lease-time 7200;
> max-lease-time 86400;
> authoritative;
> log-facility local7;
> ddns-update-style none;
> subnet 172.16.1.0 netmask 255.255.255.0 {
> pool {
> range 172.16.1.100 172.16.1.110;
> }
> option routers 172.16.1.1;
> option domain-name-servers 172.16.1.1;
> }
>
> All that is to do, is coding this into the GUI and find a way to decide,
> how and if the DNS servers from the "System: General setup" page should
> overwrite these. Not that difficult, only someone has to implement this.
Sorry, I thought you where looking for per interface "Client" dhcp support.
Scott |