As RedHat 7.1 comes installed, these services are generally disabled.
You need to look in
/etc/xinetd.d

See each service (eg telnet) has its own file.
If you remove the line in telnet
                disable         = yes
Find the process ID for xinetd
 ps -ef | grep xinetd

then kill -USR1 pid_of_xinetd
eg kill -USR1 676

Then it should work for you.
You might want to revise your firewall rules if you are going to connect the
machine directly to the internet with the telnet service enabled.

Regards,

Jill.

-- 
Jill Rowling, Snr Des. Eng. & Unix System Administrator 
Eng. Systems Dept, Aristocrat Technologies Australia 
3rd Floor, 77 Dunning Ave Rosebery NSW 2018 
Phone: (02) 9697-4484 Fax: (02) 9663-1412 Email: [EMAIL PROTECTED] 
  

-----Original Message-----
From: Xiaolu Zhang [mailto:[EMAIL PROTECTED]]
Sent: Monday, 24 September 2001 14:35
To: 'Slug ([EMAIL PROTECTED])'
Subject: [SLUG] redhat 7.1 firewall


I install redhat 7.1 recently, but I could not disable the firewall.  I can
ping to it, but I can't  telnet or ftp to it.
 
Any idea ?
 
xiaolu


----------------------
CONFIDENTIALITY NOTICE
----------------------
This email is intended only to be read or used by the addressee.
The information contained in this e-mail message may be confidential
information. If you are not the intended recipient, any use, interference
with, distribution, disclosure or copying of this material is unauthorised
and prohibited. Confidentiality attached to this communication is not waived
or lost by reason of the mistaken delivery to you.

If you have received this message in error, please delete it and notify us
by return e-mail or telephone Aristocrat Technologies Australia Pty Limited
on +61 2 9413 6300.

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to