IP over ICMP: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Quelle) |
|||
| Zeile 1: | Zeile 1: | ||
=Server= | =Server= | ||
| − | *git clone https:// | + | *git clone https://github.com/friedrich/hans |
| − | |||
*make | *make | ||
| − | *./ | + | *./hans -s 10.0.0.1 -p suxer -u xinux -d tun0 |
| − | |||
=Client= | =Client= | ||
| − | *git clone https:// | + | *git clone https://github.com/friedrich/hans |
| − | |||
*make | *make | ||
| − | *./ | + | *./hans -c server.de -p suxer -u xinux -d tun0 |
| − | |||
| − | |||
=Quelle= | =Quelle= | ||
*https://github.com/friedrich/hans | *https://github.com/friedrich/hans | ||
Version vom 30. Oktober 2022, 09:25 Uhr
Server
- git clone https://github.com/friedrich/hans
- make
- ./hans -s 10.0.0.1 -p suxer -u xinux -d tun0
Client
- git clone https://github.com/friedrich/hans
- make
- ./hans -c server.de -p suxer -u xinux -d tun0