xinet telnet connection refused woes

xinet telnet connection refused woes

Post by ld.. » Thu, 17 May 2001 07:18:56



New install of RH 7.1 (Seawolf)

attempting to get telnet/ftp/finger services running
(Please no replies about ssh,  this is a home network )

Have verified that
telnet-server
xinetd
wu-ftpd
are all installed.

running chkconfig --list
verified that xinetd telnet/ftp are on

I am able to loopback telnet
$telnet localhost
Works

So it is a permission problem.
/etc/hosts.allow is set up
in.telnetd: 192.18.0.6

192.168.0.6 being the machine I am telneting from.

Any other suggestions would be helpful.


 
 
 

xinet telnet connection refused woes

Post by Dean Thompso » Thu, 17 May 2001 10:59:49


Hi!,

Quote:> Have verified that
> telnet-server, xinetd, wu-ftpd are all installed.

> running chkconfig --list
> verified that xinetd telnet/ftp are on

> I am able to loopback telnet
> $telnet localhost
> Works

> So it is a permission problem.
> /etc/hosts.allow is set up
> in.telnetd: 192.18.0.6

> 192.168.0.6 being the machine I am telneting from.

> Any other suggestions would be helpful.

Okay, check to make sure there are no entries in /etc/hosts.deny blocking your
good work in /etc/hosts.allow.  Additionally, check to make sure that there
are no iptables or ipchains statements in the way which are blocking your
connection.

When you try to telnet to the system, what error message do you get back, a
connection accepted then closed or just a plain connection refused message.

See ya

Dean Thompson

--
+____________________________+____________________________________________+

| Bach. Computing (Hons)     | ICQ     - 45191180                         |
| PhD Student                | Office  - <Off-Campus>                     |
| School Comp.Sci & Soft.Eng | Phone   - +61 3 9903 2787 (Gen. Office)    |
| MONASH (Caulfield Campus)  | Fax     - +61 3 9903 1077                  |
| Melbourne, Australia       |                                            |
+----------------------------+--------------------------------------------+

 
 
 

xinet telnet connection refused woes

Post by Jay Harr » Fri, 25 May 2001 03:07:36


RH7.1 disables many network services by default for better security.
Edit the appropriate files in /etc/xinitd.d and change

        disable         = yes
to
        disable         = no

Good luck.

Jay


> New install of RH 7.1 (Seawolf)

> attempting to get telnet/ftp/finger services running
> (Please no replies about ssh,  this is a home network )

> Have verified that
> telnet-server
> xinetd
> wu-ftpd
> are all installed.

> running chkconfig --list
> verified that xinetd telnet/ftp are on

> I am able to loopback telnet
> $telnet localhost
> Works

> So it is a permission problem.
> /etc/hosts.allow is set up
> in.telnetd: 192.18.0.6

> 192.168.0.6 being the machine I am telneting from.

> Any other suggestions would be helpful.