Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi Gurus, How do I shutdown the

Status
Not open for further replies.

godhelp

IS-IT--Management
Jan 30, 2003
48
Hi Gurus,

How do I shutdown the following security loop holes, please any help. Which file belongs to all this entries.

deactivate rquotad
deactivate CDE-related daemon kcms_server in inetd.conf.
deactivate kerberos net daemon ktkt_warnd in inetd.conf.
deactivate kerberos net daemon gssd in inetd.conf.
deactivate llc2
deactivate uucp
deactivate slpd
deactivate flashprom
deactivate PRESERVE
deactivate bdconfig
deactivate wbem
deactivate afbinit
ifbinit deactivate.
deactivate ncalogd
deactivate ncad
deactivate mipagent.
deactivate sysid.net
deactivate sysid.sys
deactivate autoinstall
deactivate asppp
deactivate cachefs.daemon
deactivate cacheos.finish





 
At bootup, most of these services are set to start by default. Start in /etc, and do a search to find where each of the startup and kill scripts for these are found.

# find . -name *wbem* -print | more
./init.d/init.wbem
./rc0.d/K36wbem
./rc1.d/K36wbem
./rc2.d/S90wbem
./rcS.d/K36wbem

Simply rename each instance (for example, mv /etc/rc0.d/K36wbem /etc/rc0.d/_K36wbem).

deactivate rquotad
deactivate llc2
deactivate uucp
deactivate slpd
deactivate flashprom
deactivate PRESERVE
deactivate bdconfig
deactivate wbem
deactivate afbinit
ifbinit deactivate.
deactivate ncalogd
deactivate ncad
deactivate mipagent.
deactivate sysid.net
deactivate sysid.sys
deactivate autoinstall
deactivate asppp
deactivate cachefs.daemon
deactivate cacheos.finish

deactivate CDE-related daemon kcms_server in inetd.conf.
deactivate kerberos net daemon ktkt_warnd in inetd.conf.
deactivate kerberos net daemon gssd in inetd.conf.

As for the last three lines, I believe you are being told to open the inetd.conf file and comment out the relevant entry for each. Hope this helps!

630111

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top