|
||||||||
> -----Original Message----- > From: mirek [mailto:onanos at hotpop dot com] > Sent: Sunday, March 06, 2005 6:58 AM > To: m0n0wall at lists dot m0n0 dot ch > Subject: [m0n0wall] hidden DHCP parameters (next-server, filename) howto? > > Hello, I need to set m0n0wall as DHCP for remote booting. the TFTP will be > on other computer. How to add those parameters to config.xml exactly? Hi Mirek, This is what I use and it works just fine: <dhcpd> <lan> <enable/> <range> <from>x.x.x.x</from> <to>x.x.x.x</to> </range> <defaultleasetime>86400</defaultleasetime> <maxleasetime>172800</maxleasetime> <next-server>x.x.x.x</next-server> <filename>pxelinux.0</filename> </lan> </dhcpd> I got this from: http://m0n0.ch/wall/docbook/faq-hiddenopts.html And a little help from the list :-) Cheers, Paul. |