[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Port 81 setup with svnserve

From: Leon Zandman <lzandman_at_lode.nl>
Date: 2005-07-25 08:52:24 CEST

> I
> know my company has 81 wide open as I've used it before. My
> router is forwarding 81 -> the server as 81, so what else
> would I need to do?

Does your company use a proxy server? It may be that it's configured to
only allow "normal" HTTP traffic on port 81 and not WEBDAV, which is
needed for Subversion.

Also you might want to check to which network interface your
svnserve.exe binds. It should be bound to your exterior network
interface (IP-address). If it is bound only to your local interface
(127.0.0.1) then it cannot be contacted from the outside. I think
svnserve by default connects to all interfaces, because it doesn't
support an option to bind it to a port explicitly, but you might want to
check it.

You can also bind a different server program (for instance IIS) to port
81 and see if you can connect to that.

Greetz,

Leon Zandman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 25 08:59:00 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.