Difference between revisions of "Networking/ru"

Created page with "===Использование resolvconf=== Чтобы скрипт resolvconf обрабатывал файл resolv.conf для NetworkManager. Создайте файл к..."
(Created page with "=Ручная настройка DNS-серверов=")
Tags: Mobile web edit Mobile edit
(Created page with "===Использование resolvconf=== Чтобы скрипт resolvconf обрабатывал файл resolv.conf для NetworkManager. Создайте файл к...")
Line 16: Line 16:
If you are using NetworkManager, this is one solution to the problem.  The NetworkManager's config drop folder is placed in <code>/etc/NetworkManager/conf.d</code>. In this folder you can place snippets which controls how NetworkManager works. The files should be named with a number and a description of its purpose and always end with {{ic|.conf}}. The files are then applied in numerical order from the lowest to the highest. A configuration in a file with a higher number will override what could have been configured in a lower numbered file.
If you are using NetworkManager, this is one solution to the problem.  The NetworkManager's config drop folder is placed in <code>/etc/NetworkManager/conf.d</code>. In this folder you can place snippets which controls how NetworkManager works. The files should be named with a number and a description of its purpose and always end with {{ic|.conf}}. The files are then applied in numerical order from the lowest to the highest. A configuration in a file with a higher number will override what could have been configured in a lower numbered file.


===Use resolvconf===
===Использование resolvconf===
To have the resolvconf script handle the resolv.conf file for NetworkManager.  
Чтобы скрипт resolvconf обрабатывал файл resolv.conf для NetworkManager.  
Create a configuration file in NetworkManager's config drop folder
Создайте файл конфигурации в каталоге NetworkManager conf.d


  /etc/NetworkManager/conf.d/20-rc-manager.conf
  /etc/NetworkManager/conf.d/20-rc-manager.conf
translator
11,127

edits