「利用者:Shota」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(翻訳の下書き)
(運用している計算機のリストの更新)
 
(同じ利用者による、間の4版が非表示)
1行目: 1行目:
= 自己紹介 =
+
== 自己紹介 ==
日常的にArch Linuxを使っているので、何かArch communityに貢献できれば。。
+
普段から Arch Linux を使っているので、何か Arch community に貢献できればと思っています
* Main PC: [[Lenovo_ThinkPad_X230]], [[Lenovo_ThinkPad_X1_Extreme]].
 
   
  +
== 計算機環境 ==
= Draft =
 
== [[NetworkManager]] ==
 
=== DHCP client ===
 
   
  +
Archlinux で運用しているもののみ記載。
By default NetworkManager uses its internal DHCP client. The internal DHCPv4 plugin is based on the [https://nettools.github.io/n-dhcp4/ nettools' n-dhcp4] library, while the internal DHCPv6 plugin is made from code based on systemd-networkd.
 
NetworkManagerはデフォルトでは DHCP クライアントは内部のものを使います。DHCPv4 プラグインは [https://nettools.github.io/n-dhcp4/ nettools' n-dhcp4] ライブラリが基になっていて、DHCPv6 プラグインは {{ic|systemd-networkd}} のコードが基となっています。
 
   
  +
* Main PC: [[Lenovo_ThinkPad_X1_Extreme]].
To use a different DHCP client [[install]] one of the alternatives:
 
  +
* その他
他の DHCP クライアントを使うことができ、使うためには次の好きな方をインストールしてください:
 
  +
** [[Lenovo_ThinkPad_X230]]
  +
** Fujitsu ESPRIMO
  +
** Raspberry Pi 2B+, 1
  +
** VPS いくつか
   
  +
== Tips ==
* {{Pkg|dhclient}} - ISCの DHCP クライアント。
 
  +
* <s>ThinkPad におけるトラックポイントの速さの変更方法: [https://askubuntu.com/questions/37824/what-is-the-best-way-to-configure-a-thinkpads-trackpoint ask ubuntu のフォーラムより]</s> -> [[トラックポイント]]。
* {{Pkg|dhcpcd}} - [[dhcpcd]]。
 
 
{{Note|
 
* NetworkManger does not support using dhcpcd for IPv6. See [https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/5 NetworkManager issue #5]. If dhcpcd is set as the DHCP client, NetworkManager will use the internal DHCP client for DHCPv6.
 
* NetworkManager は、 dhcpcd を IPv6 のために使うことを、サポートしていません (詳しくは [https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/5 NetworkManager issue #5] )。DHCP クライアントとして dhcpcd を設定している場合には、NetworkManager は DHCPv6 に内部の DHCP クライアントを使います。
 
* Do not enable the systemd units shipped with the {{Pkg|dhclient}} and {{Pkg|dhcpcd}} packages. They will conflict with NetworkManager, see the note in [[#Installation]] for details.
 
* {{Pkg|dhclient}} や {{Pkg|dhclient}} が提供する systemd ユニットを有効にしないでください。NetworkManager と干渉します。詳しくは [[#インストール]] を見てください。
 
}}
 
 
To change the DHCP client backend, set the option {{ic|1=main.dhcp=''dhcp_client_name''}} with a configuration file in {{ic|/etc/NetworkManager/conf.d/}}. E.g.:
 
 
DHCP クライアントのバックエンドを変えたい場合は、{{ic|/etc/NetworkManager/conf.d/}} にある設定ファイルで {{ic|1=main.dhcp=''dhcp_client_name''}} を設定してください。例:
 
 
{{hc|1=/etc/NetworkManager/conf.d/dhcp-client.conf|2=
 
[main]
 
dhcp=dhclient
 
}}
 

2023年1月4日 (水) 09:57時点における最新版

自己紹介

普段から Arch Linux を使っているので、何か Arch community に貢献できればと思っています。

計算機環境

Archlinux で運用しているもののみ記載。

Tips