Help - Search - Members - Calendar
Full Version: Disable IPP
The Planet Forums > Operating Systems > Red Hat Linux
Crump
(The 1596 ports scanned but not shown below are in state: closed)
Port State Service
22/tcp open ssh
25/tcp open smtp
80/tcp open http
443/tcp open https
631/tcp open ipp


How to disable ipp? It is not started via xinetd. It has something to do with printer I think.

Thanks
Err0r
Is a service called cups running? (ps auxf | grep cups)

That is probably what has the port open just kill it off and disable/remove the service.
Crump
Yes, it is running:

tcp 0 0 localhost.domain:ipp *:* LISTEN 1526/cupsd


It looks like that is what is responsibile for IPP. But how do I disable/remove this service?
Err0r
/sbin/service cups stop
chkconfig cups off

Doing that should kill the service and turn it off so it doesnt come back up on reboot. I guess you could rpm -e the package if thats installed but thats up to you.
Crump
[root@secure cups]# /sbin/service cupsd stop
cupsd: unrecognized service
jaume
QUOTE
Originally posted by Crump
[root@secure cups]# /sbin/service cupsd stop
cupsd: unrecognized service


/sbin/service cups stop
chkconfig cups off
Crump
Thanks, that worked! Suprised this hasn't been brought up in the forum before.
Err0r
lol I knew it wasnt cupsd... whoops

well, I updated my post so anyone who finds it will get it right icon_smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.