One more thought - are you trying to map the drive using the native Windows Explorer drive mapping or are you using the Novell Client's drive mapping function?
Don't map to a NetWare server using Windows Explorer - always use the Novell Client mapping function if you aren't mapping through a login script. The Novell Client mapping function will work in conjunction with your NetWare login process, instead of trying to map things out of sequence - i.e. mapping the drive before you even make your VPN connection, much less log into the network.
Main Topics
Browse All Topics





by: ShineOnPosted on 2003-11-16 at 10:31:06ID: 9759359
It is most likely that you are not finding the tree because you aren't receiving SLP information on the tree and server before the client gets to that point in the login process.
s\Etc folder. There should already be a HOSTS.SAM file there; just copy that to HOSTS without any extension and edit it.
First of all, when you installed the client, did you take defaults or did you do a custom install? If you did a custom install, uninstall it, and reinstall it choosing the custom option. For protocols, select IP only. Make sure all optional services checkboxes are cleared, unless your network guys told you to enable any.
Next, I am making some assumptions here, one of which is that you are connecting via an IPSEC tunnel, with no IPX, and that your server platform is at least NetWare 5.0 (hopefully 6 or 6.5...) with IP support fully enabled.
What you can do to work around the SLP issue is to create a hosts file that has the IP address and tree name on your PC.
I'm not sure about XP home, since I have faithfully and diligently avoided using it in a network environment, which means I have minimal experience with it, but the HOSTS file should be in the C:\WINDOWS\SYSTEM32\Driver
You can get rid of what's already there, it's just there as an example (.SAM implies it is a "sample" file)
You want to have an entry, in the format shown in the file, with the IP address of the server that you want to log in to, with the tree name specified. For example, if my server is 10.10.10.1 and my tree name is TREE, I would have a HOSTS entry that looks like this:
10.10.10.1 TREE
Give that a shot. If that doesn't work, try putting the server's IP address in the login instead of the server's name.