码迷,mamicode.com
首页 > 其他好文 > 详细

关于Azure VM无法访问W2K3共享问题

时间:2018-03-15 11:51:24      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:Azure VM   SMB   UNC   

关于Azure VM无法访问W2K3共享问题

网络拓扑图如下:


技术分享图片


问题现象:Azure VM无法访问Windows Server 2003(任何地方),端口通

 

下午的各种测试排查,改策略,抓包很坎坷。

 

排查步骤:

 

端口连通性测试

技术分享图片

抓包:

技术分享图片

搜索链接,修改安全策略:

Control Panel - Administrative Tools - Local Security Policy

 

Local Policies - Security Options

 

Network security: LAN Manager authentication level

Set to Send LM & NTLM responses only

 

Set the Minimum session security for NTLM SSP

Disable Require 128-bit encryption

 

The screen shots below should be helpful. 

 

Reboot all machines after making the adjustment. 

 


问题原因:

20178月底

SMB Version 1 disabled Azure Gallery Windows operating system images

https://azure.microsoft.com/en-us/blog/smb-version-1-disabled-azure-gallery-windows-operating-system-images/

 

SMB1.0W2K3的协议,本地安装的Windows都是默认安装,Azure VM没有安装。

 

 

 

解决方法:

 

·         GUI安装

技术分享图片

 

·         或者使用PS安装:


 技术分享图片

 

重启计算机,问题解决。

 

 


关于Azure VM无法访问W2K3共享问题

标签:Azure VM   SMB   UNC   

原文地址:http://blog.51cto.com/286722/2087024

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!