iptables equivalent in OSX - help needed

Status
Not open for further replies.
Newer Erlang versions restrict connections to epmd to local addresses by default. To solve this, I need to run the following command (solves the problem on Linux): iptables -t nat -A POSTROUTING ! -d 127.0.0.0/8 -j MASQUERADE. However on a Mac OSX iptables does not exist. What is the equivalent way of achieving this on Mac OSX?
 
Please ask your questions on an OS-X forum.

Thread closed.
 
Status
Not open for further replies.
Back
Top