Project

General

Profile

Task #3366

Updated by Davide Pesavento 7 months ago

`vde_switch` (part of [VDE-2](https://github.com/virtualsquare/vde-2), `vde2` VDE, http://vde.sourceforge.net/; vde2 package on Ubuntu, `vde` vde package in Homebrew) emulates switch/hub, with ability to create TAP interfaces. 

 For example, 

     vde_switch -t testTap1 -t testTap2 

 will create testTap1 and testTap2 interfaces that can be later properly configured.    The configuration could be tricky, as it is platform-specific.

Back