Displaying 20 results from an estimated 6000 matches similar to: "Dfs is not working"
2006 Aug 18
3
share write access
Hi,
I am testing share parameters, and have the following share definition:
## Section - [shareA]
[shareA]
path = /tmp/shareA
writelist = user1
and do not understand why user1 cannot write files in the share when
connected as user1. Unix permissions for the share files are rw for
everyone, and the share directory has wide-open permissions. Samba version
is 3.0.20b-3.4-SUSE.
2007 Mar 03
2
Unable to follow dfs referral - still a problem for smbclient & also freebsd smbfs
Hi,
Does anyone know if there has been any more progress on the problem of
browsing 'complex dfs roots'
see http://lists.samba.org/archive/smb-clients/2006-February/000622.html
Basically it occurs whenever you have a Microsoft Distributed File System
Tree where the links are to subfolders of the destination share.
Microsoft clients have no trouble browsing such trees.
The Samba HOWTO
2017 Sep 26
5
dfs links anywhere?
(Let's keep this on the list)
Aurélien Aptel via samba <samba at lists.samba.org> writes:
> Chad William Seys <cwseys at physics.wisc.edu> writes:
>> Somehow the destination having 'msdfsroot yes' prevents the cifs kernel
>> module from following the link.
I've taken a look at your traces and right off the bat I see things like
this:
[...]
2002 Oct 24
1
MSDFS info...
Hi, I'm new on Samba...
I'm trying to set a samba server with a DFS share. I have found this
example:
# The smb.conf file:
[global]
netbios name = SAMBA
host msdfs = yes
[dfs]
path = /export/dfsroot
msdfs root = yes
then I must create some link into /export/dfsroot:
root# cd /export/dfsroot
root# chown root /export/dfsroot
root# chmod 755 /export/dfsroot
root# ln -s
2001 Dec 14
1
Using MSDFS
I've set up a dfs share according to instructions. There is one part of the instructions that I don't understand. I've checked the forum archives but can't find any examples which might help.
In the Instructions section (4.1 of the HTML Samba Project Documentation), is shows how to set up the symbolic links in a DFS share, as shown below.
I have 2 Samba servers (SMB1 and SMB2).
2017 Sep 13
2
dfs links anywhere?
> Which smb version are you using (mount option)? Support for DFS on smb2+
> was only added in linux 4.11.
smbstatus shows the connection as NT1.
DFS links do work like this:
serverA_msdfsrootYES => serverB_msdfsrootNO
But not like this:
serverA_msdfsrootYES => serverB_msdfsrootYES
Somehow the destination having 'msdfsroot yes' prevents the cifs kernel
module from
2013 Feb 25
1
samba + nfs locking doesn't work
this is the case:
serverA [ CentOs 5.6 kernel 2.6.18-238.12.1.el5.centos.plus, Samba ver. 3.5.21 ]
serverB [ CentOS 5.6 kernel 2.6.18-348.1.1.el5.centos.plus, Samba ver.
3.6.6-0.129.el5 ]
clientA [ WindowsXP ]
clientB [ WindowsXP ]
The serverA shares via Samba the resource [test]
[global]
workgroup = DMIT
netbios name = SAMBA
server string = DMIT domain server
interfaces = eth0
2010 Aug 04
1
callerid between 2 asterisk servers
I've got 2 asterisk servers on the same box: ubuntu 10.04 lucid. I have not
been able to send useful callerid info between them (callerid becomes
"serverB").
serverA register statement: (serverB has the exact opposite statement)
register => serverA:serverApassword at IP_of_serverB_nic/serverB
users.conf of serverA: users.conf of serverB:
[serverB] [serverA]
type=friend
2015 Feb 05
2
IAX2 problem for WAN connections
Hi,
I am trying to connect two Asterisk servers using IAX2. Everything works fine when I couple them
within a LAN segment, but not when I connect them using WAN connections. I made sure that the
routers' ports are mapped properly and checked this with additional ssh rules.
ServerA is a Raspberry box with the vendor's Asterisk version 1.8.13.1 and ServerB is normal
CentOS 7 box with
2008 May 30
3
How to backup files without destroying the destination?!
Hello List,
i would like to copy/mirror/rsync the backup files from ServerA to ServerB.
Since i must assume that ServerA is hacked (public server with a few
services), i would like to "pull" the files to ServerB (save server with
no services).
That means i do something like: rsync -avz ServerA:/backup ServerB:/backup
IF ServerA gets hacked and the files get zeroed out (every file
2007 May 05
1
strange authentication issue
hi
I just joined this list, as I am having really strange issue and so far been
unable to find the root cause.I will give you scenario to see if anyone
knows what could be the cause:
1: 2 windows 64bit enterprise server serverA and Server B
2: both on same physical network no firwalls not routers
3: both on same domain controller ( windows NT4)
I can connect to serverA as under from a linux
2007 Jul 30
1
iax2 trunk registration with auth rsa
hi all,
I am trunking via iax2 2 asterisk serverses
if both of them have static ip addresses, I can connect them using no
password, password or auth rsa with a pair of keys.
If one of them has dynamic ip address and need to register on the other
server, I can connect them with no password, but I am not able to do that
using keys.
The question is: which is the right register syntax to use when
2006 Jul 20
1
guest ok
I have the following smb.conf file. Note the "guestaccount" parameter, and
the guest parameters in shareA, shareB, and shareC.
#
# Generated by modify_samba_config.pl
#
[global]
adminusers = Administrator, root
logonhome = \\%L\%U\.9xprofile
addsharecommand =
/usr/local/autobench/sources/samba/util/modify_samba_config.pl
2018 Aug 06
3
samba 4.7.7 shares on FreeBSD 11.1-p11 started to ignore ACL
Hi,
This morning three of our FreeBSD-11.1-p11 servers with Samba 4.7.7
installations started to ignore ACL settings and reject user access to
shares. All three servers are members of DC running on Windows Server
2008R2. Everything has been running ok for last few year. I have been
upgrading Samba and FreeBSD installations and on last Friday upgraded to
the latest packages from
2010 Nov 15
2
SSH keys question
All,
I have 3 servers. All 3 are CentOS 5.5. All 3 have identical
/etc/ssh/sshd_config files. I used ssh-keygen (with no arguments) to
generate keys with no password. I then added all 3 id_rsa.pub keys to the
authorized_keys file.
With this set up, I should be able to ssh between all 3 boxes without
needing a password. The problem is that one of the servers keeps asking for
a password even with
2016 Apr 28
2
Question about DFS
On 28.04.2016 11:16, Reindl Harald wrote:
> Am 28.04.2016 um 11:00 schrieb tell at posteo.de:
>> i'm trying to figure out some specific things about Samba DFS.
>>
>> 1. What is the ordering method of a DFS Share with multiple servers
>> (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source:
>>
2017 Oct 12
2
SSL overview...
Can someone help me understand the overall picture of SSL certificates in this scenario?
I have a working dovecot/postfix/mysql server. It has a certificate.
I now want to create a second, essentially duplicate configured server for use with replication.
What is the relationship between the certificate and the hostname, or the DNS entry since the certs are created using the server?s domain
2016 Apr 28
2
Question about DFS
On Thu, Apr 28, 2016 at 10:08:54AM -0700, Jason Chang wrote:
> 1. What is the ordering method of a DFS Share with multiple servers (e.g.
> msdfs:serverB\\share,serverC\\share linkb ; Source:
> https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)?
> With a Microsoft DFS i have 3 options regarding the target. (Targets in a
> client's site are listed first in a
2010 Oct 18
5
IAX2 works one direction, but not the other...
2007 Jan 19
2
Newbee-Question General Syntax
Hi there!
I´ve started looking into puppet for about one week now, I have to say
that I am NOT a developer, i occasionally write a shellscript or another
but thats about it, so maybe my problem is that i dont see the whole
picture yet.. I kind of know what i want to do, but at the moment i
don´t realy see how i can accomplish that.. :/
thing is, I have (for now "just") about 100