This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
那么您可以使用远程桌面连接来连接到服务器,但 CIFS/SMB(共享)无法正常工作?
是否有需要更改的 Windows 防火墙设置(...我什至不知道是否有包含 Windows 防火墙的 2003 年更新)?
对 IP 地址执行 Ping 操作会产生什么错误消息(或者,如果可以 RDC,希望不会产生任何错误消息)?
远程服务器和本地开发盒是否位于同一 IP 子网中? 如果路由不正确,您可能会尝试访问本地地址。
So you can use Remote Desktop Connection to connect to the server, but CIFS/SMB (shares) is not working?
Is there a Windows firewall setting that needs to be changed (... I don't even know if there was a 2003 update that included Windows firewall)?
Pinging the IP address results in which error message (or, hopefully none if you can RDC)?
Is the remote server and your local dev box on the same IP subnet? If its not routed properly you may be trying to hit a local address.
在我看来,您无法从建立 VPN 连接的同一会话内部连接到网络共享。我现在手动打开 VPN 连接,然后启动构建脚本
It looks to me like you can't connect to a network share from inside the same session that you esatblished the VPN connection in. I now manually open the VPN connection, then kick off the build scripts