Novell Networks and Linux?
lengau asks: "Has anyone got Linux working with a Novell Network? I'm building a Gentoo system and need to be able to mount a Netware drive. I have IPX compiled into the kernel, already. This is to be a school computer that most students should be able to use like the Windows machines. I'm going to use KDE with OpenOffice and Firefox as the main applications to be used. My ultimate goal is to just have a desktop icon that one can click that goes to one's Netware directory (mounted under $HOME/MyDocuments or something). Any suggestions?"
Simple
A simple Google query would've given you what you seek, but what you need is ncpmount. There are numerous HOWTOs and FAQs on this topic. If people have written these HOWTOs, they've surely implemented it at some point.
I used up all my sick days, so I'm calling in dead.
I would have thought eveyone moved to IP by now. Incedentaly you can also connect via NFS.
Google for ncpfs, and this site will be particularly helpful too, with step by step instructions.
Novell has a very nice proprietary client out now which runs on Suse 9.3, 10.0, and the Novell Linux Desktop. But it doesn't do IPX as far as I know. Also I don't know that it will run on Gentoo. If you get it to work you should submit a how-to to the Novell Cool Solutions site. For older distributions and ones which aren't from Novell you can try the Open Source Novel Client for Linux which doesn't support Gentoo per se but might be made to work with minimal fiddling.
I had linux mounting Netware drives 6 years ago, using a default Redhat 5.x install.
I don't recall the details now, but it's ncpmount or something like that.
You'll figure it out, ace - don't ask slashdot.
Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
Ask slashdot should be used for more general topics. Topics that can create discussion. This is a techinical problem that would be better asked at LQ
Website
All the most recent versions of Netware support native TCP/IP and come with Native File Access. The combination of the two should make it fairly easy to mount a Netware volume on a Linux box. Native File Access allows a Netware server to appear as an Appletalk server, an NFS server, or a Windows SMB server. We use the Appletalk setup at several locations and were able to successfully mount with the other two protocols during testing.
If you are connecting to an older server, it is possible to compile IPX into your kernel and use various utilities to mount a Netware volume. It has been years since we've done it that way, so I don't remember the specifics. It did work though, at least using RedHat. Hopefully it is a newer version of Netware though since it is much simpler.
Jason
"FORMAT C:" - Kills bugs dead!
As someone mentioned, there's a program that allows you to mount a novell volume. I think the one that's been mentioned (ncpfs) is the same one I've used. You dont need to use IPX, it'll work just fine with tcp/ip. I've used it on various linux boxes, dating back to rh 7 or so, and it's worked very well.
Novell now offers an official linux client that works really well. I beta tested it at work and now use it on a regular basis, the only catch is that you need SuSE or NLD, but you may or may not be able to hack it to work with Gentoo (if you do I would like to know, cus i prefer Gentoo over SuSE). I have found that it has better performance than the open source alternatives and it reads your log in scripts as well. You can find the linux client at http://download.novell.com./ This is the best way to solve your problem.
Yes! Everyone that has ever tried to connect Linux and Novell has been successful since the early 90's. Linux can mount Netware server volumes across the network using:
ncpmount -S SERVERNAME -A SERVERIPADDR -U
Using the old MARS suite of tools Linux can not only mount Netware, Linux can emulate a Netware 3.X server. The clients, Windows or Linux, will never know that the are connecting to Linux and not to Netware.
Today, Novell ships a few interesting products. They have recently released a Novell Netware Client for Linux that behaves very similarly to the Windows version of the Novell Netware Client. Novell Linux Desktop(NLD) is a modified version of SuSE 9 that is specifically built to be an enterprise desktop system and it includes all the tools to easily connect to Netware networks.
Perhaps the most interesting Novell product is Open Entrprise Server(OES). This is Novell's Netware 6.5 with a twist. The twist is that you can, at installation, choose whether the underlying platform is Netware 6.5 or SuSE Enterprise Server 9 with all of the other standard Novell goodies on top. With the OES product, your Netware network becomes Linux! Imagine running BASH scripts on your Netware console. W00t!
Now on to your other question, Any suggestions? Yes, here are a few suggestions:
1. man ncpmount
2. RTFM
3. Look over these links:
SuSE Linux 10
Novell Open Enterprise Server
4. Dump Gentoo and get a productive system. Compiling sucks and well, you know, Gentoo sucks.
5. Profit!!!
There is a Novell client for Linux, with that you should be able to access your Netware volumes. Here is the client for SUSE 9.3 Pro. You will probably have to create your own ebuild file if you want to integrate it in your Gentoo system.
About 8 years ago. That was the first thing we did when we were migrating away from OS/2 and onto Linux. It would seem that the drivers and tools would be pretty mature by now. Why is this on Slashdot?
You want ncpmount and its associated stuff. You want to do the autoconfigure and primary_interface on, and you use your not-quite-full-distinguished novell login name/password. username.context.tree - just leave off the first dot
Don't blame me, I voted for Kodos