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

Re: can't access svn:// schemes, http:// OK ... is it svn 1.2rc2 or my firewall?

From: OpenMacNews <OpenMacNews_at_speakeasy.net>
Date: 2005-05-06 19:37:06 CEST

hi jani,

thx for the reply =)

> You could try to telnet directly to the server:
>
> $ telnet localhost 3690
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
>
> This is a hello from svnserve which is the server end of ra_svn.

clear

> When I try the svr2.postgresql.org, I get:
>
> $ telnet svr2.postgresql.org 3690
> Trying 65.19.161.25...
> telnet: connect to address 65.19.161.25: Connection refused
>
> So it seems that there isn't anybody home.

ok, it seems i may have two problems:

(1) telnet from my internal LAN behind a NAT/iptables firewall

    % telnet svn.adiumx.com 25
        Trying 216.133.69.35...
        Connected to svn.penguinmilitia.net.
        Escape character is '^]'.

    % telnet svr2.postgresql.org 25
        Trying 65.19.161.25...
        Connected to svr2.postgresql.org.
        Escape character is '^]'.

but

    % telnet svr2.postgresql.org 3690
        Trying 65.19.161.25...
        telnet: connect to address 65.19.161.25: Operation timed out
        telnet: Unable to connect to remote host

    % telnet svn.adiumx.com 3690
        Trying 216.133.69.35...
        telnet: connect to address 216.133.69.35: Operation timed out
        telnet: Unable to connect to remote host

with nothing in my firewall logs ...

(2) telnet from an EXTERNAL (@ my ISP shell acct, outside my LAN + firewall)

i CAN access:

    % telnet svn.adiumx.com 3690
        Trying 216.133.69.35...
        Connected to penguinmilitia.net.
        Escape character is '^]'.
        ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) ) ^]

but, as you've found:

    % telnet svr2.postgresql.org 3690
        Trying 65.19.161.25...
        telnet: Unable to connect to remote host: Connection refused

this 'smells' like firewall/access trouble ... and, iiuc, until i resolve it,
testing my svn client doesn't make a whole lot of sense.

i'm betting i'm doing something dumb, i have an unfounded suspicion that its
ICMP relataed (dunno) ... any ideas?

cheers,

richard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 19:40:14 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.