On Fri, Mar 22, 2002 at 05:03:01PM +1100, Manoj Mathew wrote:
> Is anything running on port 20? what does netstat -at say?

Without an active ftp connection (I changed ip):
$ netstat -at
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address
State
tcp        0    138 www2:telnet             0.0.0.0:2086
ESTABLISHED
tcp        0      0 *:netbios-ssn           *:*
LISTEN
tcp        0      0 *:mysql                 *:*
LISTEN
tcp        0      0 *:printer               *:*
LISTEN
tcp        0      0 *:www                   *:*
LISTEN
tcp        0      0 *:auth                  *:*
LISTEN
tcp        0      0 *:telnet                *:*
LISTEN
tcp        0      0 *:ftp                   *:*
LISTEN

With active ftp connect (I changed ip):
$ netstat -at
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address
State
tcp        0      0 www2:ftp                0.0.0:2007
ESTABLISHED
tcp        0    138 www2:telnet             0.0.0.0:2086
ESTABLISHED
tcp        0      0 *:netbios-ssn           *:*
LISTEN
tcp        0      0 *:mysql                 *:*
LISTEN
tcp        0      0 *:printer               *:*
LISTEN
tcp        0      0 *:www                   *:*
LISTEN
tcp        0      0 *:auth                  *:*
LISTEN
tcp        0      0 *:telnet                *:*
LISTEN
tcp        0      0 *:ftp                   *:*
LISTEN

I'm not sure if that helps any, but there it is.

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
The random quantum fluctuations of my brain are historical accidents that
happen to have decided that the concepts of dynamic scoping and lexical
scoping are orthogonal and should remain that way.
             -- Larry Wall in <[EMAIL PROTECTED]>

Reply via email to