How to bind only one IP address to VisualSVN server?

I have installed VisualSVN on my Windows Server 2008. I have multiple IP addresses on this server, but I only want VisualSVN to communicate with only one of them. By default, it binds to all available addresses. How do I get VisualSVN to only process requests on one IP address?

I tried adding

BindAddress xxx.xxx.xxx.xxx

      

in httpd-custom.conf and restart the service, but that doesn't seem to work.

I tried the same with httpd.conf and it didn't work either.

+1


source to share


2 answers


To clarify, the method to bind VisualSVN to explicitly defined IP addresses is:



  • Download the VisualSVN Server Manager snap-in
  • In the left pane, right click on the VisualSVN Server item and select Properties from the context menu
  • Go to the Networking tab
  • In the Binding Servers group, select the These IP Addresses radio button
  • For each IP address you want to specify: Click the Add ... button .
  • Enter the IP address in the text box and click OK
+7


source


I found the easy way! I just upgraded to VisualSVN 1.6. Then in the management console, right click on the VisualSVN server node, select the Networking tab and enter your IP address (s). Cool!



+1


source







All Articles