X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pvesdn.adoc;fp=pvesdn.adoc;h=3b3fd8f02d8cf8a8748a3c0c7317190bbac49c0e;hb=684db7e318f31946b370828dbec42bd88f6367b3;hp=482b458a5f36f78f703ace3c8dcd98afbaecfa89;hpb=9f8192426e8abeeed7dcdbf63ac9b5c643811052;p=pve-docs.git diff --git a/pvesdn.adoc b/pvesdn.adoc index 482b458..3b3fd8f 100644 --- a/pvesdn.adoc +++ b/pvesdn.adoc @@ -17,25 +17,21 @@ xref:getting_help[mailing lists or in the forum] for questions and feedback. Installation ------------ -To enable the experimental SDN integration, you need to install -"libpve-network-perl" package +To enable the experimental SDN integration, you need to install the +`libpve-network-perl` and `ifupdown2` package on every node: ---- -apt install libpve-network-perl +apt update +apt install libpve-network-perl ifupdown2 ---- -You need to have `ifupdown2` package installed on each node to manage local -configuration reloading without reboot: +After that you need to add the following line: ----- -apt install ifupdown2 ----- - -You need to add ---- source /etc/network/interfaces.d/* ---- -at the end of /etc/network/interfaces to have the sdn config included +at the end of the `/etc/network/interfaces` configuration file, so that the SDN +config gets included and activated. Basic Overview