]> git.proxmox.com Git - pve-docs.git/commitdiff
network: remove ifup ifdown as it won't reattach guests
authorAaron Lauterer <a.lauterer@proxmox.com>
Thu, 2 Jun 2022 09:22:49 +0000 (11:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 15:25:11 +0000 (17:25 +0200)
Mentioning 'ifup' and 'ifdown' can lead to users running into situations
where they take down one interface, for example an vmbrX. In this
situation the connection to the guests will be lost and not
reestablished automatically if the interface is brought up again with
'ifup'. The better way to apply network changes is to run 'ifreload -a'.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
pve-network.adoc

index c5e9a173dad5a7a6d51825cdabdb3e523a7eeac4..a33b90cd71f93a591dd12d4843ccfdcafab5ea73 100644 (file)
@@ -12,9 +12,6 @@ complete format description. All {pve} tools try hard to keep direct
 user modifications, but using the GUI is still preferable, because it
 protects you from errors.
 
-Once the network is configured, you can use the Debian traditional tools `ifup`
-and `ifdown` commands to bring interfaces up and down.
-
 Apply Network Changes
 ~~~~~~~~~~~~~~~~~~~~~