[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] DHCP server on Linux
- Subject: [ale] DHCP server on Linux
- From: vaidhy at loonys.net (Vaidhy Mayilrangam)
- Date: Fri, 14 Dec 2001 11:05:05 -0500
yes DHCP can send the info..
your dhcpd.conf should have something like :
group {
use-host-decl-names on;
host test {
hardware ethernet 08:00:2b:4c:29:32;
fixed-address test.mydomain.ext;
}
}
Vaidhy
On Fri, Dec 14, 2001 at 10:45:45AM -0500, Chris Fowler wrote:
> Can the DHCP server on Linux send the hostname that is listed in DNS for an address it provides? If so, will pump accept that info. My machines get all
> the correct info but hostnames are set to localhost.localdomain.
>
>
> Chris
>
>
>
> ---
> This message has been sent through the ALE general discussion list.
> See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
> sent to listmaster at ale dot org.
>
>
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.