|
||||||||
Op (11/02/05 20:23), Chris Buechler schreef: > On Fri, 11 Feb 2005 23:47:16 +0100, mirek <onanos at hotpop dot com> wrote: > > 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? > > I've been meaning to clarify this FAQ. Just updated it with the > following paragraph, hopefully this will help, or maybe I can clarify > further. > > -- > To put in these options, download your config.xml via the backup > feature and open it in a text editor. Put in the desired options in > the appropriate location in the file, as shown in the default > config.xml linked above. After saving your desired changes, use the > restore feature in m0n0wall to restore the changed configuration. > -- > > http://m0n0.ch/wall/docbook/faq-hiddenopts.html My dhcpd.conf from Devil-Linux was: host work2 { hardware ethernet 00:e0:4c:b4:43:12; fixed-address 192.168.0.4; filename "lts/vmlinuz-2.4.26-ltsp-2"; server-name "192.168.0.2"; next-server 192.168.0.2; option tftp-server-name "192.168.0.2"; option root-path "192.168.0.2:/opt/ltsp-4.1/i386"; } So: - nextserver OK - filename OK - option root-path NOK I think 'server-name' and also, 'option tftp-server-name' are not needed. How can I tell to the specified nic, where to look for the 'root-path' ? -- Groeten Lieven Baes aka yanu |