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

Re: svn, mod_dav_svn, and two apaches

From: Jonas Voss <jonas.voss_at_gmail.com>
Date: 2004-09-09 14:22:13 CEST

Hi Helge,

Thanks for your reply.

On Thu, 9 Sep 2004 13:42:24 +0200, Helge Jung
<helge@eco-logic-software.de> wrote:

> I assume you are directly connected to the internet and your machine is
> mydomain.com, right?

Yes, well, I am behind a router, but otherwise I am directly
connected. Usually I can connect to mydomain.com from my own machine,
and get through to it properly (as if I wasn't on the network).

> So if you are able to connect by accessing
> localhost and not over the net the problem is most likely your
> firewall. Easy to understand if you make yourself clear what's going
> on:
>
> 1) command: connect to mydomain.com
> 2) dns-lookup mydomain.com -> 1.2.3.4
> 3) connect to 1.2.3.4
> 4) 1.2.3.4 (your machine) denied access over the internet from 1.2.3.4
> (because it assumes that local traffic is done local, too - don't
> change this behaviour!)
> 5) the connect times out or fails
>
> The solution is easy: in /etc/hosts just add a line saying "127.0.0.1
> mydomain.com" (on Windoze it's <WinDir>\System32\drivers\etc\hosts) so
> that in future all requests to mydomain.com are resolved to localhost.
> By the way, if you have no access restrictions in Apache you should be
> able to connect to mydomain.com from anywhere else but your network.

I've tried adding the entry to my /etc/hosts file, but it doesn't
change the behaviour. Still times out.

I've disabled the firewall on the box, and aparently it isn't my ISP
that is blocking port 8800, as a tcpdump on port 8800 shows plenty of
traffic coming in (in a telnet session), but nothing coming out.
Fishy.

It really *does* sound like a firewall problem, but i am sure I
disabled it. I might have to be thoroughly whipped if I actully
enabled it again, and tried other troubleshooting things.

> If you're not on mydomain.com which is connected to the internet then
> forget about everything I wrote above ;-)

I was, so should work. (:

Cheers, Jonas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 9 14:22:54 2004

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.