【问题标题】:how to mount share folder cifs over stunnel?(secure samba)如何在 stunnel 上挂载共享文件夹 cifs?(安全 samba)
【发布时间】:2020-09-15 14:49:50
【问题描述】:

我配置了stunnel服务器

accept:0.0.0.0:800
connect:127.0.0.1:139

和stunnel客户端

client=yes
accept:127.0.0.1:139
connect=serverip:800

并尝试使用此命令挂载

mount -t cifs -o user=x,password=y,vers=3.0,port=139 //127.0.0.1/test /mnt/test2

但抛出错误: 没有这样的文件或目录

但是 smbclient 工作

请帮帮我 谢谢

【问题讨论】:

    标签: linux filesystems samba smb stunnel


    【解决方案1】:

    我把端口号改成445就解决了

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-09-22
      • 2012-10-21
      • 1970-01-01
      • 2013-06-05
      • 2015-03-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多