Subject: Re: Solved!!! (Re:Can't install dhcp-2.0b1pl26)
To: Ted Lemon <mellon@isc.org>
From: Naoki Kobayashi <ntsu9121@dd.catv.ne.jp>
List: port-mac68k
Date: 04/26/1999 16:59:00
>Corrupt lease file - possible data loss!
>Listening on BPF/ep0/00:10:4b:ec:93:61
>Sending on   BPF/ep0/00:10:4b:ec:93:61
>Sending on   Socket/fallback/fallback-net
>
>The ethernet address for this machine is therefore 00:10:4b:ec:93:61.
>To configure the client to send a client identifier like the one
>OpenTransport sends, you would add the following line to your
>/etc/dhclient.conf file:
>
>send dhcp-client-identifier 1:00:10:4b:ec:93:61;
>
>Chances are you'll get the same address in OT that you get in NetBSD
>after you make this change.
>
>			       _MelloN_

 My /etc/dhclient.conf is 

timeout 60;
retry 60;
reboot 10;
select-timeout 5;
initial-interval 2 ;
interface "sn0" {
send host-name "gary";
send dhcp-client-identifier 00:02:08:50:d4:df;
send dhcp-lease-time 3600;
request 
subnet-mask,broadcast-address,time-offset,routers,domain-name,domain-name-se
rvers,host-name;
require subnet-mask,domain-name-servers;
}

 After  #dhclient, I still get 172.16.27.104 on NetBSD/mac68k.
and not the same IP 172.16.30.152 on MacOS.

Naoki Kobayashi (ntsu9121@dd.catv.ne.jp)