Difference between revisions of "FOG with M0n0wall"
Line 7: | Line 7: | ||
M0n0wall Configuration | 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> | - <dhcpd> | ||
- <opt1> | - <opt1> | ||
Line 26: | Line 46: | ||
information on how to edit the "hidden parts" of m0n0wall's | information on how to edit the "hidden parts" of m0n0wall's | ||
config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html | config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html | ||
− | |||
[[category:dhcp]] | [[category:dhcp]] | ||
[[category:linux]] | [[category:linux]] |
Revision as of 14:33, 6 June 2014
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>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