README: command syntax fix. web.c html constant return for 404 was wrong.
[vde.git] / vdetelweb / README
blobfa6bd26c33848bb7a64321706acc996dfa6afea0
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=piripicchio
24 *********************** END Sample vdetelwebrc file **************************
26 VDETELWEB creates a telnet and/or web interface to a running VDE switch.
27 The switch must have been started with the remote mgmt option (-m).
28 % vde_switch -M /tmp/vde.mgmt -daemon
30 Launch the tool:
32 % vdetelweb -t -w -f vdetelwebrc /tmp/vde.mgmt
34 Now it is possible to use telnet or a browser to manage the switch.
36 (c) 2005 Renzo Davoli - Department of Computer Science. University of Bologna.