Firewall ports needed for Visual Studio 2013 Remote Debugging

和自甴很熟 提交于 2019-12-10 18:32:43

问题


I have a 3rd party firewall blocking VS 2013 Update 2 Remote Debugging. I want our domain admin to open the necessary ports, but there seems to be a discrepancy in the documentation.

Online version mentions:

DCOM (TCP Port 135) and IPSEC (UDP 4500 / UDP 500)

Installed documentation mentions:

...To do so, allow traffic on TCP/IP ports that msvsmon.exe is listening on. By default, these are port 4018 and 4019, where 4018 is used on all operating systems, and 4019 is used only on Windows x64 to allow debugging x86 processes.

No mention of DCOM / IPSec. I know there was an architectural change starting Remote Tools 2012, but I don't know if it means that DCOM and IPSec were dropped since then. I've seen in the installed documentation mention of the Windows Web Services API, shipping with Windows 7 and Windows Server 2008 R2 (which happen to be my local/remote versions). Does this perhaps replace the DCOM and IPSec architecture?

Bottom line - which ports do I need to open for this particular version?

Comment: Editors please do not remove the words "Update 2", the Remote Tools have different versions corresponding to the different Visual Studio 2013 versions.


回答1:


I recently tested remote debugging with Visual Studio 2013 Update 3 to an AWS EC2 instance.

I only needed inbound security group rules for TCP 4018-4019.

(Previously with Visual Studio 2012 I only needed inbound security group rules for TCP 4016-4017.)



来源:https://stackoverflow.com/questions/23784857/firewall-ports-needed-for-visual-studio-2013-remote-debugging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!