Re: [masq] FTP problems - no route to host

1998-08-09 Thread Matthew McGehrin


On 8 Aug 98, at 19:38, Ryan wrote:

> 220 Exhilirate (glFtpD v1.9.5) ready.
> User (ftp.ml.org:(none)): Apollyon
> 331 Password required for Apollyon.
> Password:
> 230 User Apollyon logged in.
> ftp> ls
> 200 PORT command successful.
> 425 Can't build data connection: No route to host.\

Which site are you ftping to? It would be helpfull if you included that in your report.

Also are you doing any port filters?

FTP is a two - port protocol, ports 20 and 21. Perhaps you are blocking one, and 
allowing the other?

Are you connecting via satellite or a cable modem that requires you to connect to a 
local isp and receive your internet access one way? perhaps there are routing 
problems.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]



Re: [masq] FTP problems - no route to host

1998-08-08 Thread Fuzzy Fox

Ryan <[EMAIL PROTECTED]> wrote:
>
> 220 Exhilirate (glFtpD v1.9.5) ready.
> User (ftp.ml.org:(none)): Apollyon
> 331 Password required for Apollyon.
> Password:
> 230 User Apollyon logged in.
> ftp> ls
> 200 PORT command successful.
> 425 Can't build data connection: No route to host.

Turn on "debug" in your ftp session and you will probably see the
reason.  You are sending a PORT command with your private IP address,
and the remote ftpd can't route to that host directly.

The ip_masq_ftp module is supposed to take care of this, but you have to
load it manually.

-- 
   [EMAIL PROTECTED] (Fuzzy Fox)  ||   "Her lips said 'No,' but her
sometimes known as David DeSimone  ||eyes said 'Read my lips!'"
  http://www.dallas.net/~fox/  ||
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]



Re: [masq] FTP problems - no route to host

1998-08-08 Thread Chris Johnson

On Sat, Aug 08, 1998 at 07:38:45PM +1000, Ryan wrote:
> Hi, I personally love ip masquerade but I have one problem, FTP
> 
> When I  ftp to some ftp sites I cannot get a dir listing or transfer files. I
> seem to get around this by using a passive host, but there is a BIG problem
> in this, its VERY unstable. Anyone got any ideas ?
 
> 220 Exhilirate (glFtpD v1.9.5) ready.
> User (ftp.ml.org:(none)): Apollyon
> 331 Password required for Apollyon.
> Password:
> 230 User Apollyon logged in.
> ftp> ls
> 200 PORT command successful.
> 425 Can't build data connection: No route to host.
 
You need to use the ip_masq_ftp module. Try "insomod ip_masq_ftp." And stick
the following in whatever startup file you use to set up you masquerading
rules:

depmod -a
modprobe ip_masq_ftp
modprobe ip_masq_irc
modprobe ip_masq_raudio
modprobe ip_masq_cuseeme
modprobe ip_masq_vdolive
modprobe ip_masq_quake

Chris Johnson
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]



[masq] FTP problems - no route to host

1998-08-08 Thread Ryan




Hi, I personally love ip masquerade but I have 
one problem, FTP
 
When I  ftp to some ftp sites I cannot get 
a dir listing or transfer files. I seem to get around this by using a passive 
host, but there is a BIG problem in this, its VERY unstable. Anyone got any 
ideas ?
 
220 Exhilirate (glFtpD v1.9.5) ready.User 
(ftp.ml.org:(none)): Apollyon331 Password required for 
Apollyon.Password:230 User Apollyon logged in.ftp> ls200 PORT 
command successful.425 Can't build data connection: No route to 
host.