IP over ICMP
Server
- git clone https://codeberg.org/jakkarth/icmptx
- cd icmptx
- make
- ./icmptx -s server.de &
- ifconfig tun0 10.0.3.1 netmask 255.255.255.0
Client
- git clone https://codeberg.org/jakkarth/icmptx
- cd icmptx
- make
- ./icmptx -s server.de &
- ifconfig tun0 10.0.3.2 netmask 255.255.255.0