Hi
I had the following configuration.
- SME Server 5.1.2 (Updated from 5.0 with CD) -> Server1
- SME Server 5.1.2 (fresh install from CD) -> Server2
- Windows NT 4.0 Workstation Sp 6a -> Client1
To share Data at Client1 I would like to mount a share at Client1 from the Server1 and Server2.
I have customized the file /etc/fstab on both SME, I have ad at the end of the fstab-file this line
//client1/test /mnt/test smbfs username=test,password=sme
I have created on both servers the directory /mnt/test
then I have restart both servers
Now when I would like to mount I get the following:
On the Server2
[root@server2 /]# mount /mnt/test/
[root@server2 /]#
and now I can access over the mount point the share files at Client1
On the Server1
[root@server1 /]# mount /mnt/test/
2926: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
[root@server1 /]#
and now I can not access over the mount point the shared files at Client1
Has anyone an idea, what could be wrong?
Thanks for any suggestions
René