IP over ICMP: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=Server=
 
=Server=
*git clone https://codeberg.org/jakkarth/icmptx
+
*git clone https://github.com/friedrich/hans
*cd icmptx
 
 
*make
 
*make
*./icmptx -s server.de &
+
*./hans -s 10.0.0.1 -p suxer -u xinux  -d tun0
*ifconfig tun0 10.0.3.1 netmask 255.255.255.0
 
 
=Client=
 
=Client=
*git clone https://codeberg.org/jakkarth/icmptx
+
*git clone https://github.com/friedrich/hans
*cd icmptx
 
 
*make
 
*make
*./icmptx -s server.de &
+
*./hans -c server.de -p suxer -u xinux  -d tun0
*ifconfig tun0 10.0.3.2 netmask 255.255.255.0
 
 
 
 
=Quelle=
 
=Quelle=
 
*https://github.com/friedrich/hans
 
*https://github.com/friedrich/hans

Version vom 30. Oktober 2022, 09:25 Uhr

Server

Client

Quelle