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