daemon to listen on localhost only?

Scott Hiemstra shiemstra at h2.com
Wed May 10 13:32:20 PDT 2006


> Is there a way to tell a daemon to listen only to the 
> localhost without 
> using a firewall?

As others have stated, check the daemon you are trying to run but many can
also run via tcpserver (http://cr.yp.to/ucspi-tcp/tcpserver.html).  Going
this route you can limit the listening IP to localhost or whatever.  I
personally swear by this route as it is a good/clean method of controling
services.

Scott





More information about the freebsd-questions mailing list