how to control which computers recieve internet?
well, my server is in a lan environment, with the internet connection as eth0 and the lan connection as eh1. im currently using iptables with nat to forward the internet to all the computers on my network. i want to be able to have 3 or so computers have internet, and the others have internet only when i choose...i wouldnt prefer the filtering to be by ip address, as a user can simply just change it...maybe some sort of mac address filtering (a list of mac addresses that are allowed)? the computers still need to be able to access the network at all times though.
im not quite sure how to go about doing this...
|