IP over DNS: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
 
*apt install iodine
 
*apt install iodine
 
*iodined -f 10.0.0.1 test.com
 
*iodined -f 10.0.0.1 test.com
 
 
=Client=
 
=Client=
 
*apt install iodine
 
*apt install iodine
 
==1. Konsole==
 
==1. Konsole==
 +
*ssh localhost -p 8022
 +
*iodine -f -r  server.de test.com
 
==2. Konsole==
 
==2. Konsole==
*ssh localhost -p 8022
+
*ip a s dns0
*iodine -f -r tcpdump.de test.com
+
25: dns0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1130 qdisc fq_codel state UNKNOWN group default qlen 500
 
+
    link/none
=Quelle=
+
    inet 10.0.0.2/27 scope global dns0
*https://github.com/luizluca/bridge
+
        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

Quelle