利用者:Shota

提供: ArchWiki
2020年1月14日 (火) 00:38時点におけるShota (トーク | 投稿記録)による版 (→‎Draft: の節に、→‎NetworkManager: について追記)
ナビゲーションに移動 検索に移動

自己紹介

日常的にArch Linuxを使っているので、何かArch communityに貢献できればなと。。。

Draft

NetworkManager

DHCP client

By default NetworkManager uses its internal DHCP client. The internal DHCPv4 plugin is based on the nettools' n-dhcp4 library, while the internal DHCPv6 plugin is made from code based on systemd-networkd. NetworkManagerはデフォルトでは DHCP クライアントは内部のものを使います。DHCPv4 プラグインは nettools' n-dhcp4 ライブラリが基になっていて、DHCPv6 プラグインは systemd-networkd のコードが基となっています。

To use a different DHCP client install one of the alternatives: 他の DHCP クライアントを使うことができ、使うためには次の好きな方をインストールしてください:

ノート:
  • NetworkManger does not support using dhcpcd for IPv6. See NetworkManager issue #5. If dhcpcd is set as the DHCP client, NetworkManager will use the internal DHCP client for DHCPv6.
  • Do not enable the systemd units shipped with the dhclient and dhcpcd packages. They will conflict with NetworkManager, see the note in #Installation for details.

To change the DHCP client backend, set the option main.dhcp=dhcp_client_name with a configuration file in /etc/NetworkManager/conf.d/. E.g.:

/etc/NetworkManager/conf.d/dhcp-client.conf
[main]
dhcp=dhclient