> Find the process ID for xinetd
> ps -ef | grep xinetd
>
> then kill -USR1 pid_of_xinetd
> eg kill -USR1 676
Probably easier than finding the PID and then using the kill command is by
using the "service" command.
The service command works in conjunction with "chkconfig" to start, stop and
restart services.
Run "chkconfig --list" to see a list of services running with their status.
For each service you can run the following:
service xinetd restart or
service xinetd stop or
service xinetd start.
Regards,
Les Stott
Systems Administrator
Rentokil Initial
[EMAIL PROTECTED]
(02) 9370 9348
This email is confidential. If you are not the intended recipient, you must
not disclose
or use the information contained in it. If you have received this in error,
please
advise the sender by return email and delete the material from your
computer.
Rentokil Initial Pty Ltd ABN 98 000 034 597 does not warrant that any
attachments are free from viruses or any other defects. You assume all
liability for any loss, damage or other consequences which may arise from
opening or using the attachments.
----- Original Message -----
From: Jill Rowling <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 24, 2001 2:48 PM
Subject: RE: [SLUG] redhat 7.1 firewall
> 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
>
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug