Difference between revisions of "FOG with M0n0wall"
m (→0.32 and below) |
m (→0.33 and up) |
||
Line 27: | Line 27: | ||
config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html | config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html | ||
− | = 0.33 and up = | + | === 0.33 and up === |
- <dhcpd> | - <dhcpd> | ||
- <opt1> | - <opt1> |
Revision as of 14:42, 23 April 2015
Courtesy of Flemming Munk
disable DHCP on FOG service dhcpd stop chkconfig --level 345 dhcpd off
M0n0wall Configuration
0.32 and below
- <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
0.33 and up
- <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>undionly.kpxe</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