2

I am setting up VisualSVN for Subversion server for my company. For the security purpose, How can I set only the internal IPs of the company to be accessible?

bahrep
  • 29,961
  • 12
  • 103
  • 150
olidev
  • 20,058
  • 51
  • 133
  • 197

1 Answers1

1

You can setup VisualSVN Server to listen on specific interfaces:

  1. Start VisualSVN Server Manager
  2. Open Properties for root node
  3. Switch to Network tab and choose These IP addresses radio button
  4. Then add your internal IP address using Add button.
  5. Click OK

Another option is to use Windows Firewall to restrict traffic to specific IP addresses. For more information about editing Windows Firewall rules, please read the TechNet article "Add or Edit Firewall Rule". Note that this approach only limits the IP addresses that can access VisualSVN Server and affects all users.

See the screenshot.

enter image description here

bahrep
  • 29,961
  • 12
  • 103
  • 150
Ivan Zhakov
  • 3,981
  • 28
  • 24