积极答复者
无法访问Windows server 2012(not R2) 的共享目录,提示“指定的网络名不再可用“

问题
答案
-
谢谢,删除和重新建立网卡风险较大,我们没试。
我们的问题最终通过启用被监控服务器的SMB protocol成功解决了。
在这里分享给有同样困扰的人。
确认 SMB protocol 状态:.
run powershell as administrator-->enter "Get-SmbServerConfiguration", confirm below, "false-->disabled, "true"-->enabled
EnableSMB1Protocol : False
EnableSMB2Protocol : False
启用SMB protocol:run powershell as administrator-->enter below command:
Set-SmbServerConfiguration -EnableSMB1Protocol $true
Set-SmbServerConfiguration -EnableSMB2Protocol $true
- 已标记为答案 Perry_6678 2016年12月12日 10:38
全部回复
-
您好 Perry,
请问从一台服务器ping另外一台服务器的名字时,是否能够ping通?请检查ping另外一台服务器所得到的地址是正确的。
请问您有试过用IP地址进行访问吗?
请问您内网是使用的同一台DNS吗?
请检查您的computer Brower服务是否已经启动。
诚挚敬意
John
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好 Perry,
您可以试着同时把防火墙和您的杀毒软件彻底关闭,然后进行重新试着访问看是否能够成功。
请问有问题的服务器和没有问题的服务器是否共用一个交换机?如果有问题的服务器使用同一个交换机,您可以检查交换机是否拦截了这些数据。
诚挚敬意
John
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已编辑 John Lii 2016年11月14日 8:35
-
您好 Perry,
我建议您可以删除和重新建立网卡,然后重新试下。
诚挚敬意
John
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
谢谢,删除和重新建立网卡风险较大,我们没试。
我们的问题最终通过启用被监控服务器的SMB protocol成功解决了。
在这里分享给有同样困扰的人。
确认 SMB protocol 状态:.
run powershell as administrator-->enter "Get-SmbServerConfiguration", confirm below, "false-->disabled, "true"-->enabled
EnableSMB1Protocol : False
EnableSMB2Protocol : False
启用SMB protocol:run powershell as administrator-->enter below command:
Set-SmbServerConfiguration -EnableSMB1Protocol $true
Set-SmbServerConfiguration -EnableSMB2Protocol $true
- 已标记为答案 Perry_6678 2016年12月12日 10:38
-
您好 Perry,
很高兴听到您的问题已经被解决,并且很感激您能分享您的解决方案到这里以便于其他人学习。
诚挚敬意
John
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.