X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-network.adoc;h=d5b0a483c88c8211e7a3531a5d695d50c19eb7d9;hp=cb89245779d98ea8982656456653682740c4e4fc;hb=44f38275ee66731c2ca84b288cdade61484ef5d7;hpb=649098a64ecaffc7215ec0556e76787595b38e88 diff --git a/pve-network.adoc b/pve-network.adoc index cb89245..d5b0a48 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -20,7 +20,7 @@ virtual networks. Debian traditionally uses the `ifup` and `ifdown` commands to configure the network. The file `/etc/network/interfaces` contains the -whole network setup. Please refer to to manual page (`man interfaces`) +whole network setup. Please refer to the manual page (`man interfaces`) for a complete format description. NOTE: {pve} does not write changes directly to @@ -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