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

Re: Problem in connecting the server

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 7 Jun 2012 10:19:20 +0200

On Thu, Jun 07, 2012 at 10:39:11AM +0900, Masaru Kitajima wrote:
> Stefan,
>
> I sent an e-mail with my iptables list. Did you kindly look at it?

Yes but I could not see anything wrong with it.
And I don't really know a lot about iptables.

One if your rules requires stateful connection tracking:
  ACCEPT tcp -- anywhere anywhere state RELATED,ESTABLISHED
As far as I know this requires the ip_conntrack (or nf_conntrack) kernel
module to be loaded. Is it loaded? Check with 'lsmod | grep conntrack'.

> Is there anything wrong?
>
> The problem is not fixed yet. Please help me.

At this point, I don't know what else to suggest. The problem
is hard for me to diagnose remotely over email. Sorry.

Also, I think we've ruled out long ago that this is a problem with
Subverion itself, but probably some network configuration issue.
This mailing list is primarily about problems with Subversion itself,
not about iptables etc. There are other support forums for that.

I would suggest that you ask a tech-savvy friend who could help and take
a look at the machine together with you to locate the source of the problem.
Received on 2012-06-07 10:20:01 CEST

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.