How can I limit the network access to a physical network from outside computers being plugged in? I know MAC filtering is one way, VPN is another - but it's not going to be used, so what else?

link|improve this question
feedback

migrated from stackoverflow.com May 26 '11 at 0:35

This question came from our site for professional and enthusiast programmers.

3 Answers

MAC filtering only works for people who don't know how to sniff the network for a valid MAC and spoof it; so almost no security at all.

802.1x works pretty well if your switches support it and you setup the infrastructure for it.

link|improve this answer
feedback

if your physical network is using a CISCO router or switch you can use the Port Security feature to fulfill your task. But the underlying feature will still be filtering based on MAC addresses.

link|improve this answer
feedback

If you're in a windows environment you can look into NAP (Network Access Protection).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown