One NIC, problem solved

Javier Tibau jatb86 at gmail.com
Tue Sep 4 19:11:33 BST 2007


I think I had already tried this. Anyway this is what I got now and it is
working.
Now, both thin clients and regular PCs (wired and wireless) have internet
access.
Here's the file:

***********************************

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.20 192.168.0.250;
  option domain-name-servers 200.9.176.5,192.188.59.2;
  option broadcast-address 192.168.0.255;
  option routers 192.168.0.2;
  option subnet-mask 255.255.255.0;
  if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
    filename "/ltsp/i386/pxelinux.0";
  }
  else{
    filename "/ltsp/i386/nbi.img";
  }
  option root-path "/opt/ltsp/i386";
}

***********************************

-- 
Javier Tibau
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/edubuntu-users/attachments/20070904/0ddd106e/attachment-0001.htm 


More information about the edubuntu-users mailing list