hostname resolving Re: FAI and partitions

Chad Walstrom chad at ima.umn.edu
Tue Nov 27 22:42:46 CET 2001


On Tue, Nov 27, 2001 at 07:30:43PM +0100, Patrick Dreker wrote:
> I fixed this problem by adding 
>           option host-name "gridXX"
> to every host declaration in the DHCPd configuration file, so
> effectively one entry for an FAI client in my DHCP config looks like
> this:

Let me save you some typing (SEE ALSO dhcpd.conf(5)):

    # EXAMPLE /etc/dhcpd.conf group entry
    group {
        use-host-decl-names on;
        next-server fai-boot.domain.tld;

        host host0 {
            fixed-address host0.domain.tld;
            hardware ethernet 00:00:00:00:00:00;
        }

        host host1 {
            fixed-address host1.domain.tld;
            hardware ethernet 00:00:00:00:00:01;
        }

        # ... and so on
    }

-- 
Chad C. Walstrom <chad at ima.umn.edu>             http://www.ima.umn.edu
Assistant Systems Manager, IMA                  Phone: 612-624-4353
                                                Fax: 612-626-7370



More information about the linux-fai mailing list