Re: connecting suse to novell shares

From: Bob Bob (bcnntp_at_optusnet.com.au)
Date: 03/23/04


Date: Tue, 23 Mar 2004 16:48:51 +1100

Well I use ncpmount on my work SuSE 6.1/Netware 5.1 box and it works
perfectly. You do have to bind IPX to the interface. This is a fragment
of my /etc/rc.d/rc.local

/sbin/modprobe ipx
/usr/bin/ipx_interface add eth0 etherii 0x000000E2
/usr/sbin/ipxd
/usr/bin/ipx_configure --auto_interface=off --auto_primary=off
/usr/bin/ipx_internal_net add 0x10000100 1
sleep 30
ncpmount -S <SERVER> -V <VOLUME> /spare/netware -U admin -P <password>
-u 721 -g 100

I dont know why the sleep is needed exactly, It just does!

This makes it easy for me to access the Netware server froma clinet
workstation with only the M$ client. Security is of course wide open!

Cheers Bob

Think wrote:
> Hello,
>
> Has anyone succesfully connect to novell netware 5.1? How do I set this
> up, or some usefull links maybe? I downloaded the novell client on
> sourcefore, but the script to the networkshares isn't working. For
> exapmle, the scripts says f:\fs1\vol1\share1, f:\fs1\vol1\share2,...
>
> Tnx
>