Giter Site home page Giter Site logo

vdetelweb's Introduction

VDETELWEB

Telnet and WEB interface for VDE2

Depends on the LWIPv6a library, available as a GPLv2 project from http://savannah.nongnu.org/projects/view-os

How to install:

mkdir build
cmake ..
make
sudo make install

How to use:

Create a vdetelwebrc file. the program searches for /etc/vde/vdetelwebrc and ~/etc/vde/vdetelwebrc. Different path for the rc file can be given by the -f option.

*********************** Sample vdetelwebrc file **************************
#vdetelweb rc sample
ip4=192.168.0.253/24
defroute4=192.168.0.1
password=e8b32ad31b34a21d9fa638c2ee6cf52d46d5106b
*********************** END Sample vdetelwebrc file **************************

The password in the example is "piripicchio". The hash of the password has been obtained by the following command:

$ echo -n piripicchio | sha1sum

VDETELWEB creates a telnet and/or web interface to a running VDE switch. The switch must have been started with the remote mgmt option (-m).

% vde_switch -M /tmp/vde.mgmt -daemon

Launch the tool:

% vdetelweb -t -w -f vdetelwebrc /tmp/vde.mgmt

Now it is possible to use telnet or a browser to manage the switch.

(c) 2005 Renzo Davoli - Department of Computer Science. University of Bologna.

(c) 2008 Renzo Davoli, Marco Dalla Via. Editing of commands and sha1 passwd

(c) 2021 Renzo Davoli - Virtualsquare and CSE Department, University of Bologna. porting to cmake.

vdetelweb's People

Contributors

rd235 avatar subruber avatar filippog avatar

Watchers

James Cloos avatar Daniele Lacamera avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.