]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-network.adoc
pve-network: whitspace cleanup
[pve-docs.git] / pve-network.adoc
index cb89245779d98ea8982656456653682740c4e4fc..38a3c7eb9f6ae6149511dea400a333c07f55b8f0 100644 (file)
@@ -83,8 +83,8 @@ Default Configuration using a Bridge
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 The installation program creates a single bridge named `vmbr0`, which
-is connected to the first Ethernet card `eno0`. The corresponding
-configuration in `/etc/network/interfaces` looks like this:
+is connected to the first Ethernet card. The corresponding
+configuration in `/etc/network/interfaces` might look like this:
 
 ----
 auto lo
@@ -281,7 +281,7 @@ auto vmbr0
 iface vmbr0 inet static
         address  10.10.10.2
         netmask  255.255.255.0
-       gateway  10.10.10.1
+        gateway  10.10.10.1
         bridge_ports eno1
         bridge_stp off
         bridge_fd 0
@@ -312,7 +312,7 @@ auto vmbr0
 iface vmbr0 inet static
         address  10.10.10.2
         netmask  255.255.255.0
-       gateway  10.10.10.1
+        gateway  10.10.10.1
         bridge_ports bond0
         bridge_stp off
         bridge_fd 0