> 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.
First you have to make sure that your dhcp server gets "eth0 eth1" as start parameters (now it probably only gets eth1). Then you should have its own subnet declaration for the eth0, with some kind of range statements or so. If you have filename and root-path parameters, it probably is a good idea to put them inside the subnet declarations as the fat clients don't need them. In case you don't get along with these generic directives, send me a mail and I'll have a look at your dhcpd.conf Regards Anselm ------------------------------------------------------- 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
