VDE_OVER_NS(1) | General Commands Manual | VDE_OVER_NS(1) |
vde_over_ns - Steganographic cable over NS protocol for Virtual Distributed Ethernet
vde_over_ns [-D] [-c server_address] [-s vde_plug] [-i ip.to.bi.nd] domain.name
A vde_over_ns allows to connect two remote vde_switches through steganographic NS query/response datagrams. e.g.:
dpipe vde_plug /tmp/s1 = vde_over_ns tun.mydomain.vde
binds to udp port 53 and listen for incoming steganographic NS queries (server mode). All the traffic to/from stdout/stdin is redirected to the client via ns responses.
creates a wire between two vde_switches (with sockets /tmp/s1 and /tmp/s2 respectively). This cable looses 10% of the packets in each direction.
The same vde_over_dns server can be created using:
vde_over_ns -s /tmp/s1 tun.mydomain.vde
The syntax is almost identical for the client mode, except that to have a vde_over_ns client connect to that server, the -c server option must be specified.
Virtual Distributed Ethernet is not related in any way with www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik" i.e. the German "Association for Electrical, Electronic & Information Technologies").
VDE_OVER_NS is a tool by Daniele Lacamera <root@danielinux.net>
VDE is a project by Renzo Davoli <renzo@cs.unibo.it>
based on nstx, a steganographic ns client/server software by:
Florian Heinz <sky@sysv.de>
Julien Oster <frodo@sysv.de>
May 2, 2007 | Virtual Distributed Ethernet |