DHCPD and bootp (General questions)

by Paul, (7336 days ago)

I have a problem with the bootoptions. The boot roms gives the following error: No boot file received. If i use MS DHCP server and set the bootoptions everything works fine. I use Delphi 5 and have the following code in the annouce event:

Session.IPAddress:= '192.168.1.200';
Session.Domain:= 'test.local';
Session.DNSserver:= '192.168.1.235';
Session.Gateway := '192.168.1.1';
Session.BroadcastAddress := '192.168.1.255';
Session.LeaseTime:= 3600;
Session.BootOptions.BootServer := '192.168.1.215';
Session.BootOptions.Filename := 'test.mnu';
Session.BootOptions.FileSize := '20';
Session.SendOffer;

Anybody any ideas?

Thanks,

Paul

locked

Complete thread: