Use SMB/CIFS signing when mounting Win shares


 
Thread Tools Search this Thread
Operating Systems AIX Use SMB/CIFS signing when mounting Win shares
# 1  
Old 03-01-2016
Use SMB/CIFS signing when mounting Win shares

Hi,

We have a number of Windows Server 2003 shares mounted on our AIX server via CIFS, using a command similar to this:
Code:
mkcifsmnt -f /test -d testshare -h testserver -c testuser -p pass -w DOMAIN

The windows servers are currently being upgraded to 2012, and as part of this they are setting SMB/CIFS security signature as a requirement (they won't be able to turn it off) via the following Windows Server reg setting:
Code:
HKLM\System\CurrentControlSet\Services\LanManServer\Parameters\RequireSecuritySignature

Once this is set, our AIX CIFS mounts stop working because from what I can see the AIX CIFS mount doesn't seem to use message signing.

I presumed there would be setting to turn it on, but I can't find anything. Does anyone know if message signing is supported by the AIX CIFS packages?

Our AIX version is 6100-09-05-1524, and the CIFS package versions are as follows:
Code:
lslpp -L | grep cif
  bos.cifs_fs.rte           6.1.9.45    C     F    Runtime for SMBFS
  bos.cifs_fs.smit           6.1.6.0    C     F    SMIT Interface for SMBFS

I would be very grateful for any help that you can provide.

Andy
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

CIFS/SMB mount NetApp (Windows) fileshare

Hi guys, I'm trying to mount a windows share (hosted on a NetApp filer with clustered Ontap 8.3) and I have no luck doing it. This worked before when we used an old NetApp with Ontap 7.3. Seems there is an issue with ASCII/non-unicode support. I'm wondering if anybody here has mounted... (7 Replies)
Discussion started by: mikedavis
7 Replies

2. AIX

Mounting cifs on AIX

Hi All, I was trying to setup a file share between AIX and widnows servers. I have installed cifs filesets on my AIX LPAR. but when i was trying to mount the share on AIX , got the below errors. There was an error connecting the share or the server. Make sure the lsdev command shows that... (3 Replies)
Discussion started by: System Admin 77
3 Replies

3. AIX

CIFS Mount not mounting on my AIX server

Dear Experts, Im facing a unique situation. We got a windows server folder cifs mounted on my AIX server. Before restarting the win server I tried unmounting the cifs mount. It got hanged and win server was restarted however. Now Im trying to mount the same. It prompts for password... (3 Replies)
Discussion started by: jayadeava
3 Replies

4. UNIX for Dummies Questions & Answers

Help mounting Samba shares

I have these two shares on my Ubuntu Server: path = /media/share read only = no guest ok = yes path = /var/www read only = noI want to mount them to the directories that I created on my Desktop called "shared" and "www" how do I do this? I ran the command: smbclient -L... (1 Reply)
Discussion started by: shadowcat
1 Replies

5. UNIX for Dummies Questions & Answers

Errors when connecting to SMB shares from Windows

Hi all I have a server running Oracle Linux. When i try \\linux-server\share I get prompted for username & password or I get a permission denied error. I see these errors in the messages file on the Linux server: smbd: auth/auth_util.c:create_builtin_administrators(792) Feb 15 10:39:13... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

6. Red Hat

Signing RPM packages using GPG

I am having difficulty getting rpm to trust the gpg key I have used to sign rpm packages I am creating. I used gpg --gen-key to create the key. I chose RSA, 1024. $ gpg --list-key /home/rpmbuild/.gnupg/pubring.gpg --------------------------------- pub 1024R/42A05359 2009-07-15 uid ... (2 Replies)
Discussion started by: Padow
2 Replies

7. AIX

mounting cifs

Dear All, I mounted a windows share on AIX 5.3. with cifs. The write on it is much slower than from other windows clients. Could you help me with any tricks to speed the writing process? Thanks, Zoltán Patalenszki (0 Replies)
Discussion started by: zoltanp
0 Replies

8. Solaris

Mounting CIFS share

Is it possible to mount a samba share on a solaris system? I know this is possible with Linux using a fstype of smbfs. I am trying to aviod having to share the same directories via cifs and nfs on a solaris box to windows and solaris clients. (3 Replies)
Discussion started by: mhm4
3 Replies

9. IP Networking

Mounting shares from a Windows PC

Hi... I can ping my Windows PC using both the IP address and NetBios name and I can ping my Linux box the same, IP address and NetBios name. I can even use smbclient to see the shares on my Windows PC. But I can't map the shares so that Linux sees it as a drive. How do I do that? (5 Replies)
Discussion started by: SeCBerm
5 Replies
Login or Register to Ask a Question