在Debian Jessie上,我正在尝试创build一个samba共享来testing我的应用程序。
我安装了samba 4.2.10。 我在/etc/samba/smb.conf中创build了一个共享的新共享:
[public] comment = public path = /home/public read only = no guest ok = yes browseable = yes writeable = yes public = yes
当我尝试使用以下命令装载它时:
mount //10.1.0.38/public /mnt -o guest
它失败:
Unable to find suitable address.
当我检查dmesg我有以下错误:
[169628.801413] CIFS VFS: Error connecting to socket. Aborting operation. [169628.801581] CIFS VFS: cifs_mount failed w/return code = -111
尝试使用自己的IP将共享安装到lxc中也失败了。
顺便说一句,我在我的机器上的网桥上configuration。 我可以从其他机器安装桑巴股份。