Add missing format string in snprintf.
[vde.git] / vdetelweb / README
blobe92c5ad4e3b3aa61f3d09c503e3fd9beeae41278
1 VDETELWEB
3 Telnet and WEB interface for VDE2
5 Depends on the LWIPv6a library, available as a GPLv2 project from 
6 http://savannah.nongnu.org/projects/view-os
8 How to install:
10 % make
11 # make install
13 How to use:
15 Create a vdetelwebrc file.
16 the program searches for /etc/vde/vdetelwebrc and ~/etc/vde/vdetelwebrc.
17 Different path for the rc file can be given by the -f option.
19 *********************** Sample vdetelwebrc file **************************
20 #vdetelweb rc sample
21 ip4=192.168.0.253/24
22 defroute4=192.168.0.1
23 password=e8b32ad31b34a21d9fa638c2ee6cf52d46d5106b
24 *********************** END Sample vdetelwebrc file **************************
26 The password in the example is "piripicchio".
27 The hash of the password has been obtained by the following command:
28 $ echo -n piripicchio | sha1sum
30 VDETELWEB creates a telnet and/or web interface to a running VDE switch.
31 The switch must have been started with the remote mgmt option (-m).
32 % vde_switch -M /tmp/vde.mgmt -daemon
34 Launch the tool:
36 % vdetelweb -t -w -f vdetelwebrc /tmp/vde.mgmt
38 Now it is possible to use telnet or a browser to manage the switch.
40 (c) 2005 Renzo Davoli - Department of Computer Science. University of Bologna.
41 (c) 2008 Renzo Davoli, Marco Dalla Via. Editing of commands and sha1 passwd