I am trying to open port 3389 on OS X El Capitan.
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G31
$ ifconfig
..snip..
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
inet 10.X.X.XX --> 10.X.X.XX netmask 0xffff0000
How can I achieve this with pfctl
? I found the man page rather difficult to digest.
Questions:
User contributions licensed under CC BY-SA 3.0