I think I had already tried this. Anyway this is what I got now and it is working.<br>Now, both thin clients and regular PCs (wired and wireless) have internet access.<br>Here&#39;s the file:<br><br>***********************************
<br><br>authoritative;<br><br>subnet <a href="http://192.168.0.0">192.168.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>&nbsp; range <a href="http://192.168.0.20">192.168.0.20</a> <a href="http://192.168.0.250">
192.168.0.250</a>;<br>&nbsp; option domain-name-servers <a href="http://200.9.176.5">200.9.176.5</a>,<a href="http://192.188.59.2">192.188.59.2</a>;<br>&nbsp; option broadcast-address <a href="http://192.168.0.255">192.168.0.255</a>
;<br>&nbsp; option routers <a href="http://192.168.0.2">192.168.0.2</a>;<br>&nbsp; option subnet-mask <a href="http://255.255.255.0">255.255.255.0</a>;<br>&nbsp; if substring( option vendor-class-identifier, 0, 9 ) = &quot;PXEClient&quot; {
<br>&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/pxelinux.0&quot;;<br>&nbsp; }<br>&nbsp; else{<br>&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/nbi.img&quot;;<br>&nbsp; }<br>&nbsp; option root-path &quot;/opt/ltsp/i386&quot;;<br>}<br clear="all"><br>***********************************
<br><br>-- <br>Javier Tibau