Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!cs.mu.OZ.AU!munnari.OZ.AU!news.ecn.uoknor.edu!solace!nntp.uio.no!news.cais.net!bofh.dot!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!news.artisoft.com!usenet From: Terry Lambert <terry@lambert.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Serving Novell clients using FreeBSD Date: Tue, 21 May 1996 23:29:36 -0700 Organization: Me Lines: 50 Message-ID: <31A2B450.3F92A4E1@lambert.org> References: <4nppc7$fi1@charm.il.ft.hse.nl> <4nq2kt$a9r@sidhe.hsc.fr> NNTP-Posting-Host: hecate.artisoft.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; Linux 1.1.76 i486) Ollivier Robert wrote: ] ] [courtesy cc of this posting sent to cited author via email] ] ] In article <4nppc7$fi1@charm.il.ft.hse.nl>, ] Edwin Mons <edwinm@il.ft.hse.nl> wrote: ] > Is there free software to serve files to Novell-clients? I do not ] > have the resources to buy Netwar/NFS (or equiv.). ] ] I'm afraid no. Full server require NCP support and most of it ] is not available freely from Novell. You can use FreeBSD as an ] IPX router but not as a client or a server. ] ] Terry will no doubt correct me if I've forgotten something :-) There is a restricted subset API NCP server source available on the net. Since FreeBSD supports IPX routing using a virtual net (like it's supposed to be supported according to Novell), it should be an easy port from the Linux sources. Be aware, however, that you will not get NDS, transaction tracking, license management, old client compatability, etc. from anything but a Novell licensed server. There is a UNIX version of a server, called NWU, which Novell will license to interested parties. There is also client code which they will license as well (called NUC). I don't know what level the royalty buyout is at. You may also want to contact Puzzle systems, which wrote their server code to use the BPF, but which could be ported to use the namtive FreeBSD IPX rather easily (or you could uninstall IPX and use their BPF code). AFAIK, the Puzzle systems code is a 3.x server, not a 4.x; however, it is claimed to be a complete NCP implementation at the 3.x level, unlike the free sources for Linux. Be aware that you must have a legally licensed Novell server in any even for any of these products to be able to answer "get nearest server" requests... they require you to have a login.exe, nlist.exe (or slist.exe), and other associated binaries that are typically not licensed seperately from Novell servers. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.