Yep, the firewall was set up to refuse connections on ports below 1023,
and xinetd has a configuration file for each protocol, all of which
default to 'disabled'.

Thanks, everybody.

-jdr-

Ray Olszewski wrote:

> OK, Jim. Your answers rule out a lot of possibilities. 
> 
> First thing is to look at the firewall. (Yes, you do have one; the ipchains
> command you ran told you what it was.) I *think* this entry ...
> 
> REJECT     tcp  -y----  0.0.0.0/0            0.0.0.0/0             * ->   0:1023
> 
> ... is preventing connections to the telnet (23) and ftp (21) ports from
> completing. Try clearing your firewall ruleset with this command (as root,
> from the command line)
> 
>         ipchains -F input
> 

<snip>

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to