Operating System - HP-UX
1822896 Members
3512 Online
109645 Solutions
New Discussion

Prblm CIFS A.02.01 mounting to Windows + Netware servers

 
Jeff Crew
Advisor

Prblm CIFS A.02.01 mounting to Windows + Netware servers

I have correctly configured my CIFS server to mount btwn a UNIX directory and a Windows machine. But I want to expand to using mounts to a Netware server to link to directories there.

For "additional servers" I modify the cifsclient.cfg by removing the Windows server from the default paragraph. Add separate server sections with their IPs at the end of the main servers section.
# = {
# ipAddress = "1.2.3.4";
# authenticationMethod = kerberos;
# smbPacketSigning = required;
# }; # End of user-defined server section
server1 = {
ipAddress = "00.00.00.001";
};
server2 = {
ipAddress = "00.00.00.002";
};

When I mount the cifs directories I get "permission denied"; where it worked before.

How do I mod the cifsclient.cfg for multiple different servers using the same login and defaults; just diff servers/IPs?