IP over ICMP
Version vom 2. November 2022, 09:29 Uhr von Thomas.will (Diskussion | Beiträge)
Prinzip
Server
- git clone https://github.com/friedrich/hans
- cd hans
- make
- ./hans -s 10.0.0.1 -p suxer -u xinux -d tun0
Client
- SERVER=example.com
- git clone https://github.com/friedrich/hans
- make
- ./hans -c $SERVER -p suxer -u xinux -d tun0