Share what you know with millions of people

Focus is the best place to turn what you know into remarkable content
×
0

Computer network security: What methods do you use?

What would you recommend as the best set of methods to keep a computer network most secure?

Attachments

0
cappelc
Posted on Dec. 30, 2009
  • Recommended by:

If you want a security Open Source based you can:

to install a integrity checker as Tripwire, an software firewall by iptables rules
and to control network services by xinetd blocking unnecessary services and controlling remote hosts to access a TCP service (keywords are only_from and no_access).

Indeed yoy can use built-in access control facilities that every network services has.

Answer This Question