samba报错protocol negotiation failed: NT_STATUS_IO_TIMEOUT
当在自己搭建的samba访问自己时发现报错:
[root@ml samba]# smbclient -L 172.16.1.6
protocol negotiation failed: NT_STATUS_IO_TIMEOUT
发现原来是dns的问题。去注释掉 /etc/resolv.conf 里的东西就行。
或者是添加一条dns
ml
当在自己搭建的samba访问自己时发现报错:
[root@ml samba]# smbclient -L 172.16.1.6
protocol negotiation failed: NT_STATUS_IO_TIMEOUT
发现原来是dns的问题。去注释掉 /etc/resolv.conf 里的东西就行。
或者是添加一条dns