KNetworkManager/ru: Difference between revisions

From KDE UserBase Wiki
(Created page with "'''KNetworkManager''' -- это KDE-клиент для NetworkManager. KNetworkManager использует DBus для соединения с NetworkManager.")
(Created page with "Одним из типичных его назначений является подключение к беспроводной сети с правами, известными ...")
Line 7: Line 7:
'''KNetworkManager''' -- это KDE-клиент для NetworkManager. KNetworkManager использует DBus для соединения с NetworkManager.
'''KNetworkManager''' -- это KDE-клиент для NetworkManager. KNetworkManager использует DBus для соединения с NetworkManager.


One typical usage is to connect to a wireless network with credentials known to the user. The user will setup a connection and '''KNetworkManager''' will store the settings wherever the user's configurations are stored. The configuration will include things like the name (''ESSID'') and passphrase used to associate with a particular wireless network. '''KNetworkManager''' can then use this information by packaging it into a DBus request to connect to a particular network. The Network Manager back end then does the low level operations required to actually setup the support software (e.g. pushing ESSID and key to '''wpa-supplicant''') and bring up the network device with the appropriate settings.
Одним из типичных его назначений является подключение к беспроводной сети с правами, известными пользователю. Пользователь настраивает соединение и KNetworkManager сохраняет у себя эту конфигурацию (настройки соединения). Конфигурация будет включать такие параметры как имя (ESSID) и пароль, которые будут использоваться для соединения с конкретной беспроводной сетью. KNetworkManager использует эту информацию, упаковывая и посылая ее через DBus, запрашивая создание соединение с конкретной сетью. NetworkManager в свою очередь с помощью низкоуровневых операций, передает эти настройки (например, ESSID и ключ для WPA-соединения) соответствующему сетевому устройству.


Along with the advantage of allowing normal users to control the configuration the network it also allows one consistent interface for network configuration on KDE, and other desktops (e.g. GNOME) can use the network manager back end without each having to implement the logic to handle network configuration.
Along with the advantage of allowing normal users to control the configuration the network it also allows one consistent interface for network configuration on KDE, and other desktops (e.g. GNOME) can use the network manager back end without each having to implement the logic to handle network configuration.

Revision as of 14:51, 8 November 2010

Позвольте KNetworkManager'у настроить открытые и зашифрованные соединения.

KNetworkManager -- это KDE-клиент для NetworkManager. KNetworkManager использует DBus для соединения с NetworkManager.

Одним из типичных его назначений является подключение к беспроводной сети с правами, известными пользователю. Пользователь настраивает соединение и KNetworkManager сохраняет у себя эту конфигурацию (настройки соединения). Конфигурация будет включать такие параметры как имя (ESSID) и пароль, которые будут использоваться для соединения с конкретной беспроводной сетью. KNetworkManager использует эту информацию, упаковывая и посылая ее через DBus, запрашивая создание соединение с конкретной сетью. NetworkManager в свою очередь с помощью низкоуровневых операций, передает эти настройки (например, ESSID и ключ для WPA-соединения) соответствующему сетевому устройству.

Along with the advantage of allowing normal users to control the configuration the network it also allows one consistent interface for network configuration on KDE, and other desktops (e.g. GNOME) can use the network manager back end without each having to implement the logic to handle network configuration.

The Project Page gives an overview of features, some screenshots, and links to packages for several distros.
More screenshots show its use on different desktop environments.