Networking Forums

Networking Forums > Computer Networking > Linux Networking > telnet/ftp problem

Reply
Thread Tools Display Modes

telnet/ftp problem

 
 
kiran
Guest
Posts: n/a

 
      12-18-2003, 02:51 PM
hi all,
I can't get telnet and ftp services to start on my Linux RH 8 box. i
had it running for some days. for the past few days i ve been getting
the following errors when i run telnet and ftp:

telnet 127.0.0.1
Trying 127.0.0.1...
telnet:ftp 127.0.0.1

ftp: connect: Connection refused
ftp>
connect to address 127.0.0.1: Connection refused

I think i must have messed up with one of the config files

heres a list of the config files

no entries in /etc/hosts.allow and /etc/hosts.deny

The /etc/xinetd.d/telnet file has entries
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}


i know for fact that the telnet and ftp daemons are not running
because
netnetstat -tln | grep 21
netstat -tln | grep 23

doesnt retun anything

but chkconfig --list shows telnet and ftp on(also tried chkconfig
telnet on)


My firewall is off, has no rules and chains are ACCEPT. have also
tried
#service xinetd restart, but with no success

any help would be higly appretiated

kiran TG
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Telnet Problem Joe Hesse Linux Networking 3 08-29-2007 04:31 PM
Telnet problem albert Linux Networking 9 11-04-2004 01:31 PM
strange telnet problem Sacco Linux Networking 3 10-29-2004 12:16 PM
a problem with telnet Roberto Sacchetti Linux Networking 6 07-08-2004 01:06 PM
telnet problem Weiguang Shi Linux Networking 10 12-05-2003 12:51 AM



1 2 3 4 5 6 7 8 9 10 11