Crump
Apr 27 2004, 12:12 AM
(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
Apr 27 2004, 07:09 AM
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
Apr 27 2004, 09:17 AM
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
Apr 27 2004, 10:22 AM
/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
Apr 27 2004, 10:41 AM
[root@secure cups]# /sbin/service cupsd stop
cupsd: unrecognized service
jaume
Apr 27 2004, 11:00 AM
QUOTE
Originally posted by Crump
[root@secure cups]# /sbin/service cupsd stop
cupsd: unrecognized service
/sbin/service cups stop
chkconfig cups off
Crump
Apr 27 2004, 11:33 AM
Thanks, that worked! Suprised this hasn't been brought up in the forum before.
Err0r
Apr 27 2004, 11:35 AM
lol I knew it wasnt cupsd... whoops
well, I updated my post so anyone who finds it will get it right
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.