Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.
To install ptunnel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ptunnel
To see what files were installed by ptunnel, run:
port contents ptunnel
To later upgrade ptunnel, run:
sudo port selfupdate && sudo port upgrade ptunnel
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.