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

RE: Can not specify the listen host?

From: Himanshu Gohel <gohel_at_cse.usf.edu>
Date: 2005-10-06 03:00:15 CEST

> -----Original Message-----
> From: Justin [mailto:Justin_Lin@mail2000.com.tw]
>
> In my PC, I use ADSL to connect with internet. I had
> applied a fixed IP from my ISP. After I start up my ADSL, the
> IP for interface PPPoE is the fixed IP that I had applied.
> However, I find that my network card still got another
> dynamic IP from my ISP.

You probably need to read up on the configuration options for your ADSL
modem:

1. Configure your PC/server box to have a static IP address, so that it does
not get one assigned dynamically by your ADSL modem. In my case, my modem's
LAN IP is 192.168.2.1, and I assigned my subversion server an IP address of
192.168.2.15

2. In your modem's firewall there should be an option to forward packets on
a specific port (3690 for subversion) to a specific IP. I set it up so that
it forwards packets sent from the outside to port 3690, to my fixed server's
LAN IP address, 192.168.2.15

3. Finally if your firewall is completely blocking port 3690, you would have
to ensure that packets do get through the ADSL modem. You will need someone
from outside your network to test that for you, while you watch your
firewall.

First step though is access the subversion from within the LAN, and then try
the outside network.

Good luck.

--
Himanshu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 6 03:02:44 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.