Werner LEMBERG <[EMAIL PROTECTED]> wrote:
>
> It appears to me that both ftp and telnet are divided into two
> `channels'.
Ftp is. Telnet is not. That's why telnet really should work; it's just
a single-stream connection. Ftp, using multiple streams, is more
problematic.
> The first channel sends text information line by line (e.g. the
> command `dir' works in ftp, I can do a `ls -l' in telnet), but if I
> say `hash' and then `get foo.bar', everything appears OK except that
> not a single byte will be transmitted.
In your first message, you said that you get nothing after the password
prompt when telneting, but it sounds like you're getting further than
that, if you are able to type 'pine' and 'ls -l' commands.
> In the telnet session, if I say `pine', the session freezes completely
> (neither Ctrl-C nor Ctrl-Z shows any result); only a Ctrl-] brings me
> into the telnet menu. Saying `set' on the bash prompt causes the same
> behaviour.
Both of these commands cause a large amount of text to be sent at once.
Likewise, the 'dir' command in ftp might send a small amount of data,
while the 'get' command might require a larger amount to be transmitted.
> 150 ASCII data connection ... (129.217.23.34,61005)
> (and this doesn't work). The last number is always that large.
That number, 61005, is in the "masquerade" port range. Hmm. Is that
the IP address of the masq box, shown? If so, I think that is correct
output.
> But wait! I've just detected that it apparently only fails while
> being connected to Solaris driven systems!
I think it's probably more a problem when a large amount of data needs
to be sent. That points to something like an IP fragmentation problem,
perhaps related to MTU sizes. Maybe some other list-member can offer
some advice in this regard.
--
[EMAIL PROTECTED] (Fuzzy Fox) || "Nothing takes the taste out of peanut
sometimes known as David DeSimone || butter quite like unrequited love."
http://www.dallas.net/~fox/ || -- Charlie Brown
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]