3

Need to get port opened on vps server by the server company. The port is for VisualSvn so i can connect to it from my pc.

Question is, what is the protocol for this traffic, TCP UDP ICMP IP ??

bahrep
  • 29,961
  • 12
  • 103
  • 150
amateur
  • 43,371
  • 65
  • 192
  • 320

1 Answers1

4

TCP.

Check which ports your VIsualSVN installation is using in the setup dialog.

The defaults are (from here):

Standard HTTP and HTTPS ports are now defaults: VisualSVN Server suggests to use the standard 80 and 443 ports by default (instead of 8080 and 8443 ports as in previous versions).

Pekka
  • 442,112
  • 142
  • 972
  • 1,088