DHCPD and bootp - WeOnlyDo Discussion board

DHCPD and bootp (General questions)

by Paul, Friday, April 01, 2005, 15:34 (6988 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


Complete thread:

 

  • DHCPD and bootp - Paul, 2005-04-01, 15:34 [*]