| 1 | Benito has been designed from the ground up to support multiple virtualization platforms. The interface for plugging new virtualization platform into Benito is described here. |
| 2 | |
| 3 | == Networking == |
| 4 | |
| 5 | All networking internal to Benito is done using [http://vde.sourceforge.net/ VDE] (Virtual Distributed Ethernet). If your virtualization platform natively supports VDE, your life is relatively easy. If not, plugging in should still be possible. |
| 6 | |
| 7 | Networking configuration can be found in the following places: |
| 8 | * TopDL: IP address, netmask, MAC address (control interface) |
| 9 | * {{{/var/benito/config/routes/$HOSTNAME}}}: routes |
| 10 | |
| 11 | TODO: {{{vde_plug2tap}}} |
| 12 | |
| 13 | === Control Net === |
| 14 | |
| 15 | TODO: info about requesting controlnet interfaces; bridging |
| 16 | |
| 17 | == File Systems == |