大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
网络拓扑图如下:
站在用户的角度思考问题,与客户深入沟通,找到古浪网站设计与古浪网站推广的解决方案,凭借多年的经验,让设计与互联网技术结合,创造个性化、用户体验好的作品,建站类型包括:网站制作、成都网站制作、企业官网、英文网站、手机端网站、网站推广、空间域名、网络空间、企业邮箱。业务覆盖古浪地区。
问题现象: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.
问题原因:
2017年8月底
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.0是W2K3的协议,本地安装的Windows都是默认安装,Azure VM没有安装。
解决方法:
· GUI安装
· 或者使用PS安装:
重启计算机,问题解决。