In message <[EMAIL PROTECTED]>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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to