|
I got it to work. To get the IP working for the Windows client, I entered: router# service iptables-k12ltsp start I needed IPX to be running on my Linux server, so I downloaded ipxripd and installed, then updated it. The problem with IPX is that the auto configuration for the interfaces wasn't doing what I was hoping it would. I was getting conflicts with 802.2 and 802.3. So I manually entered them in. So I had to manually configure the interfaces. router# ipx_configure --auto_interface=off --auto-primary=off router# ipx_interface add -p eth1 802.2 0x1 router# ipx_interface add eth0 802.2 0x2 Note: 0x1 is the IPX network number for the school and 0x2 is the IPX network number for the LAN. Thanks for all of your help and I hope that this helps someone out there. (Actually I hope that no one ever needs to use this.) > Date: Wed, 26 Sep 2007 16:02:35 -0700 > From: joeb scesd k12 or us > To: k12osn redhat com > Subject: Re: [K12OSN] Novell 5 client can't get through LTSP server > > > > >>> "jones yeates" <jones_yeates hotmail com> 9/26/2007 3:40 PM >>> > Ya, my Window clients are on the lan behind the linux router and I can't get > them to authenticate to the Novell server. > > You will need to configure SLP Services on the server and workstations if you have not already done so. > > Here is a link to a TID that explains how to configure the server and clients. > > http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=10059981&sliceId=&dialogID=46811520&stateId=0%200%2046817185 > > Joe > > > >From: "Robert Arkiletian" <robark gmail com> > >Reply-To: "Support list for open source software in schools." > ><k12osn redhat com> > >To: "Support list for open source software in schools." <k12osn redhat com> > >Subject: Re: [K12OSN] Novell 5 client can't get through LTSP server > >Date: Wed, 26 Sep 2007 15:29:20 -0700 > > > >On 9/26/07, jones yeates <jones_yeates hotmail com> wrote: > > > I found the following link for Novell 6 that I believe explains how to > >get a > > > client with a Novell logon screen to get through the ltsp server. > > > http://www.novell.com/coolsolutions/appnote/6019.html > > > > > > >That article describes how to use a Novell server for your homes in > >Linux. In other words, how to auth and access the Novell accounts > >through an LTSP login. > > > >I think your problem is different. If I read correctly, you want your > >Windows boxes in your lan, which are being given an ip from your LTSP > >server, to *get through* to the external Novell server. > > > > > >-- > >Robert Arkiletian > >Eric Hamber Secondary, Vancouver, Canada > >Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/ > >C++ GUI tutorial http://www3.telus.net/public/robark/ > > > >_______________________________________________ > >K12OSN mailing list > >K12OSN redhat com > >https://www.redhat.com/mailman/listinfo/k12osn > >For more info see <http://www.k12os.org> > > _________________________________________________________________ > Enter to win a night a VIP night out at TIFF > http://redcarpet.sympatico.msn.ca/ > > _______________________________________________ > K12OSN mailing list > K12OSN redhat com > https://www.redhat.com/mailman/listinfo/k12osn > For more info see <http://www.k12os.org> > > > _______________________________________________ > K12OSN mailing list > K12OSN redhat com > https://www.redhat.com/mailman/listinfo/k12osn > For more info see <http://www.k12os.org> Get cool Messenger Emoticons! Click here to learn more. |