ifupdown2,fixes

This commit is contained in:
Marc Beninca 2019-08-24 16:45:09 +02:00
parent 5e965826e3
commit 86a5ae0f4c
6 changed files with 31 additions and 26 deletions

View file

@ -0,0 +1,22 @@
Configure interfaces
--------------------
* /etc/network/interfaces
.. code:: shell
source /etc/network/interfaces.d/*
* /etc/network/interfaces.d/lo
::
auto lo
iface lo inet loopback
* /etc/network/interfaces.d/eth0
::
auto eth0
iface eth0 inet dhcp

View file

@ -0,0 +1,6 @@
ifupdwon2
=========
.. toctree::
configure

View file

@ -8,5 +8,4 @@ Security
gpg/index
openssh-client/index
openssh-server/index
openssl/index
tcplay/index

View file

@ -5,7 +5,7 @@ Web
:maxdepth: 2
nginx/index
apache/index
apache2/index
nodejs/index
tomcat/index