Difference between revisions of "FOG with M0n0wall"

From FOG Project
Jump to: navigation, search
(No difference)

Revision as of 12:19, 6 October 2009

Courtesy of Flemming Munk

disable DHCP on FOG service dhcpd stop chkconfig --level 345 dhcpd off

M0n0wall Configuration


- <dhcpd> 
- <opt1> 
- <range> 
<from>XXX.XXX.XXX.XXX</from>  
<to>XXX.XXX.XXX.XXX</to>  
</range> 
<defaultleasetime />  
<maxleasetime>XXXXXX</maxleasetime>  
<enable />  
<next-server>XXX.XXX.XXX.XXX</next-server>  
<filename>pxelinux.0</filename> 

<next-server> is the FOG box and <filename> is the tftp boot file.

Be aware that these configuration options is not included in the m0n0wall webgui at this time. You can find some information on how to edit the "hidden parts" of m0n0wall's config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html