-
Notifications
You must be signed in to change notification settings - Fork 10
/
vde_l3.1.html
128 lines (107 loc) · 3.94 KB
/
vde_l3.1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of VDE_L3</TITLE>
</HEAD><BODY>
<H1>VDE_L3</H1>
Section: User Commands (1)<BR>Updated: May 7, 2007<BR><A HREF="#index">Index</A>
<A HREF="/#/man/index">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
vde_l3 - Virtual Distributed Ethernet 'Layer 3' Switch.
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>vde_l3</B>
<B>-v</B><I> vde_plug:ipaddress/netmask</I>
[<B>-v</B><I>...]
[</I><B>-r</B><I> target_network/netmask:gateway</I>]
[<B>-G</B><I> default_gw</I>]
[<B>-M</B><I> mgmt_socket</I>]
<BR>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
A
<B>vde_l3</B>
connects to one or more vde_switches, performing ip forwarding among its virtual
interfaces. A new interface is created at startup for each <B>-v</B> option given at
command line. Static routes to target networks can be defined using the <B>-r</B> option.
<P>
<B>vde_l3 -v /var/run/s1.ctl:192.168.0.1/24</B>
<P>
connects to the vde sock at /var/run/s1.ctl with its virtual interface ve0, having
the address 192.168.0.1 and netmask 255.255.255.0.
<P>
<B>vde_l3 \ </B>
<P>
<B>-v /var/run/s1.ctl:192.168.0.1/24 \ </B>
<P>
<B>-v /var/run/s2.ctl:10.0.0.254/255.255.0.0 </B>
<P>
connects to the two vde socks, with its virtual interfaces ve0 and ve1, having addressess 192.168.1.0 and 10.0.0.254 respectively. Hosts in each network can specify the
<B>vde_l3</B> as their gateway to reach the other one.
<P>
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT><B>-v</B><I> vde_plug:ipaddress/netmask</I>
<DD>
Creates a virtual network interfaces on the <B>vde_l3</B> box, with address <I>ipaddress</I> and netmask <I>netmask</I>. Please note that the netmask can be specified either in
the 'classic' A.B.C.D mode, or just by giving the number of leading bits (f.e., /17 for 255.255.128.0).
One can define as many interfaces as she wants.
<P>
<DT><B>-r </B><I>target_network/netmask:gateway</I>
<DD>
Specify a static route through <I>gateway</I> to reach hosts in <I>target_network</I> with netmask <I>netmask</I>.
One can define as many routes as she wants.
<P>
<DT><B>-G </B><I>default_gw</I>
<DD>
Specify a default gateway, to be used whenever no static route
is defined for a target host.
<P>
<DT><B>-M </B><I>mgmt_socket</I>
<DD>
the unix socket where the parameters (interfaces addresses, routes, etc.) can be checked and
changed runtime. <B><A HREF="/#/man/man1/unixterm.1.html">unixterm</A></B>(1) can be used as a remote terminal for wirefilter.
<P>
<P>
</DL>
<A NAME="lbAF"> </A>
<H2>NOTICE</H2>
Virtual Distributed Ethernet is not related in any way with
<A HREF="http://www.vde.com">www.vde.com</A> ("Verband der Elektrotechnik, Elektronik und Informationstechnik"
i.e. the German "Association for Electrical, Electronic & Information
Technologies").
<P>
<A NAME="lbAG"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="/#/man/man1/vde_switch.1.html">vde_switch</A></B>(1),
<B><A HREF="/#/man/man1/vdeq.1.html">vdeq</A></B>(1),
<B><A HREF="/#/man/man1/unixterm.1.html">unixterm</A></B>(1),
<B><A HREF="/#/man/man1/vde_cryptcab.1.html">vde_cryptcab</A></B>(1),
<B><A HREF="/#/man/man1/wirefilter.1.html">wirefilter</A></B>(1).
<BR>
<A NAME="lbAH"> </A>
<H2>AUTHORS</H2>
VDE_L3 is a tool by Daniele Lacamera <<A HREF="mailto:root@danielinux.net">root@danielinux.net</A>>
<P>
VDE is a project by Renzo Davoli <<A HREF="mailto:renzo@cs.unibo.it">renzo@cs.unibo.it</A>>
<P>
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">OPTIONS</A><DD>
<DT><A HREF="#lbAF">NOTICE</A><DD>
<DT><A HREF="#lbAG">SEE ALSO</A><DD>
<DT><A HREF="#lbAH">AUTHORS</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 15:22:07 GMT, November 27, 2023
</BODY>
</HTML>