Aggiorna README.md
This commit is contained in:
parent
cc2e332953
commit
c3b850ec4a
1 changed files with 18 additions and 9 deletions
27
README.md
27
README.md
|
@ -36,16 +36,25 @@ wget -y
|
||||||
|
|
||||||
If you haven't been using NetworkManager before, you might see instructions on how to let NetworkManager manage the current network interface.
|
If you haven't been using NetworkManager before, you might see instructions on how to let NetworkManager manage the current network interface.
|
||||||
|
|
||||||
```
|
## NetworkManagerwor
|
||||||
...
|
|
||||||
Setting up network-manager (1.42.4-1) ...
|
|
||||||
|
|
||||||
The following network interfaces were found in /etc/network/interfaces
|
probabilmente vi verrà chiesto di riavviare per far funzionare NetworkManager al posto del normale programma di manager di debian
|
||||||
which means they are currently configured by ifupdown:
|
|
||||||
- enp1s0
|
controllare che funzioni come scritto in https://wiki.debian.org/NetworkManager
|
||||||
If you want to manage those interfaces with NetworkManager instead
|
|
||||||
remove their configuration from /etc/network/interfaces.
|
nel file ```/etc/NetworkManager/NetworkManager.conf``` ci dovrà essere
|
||||||
...
|
|
||||||
|
```
|
||||||
|
[ifupdown]
|
||||||
|
managed=false
|
||||||
|
```
|
||||||
|
|
||||||
|
altrimenti settare come definito nel sito
|
||||||
|
|
||||||
|
il precedente file di configurazione si trova
|
||||||
|
|
||||||
|
```
|
||||||
|
/etc/network/interfaces
|
||||||
```
|
```
|
||||||
|
|
||||||
Follow these steps before continuing!
|
Follow these steps before continuing!
|
||||||
|
|
Loading…
Reference in a new issue