FAI not picking up hostname from DNS
Michael Tautschnig
mt at debian.org
Fri Jun 27 22:57:02 CEST 2008
>
>> Hmm, Usually, you can boot very well even if the hostname is not set -
>> you just need to tftp server address.
> well the dns name has been set to that address in BIND
> DHCP entry is like:
>
> group {
> # PXE-specific configuration directives
> next-server tftpserver;
> filename "linux-install/pxelinux.0";
> # You need an entry like this for every host
> # unless you're using dynamic addresses
> host vm00 {
> hardware ethernet 00:0C:xx:xx:xx:xx;
> fixed-address xxx.xxx.xxx.xxx;
> }
> }
>
Well, you don't set a name here, at least not one for the client to see; try
adding
host-name "vm00";
after your fixed-address line, that might help.
Best,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20080627/a5c099b8/attachment.bin
More information about the linux-fai
mailing list