网络拓扑图以下:windows
问题现象:Azure VM没法访问Windows Server 2003(任何地方),端口通安全
下午的各类测试排查,改策略,抓包很坎坷。网络
排查步骤:session
端口连通性测试ide
抓包:测试
搜索连接,修改安全策略:ui
Control Panel - Administrative Tools - Local Security Policyspa
Local Policies - Security Options3d
Network security: LAN Manager authentication levelblog
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
SMB1.0是W2K3的协议,本地安装的Windows都是默认安装,Azure VM没有安装。
解决方法:
· GUI安装
· 或者使用PS安装:
重启计算机,问题解决。