Bray Mailloux wrote:
> I ran an nmap -sS localhost which output
> 
> port         state         service
> 13/tcp      open      daytime
> 22/tcp      open      ssh
> 25/tcp      open      smtp
> 37/tcp      open      time
> 53/tcp      open      domain
> 113/tcp    open      auth 
> 587/tcp    open      submission
> 
> This BSD box will be serving solely as a router so few of the above 
> services are needed (submission, auth, domain, smtp). How do I begin 
> closing down these services?

If you gotta ask, don't.

If the thing is serving as a "router", you are probably running PF, so
just filter the services from the outside that you don't want the
outside world to get to (probably, all of them).  Don't break your box
on some very misguided attempt to do stupid things in the name of
"security".

Nick.

Reply via email to