Quantcast
Channel: Is there the command in Mac OS X(10.8) equivalent to 'iptables'? - Super User
Viewing all articles
Browse latest Browse all 3

Is there the command in Mac OS X(10.8) equivalent to 'iptables'?

$
0
0

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?


Viewing all articles
Browse latest Browse all 3

Trending Articles