On Mon, 20 May 2002, Sheilafel Vida wrote: > where do we do all the configurations? > > what specific files are to be edited for us to correctly configure this set-up?
*** Well I'm going to assume your internet is working fine on the server. If it's not type 'netconfig' and enter the appropriate numbers. Now assuming that works and you two network cards eth0 & eth1: cd /etc/sysconfi/network-scripts cp ifcfg-eth0 ifcfg-eth1 edit ifcfg-eth1 to look like this: DEVICE=eth1 IPADDR=192.168.0.254 NETMASK=255.255.255.0 BROADCAST=192.168.0.255 ONBOOT=yes then at the command prompt: bash> service network restart that should configure both eth0 & eth1 (type ifconfig to check). If your LTSP clients are true 'thin' clients (default LTSP config) then they will have internet access (because the server does)...Good luck > thanks a lot! > > > ________________________________________________________ > Outgrown your current e-mail service? > Get a 25MB Inbox, POP3 Access, No Ads and No Taglines with LYCOS MAIL PLUS. > http://login.mail.lycos.com/brandPage.shtml?pageId=plus > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _____________________________________________________________________ > 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.openprojects.net > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _____________________________________________________________________ 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.openprojects.net