I want to reject some traffic in Mac OS X 10.8(Server) like using:
iptables -t filter -I INPUT 4 -s xxx.xxx.xxx.0/20 -p tcp --dport 1723 -j REJECT
Is there the equivalent command for Mac OS X?
I want to reject some traffic in Mac OS X 10.8(Server) like using:
iptables -t filter -I INPUT 4 -s xxx.xxx.xxx.0/20 -p tcp --dport 1723 -j REJECT
Is there the equivalent command for Mac OS X?