Cannot access SVN repository from another host within the LAN

Posted by akaii on Server Fault See other posts from Server Fault or by akaii
Published on 2010-06-03T11:16:46Z Indexed on 2010/06/03 11:26 UTC
Read the original article Hit count: 229

Filed under:
|
|
|

I'm trying to connect to a repository I've set up on our server from another host on the same network, but the connection is failing.

checkout command: svn checkout svn://192.168.11.192/

error: Can't connect to host '192.168.11.192' : Connection refused

I tried probing port 3690 with telnet, and I can't seem to connect that way either. I thought the port might be blocked, so I added an entry for port 3690 in sysconfig/iptables, but it doesn't seem to have had any effect at all.

I'm sure svnserve is running, because I can checkout the repository on server using the same command above.

What can I possibly try next?

© Server Fault or respective owner

Related posts about firewall

Related posts about svn