HOSTNAME = IP with PXE boot?
Michael Tautschnig
michael.tautschnig at zt-consulting.com
Wed Oct 13 18:19:51 CEST 2004
[...]
>
> dhcpd.conf
> ----------
> allow booting;
> allow bootp;
> authorative;
>
> option dhcp-max-message-size 2048;
> use-host-decl-names on;
> #always-reply-rfc1048 on;
> filename "pxelinux.0";
>
> option root-path "/raid/fai/nfsroot";
> option domain-name "sara.nl";
> option domain-name-servers 145.100.5.30, 145.100.5.47;
>
> subnet 145.100.15.128 netmask 255.255.255.192 {
> option broadcast-address 145.100.15.191;
> option routers 145.100.15.129;
> ..
> ..
> group {
> host disp01 {
> hardware ethernet 00:0e:0c:63:3e:e3;
> fixed-address vctemp;
Add
host-name "vctemp";
here - AFAIK this solved the problem for me.
> }
> }
> }
Regards,
Michael
More information about the linux-fai
mailing list