|
NAMEvde_switch - Virtual Distributed Ethernet switchSYNOPSISvde_switch [ -hub ] [ -sock socketpath ] [ -tap interface ] [ -daemon ]DESCRIPTIONA vde_switch is a virtual switch for the vde architecture.A vde network can include several vde_switches running on different (real) computers. vde_switches can be connected by vde cables (see vde_plug (1) ). Supported architecture for VDE end nodes include: real linux boxes (through the tuntap interface), bochs, qemu and MPS virtual machines. VDE is useful to create networks of heterogeneous virtual machines as well as as a general tunneling tool -- all the ethernet based protocols work by this kind of tunnel -- and also as a tool for mobility. In fact VDE creates an overlay network where users can keep their IP addresses despite of the change of IP addresses on the interfaces. vde_switch needs root privileges to open a tap interface, can be run by users when no -tap option is specified. OPTIONS
SEE ALSOvde_plug(1), vdeq(1). dpipe(1).AUTHORThis code is based on uml_switch by Jeff Dike and others.VDE is a project by Renzo Davoli <renzo@cs.unibo.it>
Visit the GSP FreeBSD Man Page Interface. |