Results 1 to 3 of 3
so far i have managed to close all the other open ports, but how do i close these:
Code:
PORT STATE SERVICE
111/tcp open rpcbind
631/tcp open ipp
i have ...
- 02-20-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- Your SQL Server
- Posts
- 95
Open Ports
so far i have managed to close all the other open ports, but how do i close these:
i have googled for both, and ipp seems to be a printer daemon but it is not in my services list, neither is rcpbindCode:PORT STATE SERVICE 111/tcp open rpcbind 631/tcp open ipp
- 02-20-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Open up /etc/inetd.conf and see if you got lines for those, if you do comment them out. If not, go through your boot scripts and find where they are started and remove them from boot.
- 02-20-2005 #3Just Joined!
- Join Date
- Feb 2005
- Location
- Your SQL Server
- Posts
- 95
thanks for the help, but i already fixed it. No ports open now!


Reply With Quote
