atom feed30 messages in org.freebsd.freebsd-hackersRe: diskless workstation
FromSent OnAttachments
Danny BranissSep 10, 2000 9:48 am 
Peter PentchevSep 11, 2000 1:17 am 
Danny BranissSep 11, 2000 5:06 am 
Danny BranissSep 11, 2000 5:54 am 
Danny BranissSep 11, 2000 7:43 am 
Mike SmithSep 11, 2000 12:26 pm 
Mathew KANNERSep 11, 2000 1:04 pm 
Danny BranissSep 12, 2000 2:56 am 
Danny BranissSep 18, 2000 6:25 am 
Koster, K.J.Sep 18, 2000 8:12 am 
Paul SaabSep 18, 2000 8:56 am 
Chris CsanadySep 18, 2000 12:57 pm 
Danny BranissSep 18, 2000 1:05 pm 
Mike SmithSep 18, 2000 5:23 pm 
Paul SaabSep 19, 2000 12:43 am 
Paul SaabSep 19, 2000 2:17 am 
Danny BranissSep 20, 2000 1:57 am 
Paul SaabSep 20, 2000 9:30 am 
Matt DillonSep 20, 2000 11:01 am 
Paul SaabSep 20, 2000 11:07 am 
Danny BranissSep 20, 2000 11:15 am 
Paul SaabSep 20, 2000 11:32 am 
Mike SmithSep 20, 2000 11:09 pm 
Danny BranissSep 20, 2000 11:14 pm 
Mike SmithSep 20, 2000 11:25 pm 
Danny BranissSep 20, 2000 11:36 pm 
Paul SaabSep 20, 2000 11:47 pm 
Mike SmithSep 20, 2000 11:48 pm 
Mike SmithSep 20, 2000 11:59 pm 
Holm TiffeSep 26, 2000 9:40 am 
Subject:Re: diskless workstation
From:Danny Braniss (dan@cs.huji.ac.il)
Date:Sep 12, 2000 2:56:11 am
List:org.freebsd.freebsd-hackers

In message <2000@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 majo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message