How to Install ptunnel in Ubuntu 18.04



Install ptunnel by entering the following commands in the terminal:

sudo apt update
sudo apt install ptunnel

Description:

Tunnel TCP connections over ICMP packets

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. It acts as a proxy and can handle sockets and secured identification. . Those features can be very handy when working in a closed networking environment with firewalls and proxies.

Homepage: http://www.cs.uit.no/~daniels/PingTunnel/

Version: 0.72-2

Section: universe/net