]> git.tuebingen.mpg.de Git - aple.git/blobdiff - Networking.m4
Networking: Slightly reword veth paragraph.
[aple.git] / Networking.m4
index b469442dbe68704451ecf23aa4ebd35bdb6c8f77..6acf2152f0eb51805a65806f363b739fd4917c33 100644 (file)
@@ -156,15 +156,15 @@ section aim to get the reader started with both tools. </p>
 
 SUBSECTION(«Virtual Ethernet Interfaces»)
 
-<p> A bridge can accommodate physical devices like <code> eth0 </code>
-as well as virtual devices. On Linux systems the common approach
-to equip virtual machines with network interfaces employs the <em>
-virtual ethernet </em> (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. </p>
+<p> 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 <em>virtual ethernet</em> 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. </p>
 
 EXERCISES()
 <ul>
@@ -261,11 +261,6 @@ EXERCISES()
 <ul>
        <li> How many different IPv4 addresses exist? </li>
 
-       <li> Visit <a href="https://www.meineip.de">this page</a> which
-       claims to show the IP address of your computer. Check if the result
-       was correct by running <code> ip addr show</code>. Run <code> host
-       a.b.c.d </code> for the IP addresses and discuss the result. </li>
-
        <li> What is the difference between the <em> maximum transmission
        unit </em> (MTU) and the <em> path MTU</em>? </li>