FST packets filtering (vde/vde2 compatibility issue)
[vde.git] / vde / doc / slirpvde.1
bloba031fbb89c00de1a2d7a53f96ad33b8998b20040
1 .\" Copyright (c) 2004 Renzo Davoli
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
21 .\" USA.
23 .TH SLIRPVDE 1 "May 3, 2004" "Virtual Distributed Ethernet"
24 .SH NAME
25 slirpvde \- Virtual Distributed Ethernet-Slirp interface
26 .SH SYNOPSIS
27 .B slirpvde
29 .B \-sock
30 .I socketpath
33 .B \-network
34 .I netaddr
37 .B \-dhcp
39 .br
40 .B slirpvde
42 .B \-s
43 .I socketpath
46 .B \-n
47 .I netaddr
50 .B \-d
53 .br
54 .SH DESCRIPTION
55 \fBslirpvde\fP 
56 is a slirp interface for a VDE network.
58 \fB-sock\fP is used to specify the VDE switch (default /tmp/vde.ctl)
60 \fB-dhcp\fP turns on the dhcp server for the network autoconfiguration of
61 all the units connected to the VDE.
63 \fB-netaddr\fP is used to specify the network address (default 10.0.2.0).
65 Slirpvde connects all the units (virtual or real machines) to the network
66 of the host where slirpvde runs as it were a NAT/Masquerading router.
67 The default route is the node 2 (10.0.2.2 in the default network
68 configuration) and DNS is re-mapped in node 3 (10.0.2.3).
70 Slirpvde runs using standard user privileges (no need for root access): 
71 all the connections are re-generated by slirpvde itself.
73 IPv4 only. IPv6 is still unsupported.
74 .SH NOTICE
75 Virtual Distributed Ethernet is not related in any way with
76 www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik"
77 i.e. the German "Association for Electrical, Electronic & Information
78 Technologies").
79 .SH SEE ALSO
80 .BR vde_switch (1),
81 .BR vde_plug (1),
82 .BR dpipe (1).
83 .br
84 .SH AUTHOR
85 VDE is a project by Renzo Davoli <renzo@cs.unibo.it>.
86 Slirp code is by Danny Gasparovsky.
87 Bootp/DHCP code is by Fabrice Bellard.