IP over DNS

Aus xinux.net
Zur Navigation springen Zur Suche springen

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