IP over DNS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Quelle= *https://code.kryo.se/iodine/“) |
|||
| (5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| + | =Server= | ||
| + | *apt install iodine | ||
| + | *iodined -f 10.0.0.1 test.com | ||
| + | =Client= | ||
| + | *apt install iodine | ||
| + | ==1. Konsole== | ||
| + | *ssh localhost -p 8022 | ||
| + | *iodine -f -r server.de test.com | ||
| + | ==2. Konsole== | ||
| + | *ip a s dns0 | ||
| + | 25: dns0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1130 qdisc fq_codel state UNKNOWN group default qlen 500 | ||
| + | link/none | ||
| + | inet 10.0.0.2/27 scope global dns0 | ||
| + | valid_lft forever preferred_lft forever | ||
| + | *ping -c 1 10.0.0.1 | ||
| + | PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data. | ||
| + | 64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=31.8 ms | ||
| + | |||
=Quelle= | =Quelle= | ||
*https://code.kryo.se/iodine/ | *https://code.kryo.se/iodine/ | ||
Aktuelle Version vom 30. Oktober 2022, 08:38 Uhr
Server
- apt install iodine
- iodined -f 10.0.0.1 test.com
Client
- apt install iodine
1. Konsole
- ssh localhost -p 8022
- iodine -f -r server.de test.com
2. Konsole
- ip a s dns0
25: dns0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1130 qdisc fq_codel state UNKNOWN group default qlen 500
link/none
inet 10.0.0.2/27 scope global dns0
valid_lft forever preferred_lft forever
- ping -c 1 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data. 64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=31.8 ms