ifupdown2,fixes
This commit is contained in:
parent
5e965826e3
commit
86a5ae0f4c
6 changed files with 31 additions and 26 deletions
22
in/public/ifupdown2/configure.rst
Normal file
22
in/public/ifupdown2/configure.rst
Normal 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
|
6
in/public/ifupdown2/index.rst
Normal file
6
in/public/ifupdown2/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
ifupdwon2
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
|
||||
configure
|
|
@ -8,5 +8,4 @@ Security
|
|||
gpg/index
|
||||
openssh-client/index
|
||||
openssh-server/index
|
||||
openssl/index
|
||||
tcplay/index
|
||||
|
|
|
@ -5,7 +5,7 @@ Web
|
|||
:maxdepth: 2
|
||||
|
||||
nginx/index
|
||||
apache/index
|
||||
apache2/index
|
||||
|
||||
nodejs/index
|
||||
tomcat/index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue