Question

I'm trying to connect to my SVN server (installed on my local PC) from a remote machine. After going through some SO questions and other guides, I have done the following steps:

  1. SVN Server is installed on top of Apache server using HTTP protocol. I can access it by typing http://localhost/svn in my browser and in TortoiseSVN.

  2. I have setup a DNS entry using free DNS service providers against my dynamic IP.

  3. I can now type http://MyFreeDNSName.FreeDNSServer.com in a remote machine and that takes me to my machine.

The problem however is that this address opens the router's default page instead of the SVN page. This is the same page that I can access on the local machine by typing 192.168.1.1. So my question is, how can I configure my machine to pass the incoming request to SVN page instead?

Was it helpful?

Solution 2

You will have to set up port forwarding on your router to point to your PC. Forward port 80 to the local IP address of your PC. Exactly how to do this will depend on your router model. It might also help to give your PC a static IP address.

OTHER TIPS

You must not forward incoming request on port 80 from router to internal host's port 80.

You must select any other port, for which you'll add port-forward rules for forwarding from router:PORT to internal:80

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top