Difference between revisions of "FOG with M0n0wall"
(→0.33 and up) |
m (→0.32 and below) |
||
Line 7: | Line 7: | ||
M0n0wall Configuration | M0n0wall Configuration | ||
− | = 0.32 and below = | + | === 0.32 and below === |
- <dhcpd> | - <dhcpd> | ||
- <opt1> | - <opt1> |
Revision as of 14:41, 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