????????????????????¨????°???¨??§????????°???????¨??????¬???????????°?????±??????????????§??????
DHCPサーバが上手く作動しません |
|
- ????????? 2011/09/29 22:01
- ????????? チカコ
-
お久しぶりです、又お世話になります。
本日はDHCPサーバを構築したのですが、クライアント側に割り当てる筈のIPが割り当てられないので質問に参りました。 1.不明点・障害内容: 前提条件 自PCIP・・・192.168.11.4 自PCデフォルトゲートウェイ・・・192.168.11.1 サーバ側 使用OS・・・CentOS5.6 CentOS5.6のIP・・・192.168.11.5 デフォルトゲートウェイ・・・192.168.11.1 クライアント側 使用OS・・・CentOS5.4 CentOS5.4のIP・・・192.168.11.7 デフォルトゲートウェイ・・・192.168.11.1 この二つのOSはヴァーチャルボックスで構築した仮想化環境下にあります。
そして、以下が/etc/dhcpd.confの構成です。 ddns-update-style interim; ignore client-updates;
subnet 192.168.11.0 netmask 255.255.255.0 {
# --- default gateway option routers 192.168.11.1; option subnet-mask 255.255.255.0; ddns-update-style interim; ignore client-updates;
subnet 192.168.11.0 netmask 255.255.255.0 {
# --- default gateway option routers 192.168.11.1; option subnet-mask 255.255.255.0;
#option nis-domain "domain.org"; #option domain-name "domain.org"; option domain-name-servers 192.168.11.5;
option time-offset -18000; # Eastern Standard Time # option ntp-servers 192.168.1.1; # option netbios-name-servers 192.168.1.1; # --- Selects point-to-point node (default is hybrid). Don't change this unless # -- you understand Netbios very well # option netbios-node-type 2;
range dynamic-bootp 192.168.11.128 192.168.11.254; default-lease-time 21600; max-lease-time 43200;
# we want the nameserver to appear at a fixed address # host ns { # next-server marvin.redhat.com; # hardware ethernet 12:34:56:78:AB:CD; # fixed-address 207.175.42.254; # } } これを構築した後に、DHCPを起動させクライアント側でifconfig eth0コマンドにて確認しましたのですが 以下の通りになってしまいました。 eth0 Link encap:Ethernet HWaddr 08:00:27:3B:A2:98 inet addr:192.168.11.5 Bcast:192.168.11.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8402 errors:0 dropped:0 overruns:0 frame:0 TX packets:1642 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:536730 (524.1 KiB) TX bytes:1263481 (1.2 MiB) 2.ログの有無 :有ります (有:その内容) :
Sep 29 21:39:18 ****** dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat Sep 29 21:39:18 ****** dhcpd: Copyright 2004-2006 Internet Systems Consortium. Sep 29 21:39:18 ****** dhcpd: All rights reserved. Sep 29 21:39:18 ****** dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Sep 29 21:39:18 ****** dhcpd: Wrote 0 leases to leases file. Sep 29 21:39:18 ****** dhcpd: Listening on LPF/eth0/08:00:27:3b:a2:98/192.168.11/24 Sep 29 21:39:18 ****** dhcpd: Sending on LPF/eth0/08:00:27:3b:a2:98/192.168.11/24 Sep 29 21:39:18 ****** dhcpd: Sending on Socket/fallback/fallback-net Sep 29 21:39:18 ****** dhcpd: There's already a DHCP server running. Sep 29 21:39:18 ****** dhcpd: Sep 29 21:39:18 ****** dhcpd: If you did not get this software from ftp.isc.org, please Sep 29 21:39:18 ****** dhcpd: get the latest from ftp.isc.org and install that before Sep 29 21:39:18 ****** dhcpd: requesting help. Sep 29 21:39:18 ****** dhcpd: Sep 29 21:39:18 ****** dhcpd: If you did get this software from ftp.isc.org and have not Sep 29 21:39:18 ****** dhcpd: yet read the README, please read it before requesting help. Sep 29 21:39:18 ****** dhcpd: If you intend to request help from the [email protected] Sep 29 21:39:18 ****** dhcpd: mailing list, please read the section on the README about Sep 29 21:39:18 ****** dhcpd: submitting bug reports and requests for help. Sep 29 21:39:18 ****** dhcpd: Sep 29 21:39:18 ****** dhcpd: Please do not under any circumstances send requests for Sep 29 21:39:18 ****** dhcpd: help directly to the authors of this software - please Sep 29 21:39:18 ****** dhcpd: send them to the appropriate mailing list as described in Sep 29 21:39:18 ****** dhcpd: the README file. Sep 29 21:39:18 ****** dhcpd: Sep 29 21:39:18 ****** dhcpd: exiting. Sep 29 21:41:19 ****** dhcpd: DHCPREQUEST for 192.168.11.7 from 08:00:27:37:e0:eb via eth0: unknown lease 192.168.11.7.
どうにもクライアント側に何かあるような気がするのですが、どうなのでしょうか?
|
■ コンテンツ関連情報
Re: DHCPサーバが上手く作動しません ( No.1 ) |
|
- ????????? 2011/09/30 09:00
- ????????? 管理者
-
開示して頂いた dhcpd.conf では起動しないと思うのですが記述ミスですよね?
(同一の subnet 句が2か所あります)
次に上記部分を除いた設定自体に誤りは無い様に見受けられますが、ホストOSのバーチャルボックス自体にDHCP機能が有効になっていたりしませんか? (バーチャルボックスを使用した事がないのでDHCP機能があるかどうか知りませんが・・・)
|
Re: DHCPサーバが上手く作動しません ( No.2 ) |
|
- ????????? 2011/10/03 21:40
- ????????? チカコ
-
管理人様ありがとうございます。
>開示して頂いた dhcpd.conf では起動しないと思うのですが記述ミスですよね? >(同一の subnet 句が2か所あります) 仰る通り記述ミスです。コピペミスのようです。 大変申し訳ありませんでした。
>次に上記部分を除いた設定自体に誤りは無い様に見受けられますが、ホストOSのバーチャルボックス自体にDHCP機能が有効になっていたりしませんか? ブリッジ接続だったものをNAT接続に変えて見たのですがやはり出来ず、DHCP機能自体見つかりませんでした。
|
Re: DHCPサーバが上手く作動しません ( No.3 ) |
|
- ????????? 2011/10/05 08:57
- ????????? stranger
- ?????§??? http://ja.528p.com/
-
>自PCIP・・・192.168.11.4
>自PCデフォルトゲートウェイ・・・192.168.11.1 >サーバ側 >使用OS・・・CentOS5.6 >CentOS5.6のIP・・・192.168.11.5 >デフォルトゲートウェイ・・・192.168.11.1 >クライアント側 >使用OS・・・CentOS5.4 >CentOS5.4のIP・・・192.168.11.7 >デフォルトゲートウェイ・・・192.168.11.1 >この二つのOSはヴァーチャルボックスで構築した仮想化環境下にあります。
これらは すべて固定IPで その他のマシンにDHCPで動的IPをわりあてるということ?
>クライアント側 >使用OS・・・CentOS5.4 >CentOS5.4のIP・・・192.168.11.7 これを動的IPにしたいということ? ifcfg-eth0をDHCPで割り当てる設定に変更していますか
|
Re: DHCPサーバが上手く作動しません ( No.4 ) |
|
- ????????? 2011/10/05 21:17
- ????????? チカコ
-
stranger様
ご返答、ありがとうございます。 各OSがどうなっているかと申しますと 自PCとクライアント側OS・・・DHCPで動的IPを割り当てています。 サーバ側・・・固定IPを設定してます。 そして、私はクライアント側OSに範囲内のIPを割り当てたいと考えています。
|
Re: DHCPサーバが上手く作動しません ( No.5 ) |
|
- ????????? 2011/10/10 09:51
- ????????? 管理者
-
チカコさま
「/etc/sysconfig/network-scripts/ifcfg-eth0」の内容を教えていただけますか? 以下のコマンド結果を教えてください。
# /etc/sysconfig/network-scripts/ifcfg-eth0
|
■ その他