how to access subversion server remotely

前端 未结 3 542
南方客
南方客 2021-01-06 15:07

I just installed VisualSVN server yesterday at my home computer and I can access my repositories ok at localhost but when I try to access it remotely, it won\'t connect. Am

3条回答
  •  时光取名叫无心
    2021-01-06 15:42

    Are you sure that you have working name resolution for servername when not at home? For remote access to work you will at least require:

    • Public IP number of your server, any RFC1918 numbers such as 192.168.X.X won't be accessible from the outside.
    • Name resolution; either through a officially registered DNS name or through a host file.
    • If there is a firewall in your router it must allow https (TCP/443) traffic.
    • If your server is on a private network and you want to access it through your router's official IP you will need port forwarding.

提交回复
热议问题