tagging vde-2 version 2.3.2
[vde.git] / 2.3.2 / doc / README.vde_over_ns
blob562df5a587a0243e94ae98285027f4e589c646d6
1 VDE over NS
3 Notice: this code was derived from nstx, a steganographic client/server performing
4 IP-over-DNS.
5 Original authors:
6 Florian Heinz <sky@sysv.de>
7 Julien Oster <frodo@sysv.de>
9 Start the server on one end, and attach it to an existing vde_switch with vde_plug cmd:
10 dpipe vde_plug /tmp/vde.ctl = vde_over_ns tun.virtual.vde
12 do the same with the client on the other end:
13 dpipe vde_plug /tmp/vde.ctl = vde_over_ns -c 125.23.53.12 tun.virtual.vde
15 125.23.53.12 has to be a DNS-server which can be reached by the client-side.
16 The server *must* run on a server where an NS-record for tun.virtual.vde points
17 to. So if the server has the IP 1.2.3.4 there must exist an entry in the
18 zonefile of virtual.vde: tun    IN NS   1.2.3.4
20 Now the switches on the two boxes should be plugged.
22 Note: the flow is optimized from client to server. server to client too works
23       fine, but it's not as good
25 Daniele Lacamera <root@danielinux.net>