On Mon, 17 Apr 2000, John M. Mills wrote:



> Hello -



> I ran a port scan on my RH-6.1 linux box and have a couple of questions:



> 1) The scan turned up a hit on port 98, but I can't find an associated

>    service. Any idea what this is, or (better) how I should find out?

Usually you can look in /etc/services to see what something is.  I don't

know if RH adds it there, but that's probably LinuxConf, which runs in

daemon mode on port 98.  You'll want to disable that.

> 2) I see ports defined in /etc/services for

>    'sunrpc 111/[tpc|udp] portmapper' What uses this and do I want to have

>    it open?

Portmap is a daemon which you have to have running to do any RPC stuff (any

clients doing RPC talk to portmap on the server to find out what port on the

server to then talk to).  RPC services include NFS and NIS.

> 3) I saw several apparently duplicate entries at the end of /etc/services

>    and /etc/inetd.conf for 'linuxconf' -- how should these look?

I'd delete 'em all from inetd, and all but one from services.  You only need

the daemon running if you want to remotely use linuxconf, and if you don't

want to do that, you're much safer with it disabled.

> 4) If I want to turn an inetd service on or off, is editing 

>    '/etc/inetd.conf' the correct way to do it, followed, I suppose, by:

>     '# /etc/rc.d/init.d/inet restart'?

That'll work.

later,

chris


-- 
Chris Ricker                                               ">kaboom@gatech.edu
                                              ">chris.ricker@genetics.utah.edu
--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.