I had tried this option..<br>At station the root server still appears as <a href="http://192.168.57.1">192.168.57.1</a> (dnsmasq server) and root path (just PATH) as &quot;<a href="http://192.168.57.252/opt/ltsp/ubuntu_6.10_i386/">
192.168.57.252/opt/ltsp/ubuntu_6.10_i386/</a>&quot;<br><br>The correct should be root server as <a href="http://192.168.57.252">192.168.57.252</a> and root path just &quot;/opt/ltsp/ubuntu_6.10_i386/&quot;<br>I have looked into source code of dnsmasq and I haven&#39;t founded option to send root server&#39;s IP.
<br><br>Is there an option to set the default IP that dnsmasq send (if not specified) to another IP not his self (got by /lan/) ?<br><br><br><div><span class="gmail_quote">2007/9/24, Simon Kelley &lt;<a href="mailto:simon@thekelleys.org.uk">
simon@thekelleys.org.uk</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Rhaurison Bergamin wrote:<br>&gt; Hi all,<br>&gt;<br>
&gt; I&#39;m trying to use dnsmasq as dhcp server for a network with LTSP;<br>&gt; Then I need to use pxeboot of course, and it&#39;s working fine (pxeboot),<br>&gt; the problem is when the station tries to mount nfs root;
<br>&gt; The message in the station is that dnsmasq is sending as rootserver his<br>&gt; self IP<br>&gt; Let me try to explain:<br>&gt;<br>&gt; DNSMASQ Server IP: <a href="http://192.168.57.1">192.168.57.1</a> &lt;<a href="http://192.168.57.1/">
http://192.168.57.1/</a>&gt;<br>&gt; NFS Root Server IP: <a href="http://192.168.57.252">192.168.57.252</a> &lt;<a href="http://192.168.57.252/">http://192.168.57.252/</a>&gt;<br>&gt;<br><br>It&#39;s difficult to answer this question without knowing what you&#39;re
<br>booting, and what parameters it expects, where but assuming the<br>root-path value eventually ends up in the command=line of a Linux kernel<br>changing<br><br>&gt; dhcp-option=17,&quot;/opt/ltsp/ubuntu_6.10_i386/&quot;
<br><br>into somthing like<br><br>dhcp-option=17,&quot;192.168.57.252:/opt/ltsp/ubuntu_6.10_i386/&quot;<br><br>might work.<br><br><br>Cheers,<br><br>Simon.<br></blockquote></div><br>