logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vde_over_ns - Steganographic cable over NS protocol for Virtual Distributed Ethernet

Authors

       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>

Virtual Distributed Ethernet                       May 2, 2007                                    VDE_OVER_NS(1)

Description

       A  vde_over_ns  allows  to  connect  two  remote  vde_switches  through  steganographic NS query/response
       datagrams.  e.g.:

       dpipevde_plug/tmp/s1=vde_over_nstun.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/s1tun.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  -cserver option must be specified.

Name

       vde_over_ns - Steganographic cable over NS protocol for Virtual Distributed Ethernet

Notice

       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").

Options

-svdeplug
              If  specified,  the  vde_over_ns  will  connect  to  the  local  vde  socket  vdeplug  instead  pf
              stdin/stdout, using the libvdeplug library.

       -D     Detach console and send the process to background.

       -bip.to.bind
              The NS server will bind only to the specified ip, instead of any ip.  Only valid  in  server  mode
              (without -c)

       -cserver_addr
              If  specified, client mode is enabled. Vde_over_ns will try to send NS requests to server_addr. If
              not specified, server mode is enabled by default.

See Also

vde_switch(1), vdeq(1).  dpipe(1).  unixterm(1).

Synopsis

vde_over_ns [-D] [-cserver_address] [-svde_plug] [-iip.to.bi.nd] domain.name

See Also