Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2016 22:20:04 +0100
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   mounting CIFS share (tcp/455) with FreeBSD and mount_smbfs(8)
Message-ID:  <20160301222004.4cdaafc9.ohartman@zedat.fu-berlin.de>

next in thread | raw e-mail | index | archive | help
--Sig_/9Q4.F_qXCr/Feim3t3BN3Nk
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

I need to mount a CIFS share from windows server 2012 r2 via CIFS, tcp/445 =
as NetBIOS
service (tcp/139) has been deprecated due to serious vulnerability issues.=
=20

Until the disabling of NetBIOS and tcp/139 we used successfully autofs and =
mount_smbfs.
this is no longer working. I tried to force autofs/mount_smbfs to bind to p=
ort 445 on the
server via ://@xxx.xxx.xxx.xxx:445/sharename, but this doesn't work.

Trying to mount a share from a samba 4.3 server (FreeBSD CURRENT, net/samba=
43, both most
recent sources), where I configured samba_server via smb ports =3D 445 to u=
se port tcp 445
only and only SMB2 and SMB3 (server min protocol =3D SMB2) protocols via th=
e following
command:

mount_smbfs -I xxx.xxx.xxx.xxx -U a_user -W \
WORKGROUP //a_user@xxx.xxx.xxx.xxx:445/sharename /mnt

results in the error

mount_smbfs: unable to open connection: syserr =3D RPC struct is bad

Setting "smb ports =3D 139,445" and "server min protocol =3D NT1" seems to =
work, the share
can be bound, but this is SMB over tcp/139 and not CIFS.

I desperately need CIFS and I need tcp/445 since tcp/139 is from now on fir=
ewalled.=20

So: what do I miss here?

Kind regards and thank you in advance,

O. Hartmann

--Sig_/9Q4.F_qXCr/Feim3t3BN3Nk
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJW1geEAAoJEOgBcD7A/5N88mYIAKRoy5uN5GomTfAv/fVQKPBa
16YoGgaLvf7HNvzRxGlnRwOqvXuIWne2czkhwPmg3LxHgTLu4pUsECr+MCTxUJXy
UH0nmoaQkOqGI0D11Bn67Ot9pztqgL3lT8XyzXDb2BshZhj9J3S7MaX8K2nH20qA
6IXRU7UcZ7DpcbhV0brGHswBg/0TY8ABCjkUn//y25RiEl5N2qxLapB5+B8WwxFP
US6bZ2XVm7+P9e09c1/j9K6SaVF6aexvfNA7w1zuWSuIqU5pZeHZgg9IgpQATib8
2Z/L7EymCb/6a3CXAqU/wHQH1BMCvpKw1nLupfjL09n4XBJcSRamZW44V5u4BzQ=
=NpeP
-----END PGP SIGNATURE-----

--Sig_/9Q4.F_qXCr/Feim3t3BN3Nk--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160301222004.4cdaafc9.ohartman>