forked from virtualsquare/vdetelweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvdetelweb.1
121 lines (118 loc) · 3.54 KB
/
vdetelweb.1
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
.\" Copyright (c) 2004-2005 Renzo Davoli, 2008 Ludovico Gardenghi
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
.\" USA.
.TH VDETELWEB 1 "June 16, 2008" "Virtual Distributed Ethernet"
.SH NAME
vdetelweb \- Virtual Distributed Ethernet Telnet and/or Web management module
.SH SYNOPSIS
.B vdetelweb
[
.BI \-\-web
]
[
.BI \-\-https
]
[
.BI \-\-telnet
]
[
.BI \-\-ssh
]
[
.BI \-\-daemon
]
[
.BI \-\-stack
.I iothstack
]
[
.BI \-\-rcfile
.I rcfile
]
[
.BI \-\-nodename
.I nodename
]
[
.BI \-\-pidfile
.I pidfile
]
.I mgmt_socket
.br
.SH DESCRIPTION
\fBvdetelweb\fP
implements a tiny telnet server and/or a tiny web server and/or a tiny ssh server
for the remote management of a VDE2 switch.
.br
.SH OPTIONS
.TP
.B \-w, \-\-web
start the web server in http mode. At least one of \fB\-\-web\fP, \fB\-\-telnet\fP or \fB\-\-ssh\fP \fImust\fP be set.
.TP
.B \-S, \-\-https
start the web server in https mode. httpscert and httpskey must be set in the rc file.
.TP
.B \-t, \-\-telnet
start the telnet server. At least one of \fB\-\-web\fP, \fB\-\-telnet\fP or \fB\-\-ssh\fP \fImust\fP be set.
.TP
.B \-s, \-\-ssh
start the ssh server. If this parameter is set, sshcert must be set in the config file (must be a der file).
At least one of \fB\-\-web\fP, \fB\-\-telnet\fP or \fB\-\-ssh\fP \fImust\fP be set.
.TP
.B \-d, \-\-daemon
run as a daemon, using syslog for logging.
.TP
.B \-i, \-\-stack \fIiothstack\fP
specify the iothstack to use. This setting must be specified.
.TP
.B \-n, \-\-nodename \fInodename\fP
specify the nodename as seen from remote connections (e.g. in the command prompt or
in the web page title). uname nodename is used when this option is not specified.
.TP
.B \-f, \-\-rcfile \fIrcfile\fP
rc file to set the initial switch configuration.
When not specified, vdetelweb searches for \fI~/.vde/vdetelwebrc\fP and
\fI/etc/vde/vdetelwebrc\fP. At leas one rc file must exist and be readable.
.TP
.B \-f, \-\-pidfile \fIpidfile\fP
file's path to set the pid of the main process. If the file doesn't exist,
the programm will create it and remove it on close.
.TP
.B \-h, \-\-help
print help. please use it for a more complete list of options.
.TP
.B \fImgmt_socket\fP
is the managemnt socket used to communicate with the vde_switch.
(This option must match the path used in the -M option for the vde_switch).
.SH NOTICE
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").
.SH SEE ALSO
.BR vde_switch (1),
.BR vde_plug (1),
.BR vdeq (1).
.BR dpipe (1).
.BR unixterm (1).
.br
.SH AUTHOR
VDE is a project by Renzo Davoli <[email protected]>