dns - Hosting SVN Server on my PC to access remotely -


i'm trying connect svn server (installed on local pc) remote machine. after going through questions , other guides, have done following steps:

  1. svn server installed on top of apache server using http protocol. can access typing http://localhost/svn in browser , in tortoisesvn.

  2. i have setup dns entry using free dns service providers against dynamic ip.

  3. i can type http://myfreednsname.freednsserver.com in remote machine , takes me machine.

the problem address opens router's default page instead of svn page. same page can access on local machine typing 192.168.1.1. question is, how can configure machine pass incoming request svn page instead?

you have set port forwarding on router point pc. forward port 80 local ip address of pc. how depend on router model. might give pc static ip address.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -