Hi
This is a newbie question.
I've got a linux server and have some pcs in my lab,
I would like to set a line with iptables command
that drops the internet to all the pcs in the lab except one.
is it like this ?
iptables -A INPUT -s ! pc with internet -p tcp -j DROP
thanks for your answers
Aaron