Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2000 12:56:33 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        Mike Smith <msmith@freebsd.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: diskless workstation 
Message-ID:  <E13Ymnp-00061r-00@sexta.cs.huji.ac.il>
In-Reply-To: Your message of Mon, 11 Sep 2000 12:26:37 -0700 .

next in thread | raw e-mail | index | archive | help
In message <200009111926.MAA13990@mass.osd.bsdi.com>you write:

}If you're running -current or a very recent -stable, remove the 'BOOTP' 
}options.  The loader now passes all the DHCP information into the kernel.
}Then leave the interface configuration alone...
}

the 'problem' is in dhcpd, who refuses to send the host-name tag, though it 
does
send out allot of other info.

when i added to nfs/bootp_subr.c
  call.vend[j++]=99;

  call.vend[j++]=53; /* dhcp-message-type */
  call.vend[j++]=1;  /* len */
  call.vend[j++]=1;  /* one :-) */

it answeres with allot of data, but more importantly: i get hostname!

now for the next mile-stone - at this rate ...

danny




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E13Ymnp-00061r-00>