IP over ICMP: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Quelle) |
|||
| Zeile 13: | Zeile 13: | ||
=Quelle= | =Quelle= | ||
| − | *https:// | + | *https://github.com/friedrich/hans |
Version vom 30. Oktober 2022, 09:24 Uhr
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