INTELLIGENT WORK FORUMS FOR COMPUTER PROFESSIONALS
Come Join Us!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts
- Keyword Search
- One-Click Access To Your
Favorite Forums
- Automated Signatures
On Your Posts
- Best Of All, It's Free!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Partner With Us!
"Best Of Breed" Forums Add Stickiness To Your Site

(Download This Button Today!)
Member Feedback
"...This site is awesome!...Things I have been trying to figure out for weeks, I got the answer in hours!..."
Geography
Where in the world do Tek-Tips members come from?
|
how to enable ftp, telnet on Redhat 8.0?
|
|
I have RH8.0 linux OS, installed wu-ftpd-2.6.2.8 and telnet-0.17-23 After I launch the "service configuration" box, these two server cannot be started, it shows "must enable xinetd to use this service", but I already started "xinetd". is something else I missed?
need help.
thanks
|
|
johny2K (TechnicalUser) |
23 May 03 19:37 |
hi there,
try this:
first, at command prompt, run
/etc/init.d/xinetd start
if not (unsuccessful), try below;
1. login as root 2. go to /etc/xinetd.d directory 3. vi telnet and modify "disable=yes" to "disable=no" 4. then, re-start (at command prompt)
/etc/init.d/xinetd start
5. run command "redhat-config-securitylevel", then click/check desired service/s to run, click OK
'hope it'll work for you.
|
|
johny2K (TechnicalUser) |
23 May 03 19:40 |
also, pleasse take note you /etc/securetty - sometimes "pts" are not defined. you can always add a line depending the number of connection you want, say;
pts/0 pts/1 : : pts/n
goodluck. |
|
Hi, johny2K,
I checked "xinetd.d" folder, it's already set to "disable=no"
Also did "redhat-config-securitylevel" and restart xinetd
however on "service" box, I still cannot start "wu-ftp" and "telnet", the button is greyed out.
How can I start ftpd and telnet from command line?
thanks
michael |
|
johny2K (TechnicalUser) |
25 May 03 15:16 |
hi,
while using redhat-config-securitylevel:
1. select Customize instead of Use default firewall rules
2. tick/check eth0, then - it'll be accessible and you can tick/check services you want to have access.
|
|
|
eanda10 (Programmer) |
26 May 03 0:05 |
you can try restarting the services in /etc/rc.d/init.d you will see a file per service if you do a more on the file you will see the command necc. to start the service. |
|
|
 |
|