LIBVDEPLUG_SLIRP(1) | General Commands Manual | LIBVDEPLUG_SLIRP(1) |
libvdeplug_slirp - slirp vdeplug module
libvdeplug_slirp.so
This is the libvdeplug module to join TCP-IP networks using the slirp emulator.
This module of libvdeplug4 can be used in any program supporting vde like vde_plug, vdens, kvm, qemu, user-mode-linux and virtualbox.
The vde_plug_url syntax of this module is the following: ``` slirp://[/OPTION][/OPTION]
This vde_plug_url enables both IPv4 and IPv6 (using the default configuration)
slirp://
Like the previous example but it prints the table of the configuration options
slirp:///verbose
When a program uses the following vde_plug_url:
slirp:///tcpfwd=8080:10.0.2.15:80
tcp connections to the host computer port 8080 (any interface) are forwarded to 10.0.2.15 port 80
slirp:///tcpfwd=8080:10.0.2.15:80/cmdfwd=10.0.2.5:6000:'socat STDIO UNIX:"/tmp/.X11-unix/X0"'
like the previous one plus this uses socat to forward all X-windows requests to 10.0.2.5:0 (port 6000) to the local server of the display :0.
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_plug(1)
VirtualSquare. Project leader: Renzo Davoli
October 2020 | VirtualSquare |