On February 26, 2004 08:36 am, Brian Payst wrote:
> You should be able to declare each subnet like this, but you need your
> group declarations within each subnet as well, I think this example
> should work:
>
> subnet 192.168.2.0 netmask 255.255.255.0 {
>       range 192.168.2.2 192.168.2.125;
>   group  {
>      use-host-decl-names                  on;
>      option dhcp-server-identifier        192.168.1.1;
>      next-server                          192.168.1.1;
>      option subnet-mask                   255.255.255.0;
>      option routers                       192.168.1.2;
>      option broadcast-address             192.168.1.255;
>      option domain-name-servers           192.168.1.126;
>
>      host ws001 {
>          hardware ethernet       XX:XX:XX:XX:XX;
>          fixed-address           192.168.1.2;
>          filename                "/lts/2.4.22-ltsp-1/pxelinux.0";
>      }
>
> }

Well, since we're on the topic of DHCP, how would I set up DHCP on the LTSP 
server to handle two subnets, each with it's own separate NIC, where the LSTP  
subnet is on eth1 (10.0.0.0/255.255.255.0), and my conventional network ( Fat 
Clients ) are all connected to eth0 (192.168.0.0/255.255.255.0) ?
Ever since setting up LTSP ( which by the way is working like a Champ!), I've 
had to go back to static IP's onn the eth0 subnet. 

While this isn't causing me much hassle, I occassionally have guests whose 
systems I have to configure so that they can join the network. That's not 
such a big deal, but I often forget ( it's an "age" thing ) to set their 
systems back to DHCP before they leave.  

Once they're back at home or their offices, they have a hard time 
re-configuring their systems because most are "Technically-Challenged".

The Howto's I've read, and examples I've seen all leave my DHCP server failing 
to start at all. GRRR!

Oh, BTW, Hi Rashid!
 
-- 
Lanman
Registered Linux user #190712
Running Mandrake 10.0 RC1


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to