LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-29-2003, 03:37 AM   #1
originalusrname
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Rep: Reputation: 0
Question Inetutils and xinted


I just installed Inetutils (ftpd, telnetd, etc) and xinted on a Mandrake box. Upon a system restart, whever I try to connect to the ftp or telnet server, I just get a connection refused. Neither telnet nor ftp show up when I call chkconfig --list. I have tried simply going into /usr/local/libexec and calling ./ftpd and ./telnetd and nothing appears to happen. What am I doing wrong?
 
Old 07-29-2003, 04:50 AM   #2
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
edit telnet and ftp in /etc/xinetd.d

and set the disable= parameter to no.

Then do a services xinetd reload
 
Old 07-29-2003, 03:23 PM   #3
originalusrname
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Original Poster
Rep: Reputation: 0
I still am recieving "connection refused" whenever I try to connect.
 
Old 07-29-2003, 07:41 PM   #4
originalusrname
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Original Poster
Rep: Reputation: 0
Here is what my xinetd.conf file reads now:

# This is a modified and cleaned up version of a xinetd.conf
# originally created by xconv.pl.
# The defaults section sets some information for all services
defaults
{
#The maximum number of requests a particular service may handle
# at once.
instances = 25

# The type of logging. This logs to a file that is specified.

# Another option is: SYSLOG syslog_facility [syslog_level]
log_type = FILE /var/log/servicelog

# What to log when the connection succeeds.
# PID logs the pid of the server processing the request.
# HOST logs the remote host's ip address.
# USERID logs the remote user (using RFC 1413)
# EXIT logs the exit status of the server.
# DURATION logs the duration of the session.
log_on_success = HOST PID

# What to log when the connection fails. Same options as above
log_on_failure = HOST RECORD

# The maximum number of connections a specific IP address can
# have to a specific service.
per_source = 25
}

service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/local/libexec/ftpd
server_args = -l
disable = no
}

service telnet
{
socket_type = stream
wait = no
user = root
server = /usr/local/libexec/telnetd
server_args =
disable = no
}
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
inetutils compile problem rconan Linux From Scratch 3 07-16-2005 02:05 PM
problem installing inetutils sharmashikha Linux From Scratch 8 06-18-2005 10:51 AM
Inetutils-1.4.2 luna Linux From Scratch 2 02-19-2004 10:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration