GVPE creates a virtual ethernet (broadcasts supported, any protocol that works with a normal ethernet should work with GVPE) by creating encrypted host-to-host tunnels between multiple endpoints.
GVPE creates a virtual ethernet (broadcasts supported, any protocol that works with a normal ethernet should work with GVPE) by creating encrypted host-to-host tunnels between multiple endpoints.
To install gvpe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gvpe
To see what files were installed by gvpe, run:
port contents gvpe
To later upgrade gvpe, run:
sudo port selfupdate && sudo port upgrade gvpe
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.