Troubleshooting the DHCP server
DHCPサーバーのトラブルシューティング - Gentoo Linux
DHCP Fails To Start
DHCPが起動に失敗する - Gentoo Linux
Code Listing3.8: Sample /etc/conf.d/dhcp コード表示3.8:/etc/conf.d/dhcpの例 - Gentoo Linux
Code Listing4.3: Starting the DHCP and TFTP daemons
コード表示4.3: Starting the DHCP and TFTP daemons - Gentoo Linux
Code Listing6.7: Starting the DHCP and NFS daemons
コード表示6.7: Starting the DHCP and NFS daemons - Gentoo Linux
To start the dhcp server type: )DHCPサーバーを起動するには: - Gentoo Linux
Code Listing5.1: Setting up a DHCP server
コード表示5.1:DHCPサーバの設定 - Gentoo Linux
# /etc/init.d/dhcp start To add the dhcp server to your start-up scripts type:
DHCPサーバーを起動スクリプトに追加するには: - Gentoo Linux
Code Listing3.3: Installing the dhcp server
コード表示3.3:DHCPサーバーのインストール - Gentoo Linux
For DHCP to work, you will need to install a DHCP client. DHCPを動作させるためには、DHCPクライアントをインストールする必要があります。 - Gentoo Linux
DHCP SERVER DHCPサーバ - 特許庁
DHCP is used by default.
DHCPは標準で使用されています。 - Gentoo Linux
Optional: Installing a DHCP Client
自由選択:DHCPクライアントをインストールする - Gentoo Linux
Code Listing3.1: Sample DHCP configuration in /etc/conf.d/net
コード表示3.1: /etc/conf.d/netでのDHCP設定の例 - Gentoo Linux
MULTIPLEXED DHCP (Dynamic Host Configuration Protocol) SERVER 多重化DHCP(DynamicHostConfigurationProtocol)サーバ - 特許庁
Code Listing3.10: Adding the dhcp server to the master's default run level # rc-update add dhcp default
コード表示3.10:マスターのデフォルトランレベルにDHCPサーバーを追加する - Gentoo Linux
If you are using DHCP, dhclient(8) usually rewrites resolv.conf with information received from the DHCP server.
DHCP を利用している場合、dhclient(8) は通常 resolv.conf を DHCP サーバから受け取っ た情報で書き換えます。 - FreeBSD
DHCP stands for Dynamic Host Configuration Protocol.
DHCPとは、DynamicHostConfigurationProcotol(動的ホスト設定プロトコル)の略です。 - Gentoo Linux
There is only one configuration file you will have to edit before starting the DHCP server: /etc/dhcp/dhcpd.conf. DHCPサーバーを起動する前に編集しなければならないファイルは一つだけです:/etc/dhcp/dhcpd.conf。 - Gentoo Linux
Code Listing3.4: Editing the dhcp server's configuration file
コード表示3.4:DHCPサーバーの設定ファイル編集 - Gentoo Linux
Before you start the dhcp initialisation script edit the/etc/conf.d/dhcp file so that it looks something like this:
DHCP初期化スクリプトを起動する前に、/etc/conf.d/dhcpファイルを編集します。 次のような感じです: - Gentoo Linux
Note: APIPA and DHCP are discussed later.
注意: APIPAとDHCPについては後で記述します。 - Gentoo Linux
DHCP is a means of obtaining network information (IP address, DNS servers,Gateway, etc) from a DHCP server.
DHCPは、DHCPサーバからネットワーク情報(IPアドレス、DNSサーバ、ゲートウェイ、その他)を取得する手段です。 - Gentoo Linux
DHCP is exactly what its name implies.
DHCPは、その名前が表す通りのプロトコルです。 - Gentoo Linux
DHCP SERVER SYSTEM DHCPサーバシステム - 特許庁
DHCP SERVER DEVICE DHCPサーバ装置 - 特許庁
Code Listing3.9: start dhcp コード表示1.1:xinetdの起動 - Gentoo Linux
DHCP SUBSTITUTE SERVER DHCP代理サーバ - 特許庁
Do not forget to install a DHCP client.
忘れずにDHCPクライアントのインストールしてください。 - Gentoo Linux
DHCP can be provided by dhclient, dhcpcd, pump or udhcpc. DHCPの機能は、dhclient、dhcpcd、pump、udhcpcによって提供されます。 - Gentoo Linux
Code Listing3.9: Starting the dhcp server on the master
コード表示3.9:マスター上のDHCPサーバーを起動する - Gentoo Linux
5.LAN Services (because we're nice people)DHCP Server
LANサービス(私たちは善良な人々だから) DHCPサーバ - Gentoo Linux
Below is a sample configuration for DHCP and static addresses.
以下はDHCPの場合と固定アドレスの場合の例です。 - Gentoo Linux
For dhcpd, just run emerge dhcp (or any other DHCP server of your choice). Make sure that the correct interface is selected in /etc/conf.d/dhcpd, and configure it for your basic needs. では、DHCPをemergeして必要な基本設定を行いましょう。 - Gentoo Linux
If you use DHCP, leave this uncommented.
DHCP を使っているなら、これはコメントアウトしないでください。 - FreeBSD
Then, add the following on /etc/dhcp/dhcpd.conf. そして、次に示す内容を/etc/dhcp/dhcpd.confに追加してください。 - Gentoo Linux
DHCP USER APPARATUS AND DHCP AUTHENTICATION SYSTEM DHCPユーザ装置及びDHCP認証システム - 特許庁
We'll use a package called dnsmasq which provides both DHCP and DNS services.For now lets just focus on the DHCP aspect.
DHCPとDNSサービスの両方を提供する、dnsmasqと言うパッケージを使用します。 今のところは、DHCPにのみ焦点を当てます。 - Gentoo Linux
The primary purpose of the DHCP server is to assign IP addresses. DHCPサーバーの主な目的は、IPアドレスを割り当てることです。 - Gentoo Linux
# mkdir /diskless# mkdir /diskless/eta# mkdir /diskless/eta/boot DHCP and TFTP setup: The client will get boot informations using DHCP and download all the required files using TFTP. DHCPとTFTPの設定:クライアントはDHCPを使ってブート情報を取得し、TFTPを使って必要なファイルすべてをダウンロードします。 - Gentoo Linux
# Finally give the bridge an address - you could use DHCP as wellconfig_br0=( "192.168.0.1/24" )
# 最後にブリッジにアドレスを設定します - DHCPも使用できます - Gentoo Linux