A free implementation of the Internet Key Exchange (IKEv2) protocol which performs mutual authentication and which establishes and maintains IPsec VPN security policies and associations (SAs) between peers. It is intended to be a lean, clean, secure, better configurable and interoperable implementation that focusses on supporting the main standards and most important features of IKEv2.
A free implementation of the Internet Key Exchange (IKEv2) protocol which performs mutual authentication and which establishes and maintains IPsec VPN security policies and associations (SAs) between peers. It is intended to be a lean, clean, secure, better configurable and interoperable implementation that focusses on supporting the main standards and most important features of IKEv2.
To install openiked, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install openiked
To see what files were installed by openiked, run:
port contents openiked
To later upgrade openiked, run:
sudo port selfupdate && sudo port upgrade openiked
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.