|
NAMEvde_cryptcab - Virtual Distributed Ethernet encrypted cable managerSYNOPSISvde_cryptcab [ -p portnum ] [ -s socketpath ] [ -c [remote_user@]host[:remote_portnum] ] [ -P pre_shared.key ]| [ -x ] [ -v [v][v][v] ] [ -k ] [ -d ]DESCRIPTIONA vde_cryptcab is a distributed cable manager for VDE switches. It allows two VDE switches on two machines to communicate using a blowfish encrypted channel.When used in client mode (i.e., with -c option), it generates a random blowfish key, and uses scp (1) to transfer the key to the remote server. On the client side, the environment variable SCP_EXTRA_OPTIONS may be set in order to append options to the scp command line (this is useful for example when dropbear or another non-standard ssh client is used to transfer the blowfish key). After a 4-way handshake phase to verify client credentials, server and client will exchange VDE datagrams encapsulating them into cryptograms that are sent via udp to each remote host. On server side, one could run: vde_cryptcab -s /tmp/vde2.ctl -p 2100 The command vde_cryptcab -s /tmp/vde2.ctl -c foo@remote.machine.org:2100 If the two vde_switches run as daemon and they are connected to tap interfaces a level 2 encrypted tunnel is established. OPTIONS
KNOWN ISSUESEncapsulating IP packets into session+udp layer results in real datagrams larger than tap device mtu. Since vde_cryptcab gets confused by packet fragmentation, the tap device mtu must be set to a smaller value than real interface mtu. Use ip(8) or ifconfig(8) to set up your tap device mtu.Explicitly disabling encryption leads to obvious security problems. It is advised to avoid unencrypted mode (-x) in non-controlled networks. NOTICEVirtual 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").SEE ALSOvde_switch(1), vdeq(1), vde_plug(1), vde_plug2tap(1), scp(1), ssh(1).AUTHORSVDE is a project by Renzo Davoli <renzo@cs.unibo.it>.vde_cryptcab is a VDE component by Daniele Lacamera <root@danielinux.net>
Visit the GSP FreeBSD Man Page Interface. |