当前位置: 技术问答>linux和unix
samba connection failed
来源: 互联网 发布时间:2016-11-26
本文导语: 我在用Ubuntu 10.10,已经用apt-get install samba命令安装了samba。 我的samba.conf是 [global] workgroup = LinuxSir netbios name = LinuxSir05 server string = Linux Samba Server TestServer security = share [linuxsir] path = /opt/linuxsir wri...
我在用Ubuntu 10.10,已经用apt-get install samba命令安装了samba。
我的samba.conf是
[global]
workgroup = LinuxSir
netbios name = LinuxSir05
server string = Linux Samba Server TestServer
security = share
[linuxsir]
path = /opt/linuxsir
writeable = yes
browseable = yes
guest ok = yes
linuxsir目录的权限是777。
我已经运行了smbd和nmbd。
然后我运行
smbclient -L //LinuxSir05
Enter loveright's password:
Connection to LinuxSir05 failed (Error NT_STATUS_BAD_NETWORK_NAME)
所以如何解决?
我的samba.conf是
[global]
workgroup = LinuxSir
netbios name = LinuxSir05
server string = Linux Samba Server TestServer
security = share
[linuxsir]
path = /opt/linuxsir
writeable = yes
browseable = yes
guest ok = yes
linuxsir目录的权限是777。
我已经运行了smbd和nmbd。
然后我运行
smbclient -L //LinuxSir05
Enter loveright's password:
Connection to LinuxSir05 failed (Error NT_STATUS_BAD_NETWORK_NAME)
所以如何解决?
|
testpram先看下配置文件有没有错误
smbclient -L //LinuxSir05
这里的LinuxSir05改成ip试试
smbclient -L //LinuxSir05
这里的LinuxSir05改成ip试试
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。