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

timeout problem

From: Mike Rosseel <Mike.Rosseel_at_gmx.net>
Date: 2003-11-17 23:15:45 CET

Hi,

I'm trying to setup an internet-accessible svn server, here's my problem -
it's kinda long but I hope someone will recognive the problem :

- (Gentoo) Linux server with svn-0.32.1 running svnserve (-d -u) on
192.168.123.176 (intranet), let's call this the SERVER
- my router forwards all traffic from port 3690 to the SERVER machine.
- I have another machine in the intranet, 192.168.123.181 which is a windows
machine with svn-0.32.0, let's call this the CLIENT

On the CLIENT : svn co svn://192.168.123.176/home/mike/svn/repos1 --> works
----------
On the CLIENT : svn co svn://internet.ip.number/home/mike/svn/repos1 --> fails

- output :

svn: A connection attempt failed because the connected party did not properly
re
spond after a period of time, or established connection failed because
connected
 host has failed to respond.
svn: Can't connect to host 'internet.ip.number'

- this is the tcpdump from the SERVER, indicating there was some
communication:

23:04:42.819728 192.168.123.181.2984 >internet.ip.number.3690: S
473257577:473257577(0) win 64240 <mss 1460,nop,nop,sackOK> (DF)
23:04:45.759203 192.168.123.181.2984 > internet.ip.number.3690: S
473257577:473257577(0) win 64240 <mss 1460,nop,nop,sackOK> (DF)
23:04:51.779824 192.168.123.181.2984 > internet.ip.number.3690: S
473257577:473257577(0) win 64240 <mss 1460,nop,nop,sackOK> (DF)
----------
On the SERVER : svn co svn://192.168.123.176/home/mike/svn/repos1 --> works
----------
On the SERVER : svn co svn://internet.ip.number/home/mike/svn/repos1 --> fails
This takes longer to timeout than on the windows machine, but eventually fails
as well

- output :

svn: Connection timed out
svn: Can't connect to host 'internet.ip.number'

- this is the tcpdump from the SERVER, indicating there was some
communication:

23:07:49.651873 192.168.123.176.33405 > internet.ip.number.3690: S
2155280504:2155280504(0) win 5840 <mss 1460,sackOK,timestamp 1480686
0,nop,wscale 0> (DF)
23:07:52.644201 192.168.123.176.33405 > internet.ip.number.3690: S
2155280504:2155280504(0) win 5840 <mss 1460,sackOK,timestamp 1480986
0,nop,wscale 0> (DF)
23:07:58.645018 192.168.123.176.33405 > internet.ip.number.3690: S
2155280504:2155280504(0) win 5840 <mss 1460,sackOK,timestamp 1481586
0,nop,wscale 0> (DF)
23:08:10.646629 192.168.123.176.33405 > internet.ip.number.3690: S
2155280504:2155280504(0) win 5840 <mss 1460,sackOK,timestamp 1482786
0,nop,wscale 0> (DF)
23:08:12.067016 192.168.123.181.3045 > gent.momus.telenet-ops.be.domain: 22+
A? internet.ip.number.3690. (48)
23:08:34.649896 192.168.123.176.33405 > internet.ip.number.3690: S
2155280504:2155280504(0) win 5840 <mss 1460,sackOK,timestamp 1485186
0,nop,wscale 0> (DF)
23:09:22.656406 192.168.123.176.33405 > internet.ip.number.3690: S
2155280504:2155280504(0) win 5840 <mss 1460,sackOK,timestamp 1489986
0,nop,wscale 0> (DF)

Any suggestions ?

-- 
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 17 23:16:38 2003

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.