DHCPD and bootp - WeOnlyDo Discussion board

DHCPD and bootp (General questions)

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

Re: DHCPD and bootp

by wodSupport, Friday, April 01, 2005, 21:08 (6987 days ago) @ Paul

Paul,

unfortunatelly, since wodDHCPServer is a free product, no support is given for it - so you're more/less on your own here. If you have the source code you can extend it to suit your needs.

Or perhaps someone else can give you a hand from this forum?