How to open port 8443 (SVN Server) on the VM Machine (Windows 2012 R)

Meir Chen 46 Reputation points
2021-10-12T17:37:14.83+00:00

Hi,

I am trying to access SVN server that I installed on my Azure VM Machine, and it seems that although I Opened port 8443 in the Azure Portal and then added Inbound and Outbound rules in the VM Firewall, the VM does not pass the request when I use the Public IP of the VM Machine (I run the test from the server itself to eliminate some possible issues) like in the command: https://xxx.xxx.xxx.xxx:8443/svn and it does work when I use the Self address like in: https://127.0.0.1:8443/svn.

Here are the settings I did for the Inbound on the portal:

139700-image.png

and this is for the outbound port in the portal:

139905-image.png

On the Firewall I defined Inbound Rule:

139890-picture1.png

and Outbound Rule:

139971-picture2.png

Not sure what I need to do in addition to the 4 steps I did above to get the traffic to reach the SVN Server?

Thanks,
Meir

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,215 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
579 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Meir Chen 46 Reputation points
    2021-10-13T19:33:11.357+00:00

    I found the issue with the access to the SVN server and corrected it.

    The Inbound Azure Portal entry should be something like:

    140296-image.png

    No need for firewall entries or outbound Azure Portal entry.

    1 person found this answer helpful.
    0 comments No comments