assigning hostname to unknown clients

Mark_Andrews at isc.org Mark_Andrews at isc.org
Tue Oct 7 01:06:49 UTC 2003


> Hi there,
> 
> I run DHCP 3.0pl2, and sending hostnames to known clients works just fine
> using these configuration options:
> 
> ===
> use-host-decl-names on;
> host somehost {
>                 hardware ethernet 00:11:22:33:44:55;
>                 fixed-address 123.123.123.123;
>         }
> ===
> 
> However, now I would like to have a range for guest computers with
> dynamically assigned IP addresses out of a pool:
> 
> ===
> subnet 123.123.123.0 netmask 255.255.255.0 {
>         pool {
>                 range 123.123.123.200 123.123.123.210;
>                 allow unknown clients;
>         }
> ===
> 
> Unknown clients get their IP out of that range, however, I also would like
> to send them (i.e. the clients) a hostname via DHCP as well, e.g. guest10.
> Is there any option to do so? I already tried out various configuration
> options, but as soon as there is no fixed ethernet address assigned, it
> seems no host name gets send out.
> 
> Any ideas?
> 
> Thanks a lot!
> Florian
> 

	There are DHCP mailing lists.  See
	http://www.isc.org/services/public/lists/dhcp-lists.html
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list