]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-network.adoc
pveproxy: LISTEN_IP: add instructions and note about applying this change
[pve-docs.git] / pve-network.adoc
index 1c5ae1735d91e9ace77dc16b4c3045fa5311f13c..add220ef1ab0b3de83a87dfe0b6ba653805dd597 100644 (file)
@@ -38,9 +38,6 @@ Reload Network with ifupdown2
 With the optional `ifupdown2` network managing package you also can reload the
 network configuration live, without requiring a reboot.
 
-NOTE: 'ifupdown2' cannot understand 'OpenVSwitch' syntax, so reloading is *not*
-possible if OVS interfaces are configured.
-
 Since {pve} 6.1 you can apply pending network changes over the web-interface,
 using the 'Apply Configuration' button in the 'Network' panel of a node.
 
@@ -261,8 +258,11 @@ post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1
 ----
 
 For more information about this, refer to the following links:
+
 https://commons.wikimedia.org/wiki/File:Netfilter-packet-flow.svg[Netfilter Packet Flow]
+
 https://lwn.net/Articles/370152/[Patch on netdev-list introducing conntrack zones]
+
 https://blog.lobraun.de/2019/05/19/prox/[Blog post with a good explanation by using TRACE in the raw table]
 
 
@@ -352,9 +352,11 @@ iface eno1 inet manual
 
 iface eno2 inet manual
 
+iface eno3 inet manual
+
 auto bond0
 iface bond0 inet static
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       address  192.168.1.2
       netmask  255.255.255.0
       bond-miimon 100
@@ -366,7 +368,7 @@ iface vmbr0 inet static
         address  10.10.10.2
         netmask  255.255.255.0
         gateway  10.10.10.1
-        bridge-ports eno1
+        bridge-ports eno3
         bridge-stp off
         bridge-fd 0
 
@@ -388,7 +390,7 @@ iface eno2 inet manual
 
 auto bond0
 iface bond0 inet manual
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       bond-miimon 100
       bond-mode 802.3ad
       bond-xmit-hash-policy layer2+3
@@ -522,7 +524,7 @@ iface eno2 inet manual
 
 auto bond0
 iface bond0 inet manual
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       bond-miimon 100
       bond-mode 802.3ad
       bond-xmit-hash-policy layer2+3