Total Pageviews

Monday, 14 October 2019

Icmp_tunnel(客户端程序仅支持linux桌面系统)

An ICMP tunnel VPN。

#Installation
Download repo and run make on client and server。

On server run the tunnel, the following:
./icmptunnel -s 10.0.1.1
 
On the client, find gateway and its NIC, then go to client.sh: replace with the IP address of the proxy server, with gateway address Make sure your DNS server can access the proxy
Run the tunnel on the client:
./icmptunnel -c 
The client should now be able to access the internet.

from https://github.com/milesdevis/Icmp_tunnel