X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Networking.m4;h=f64b341100251d76559d04357ba9d79b046ca12e;hb=6db5ba9acf7487b4fad592445e74bdb516d7f9c7;hp=b469442dbe68704451ecf23aa4ebd35bdb6c8f77;hpb=e9a3585174e0fda1ac580d0e720f7ecc48bb9e9f;p=aple.git diff --git a/Networking.m4 b/Networking.m4 index b469442..f64b341 100644 --- a/Networking.m4 +++ b/Networking.m4 @@ -156,15 +156,15 @@ section aim to get the reader started with both tools.

SUBSECTION(«Virtual Ethernet Interfaces») -

A bridge can accommodate physical devices like eth0 -as well as virtual devices. On Linux systems the common approach -to equip virtual machines with network interfaces employs the -virtual ethernet (veth) device driver. This driver provides -virtual pairs of devices where each pair represents an ethernet -tunnel. Ethernet frames received by one end appear on its pair. To -set up the network interface for a virtual machine, one end of the -pair is added to a bridge on the host system while the other end -represents the ethernet device of the virtual machine.

+

A bridge can accommodate physical devices as well as virtual +devices. On Linux systems the common approach to equip virtual machines +with network interfaces employs the virtual ethernet device +driver, veth. This driver provides virtual pairs of devices where +each pair represents an ethernet tunnel. Ethernet frames received +by one end appear on its peer. To set up the network interface for +a virtual machine, one end of the pair is added to a bridge on the +host system while the other end represents the ethernet device of +the virtual machine.

EXERCISES()