[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:42356] Re: dhcpd.confの設定



さかづめと申します。

2点ほど。
>
># option definitions common to all supported networks...
>#option domain-name "fugue.com";
>#option domain-name-servers toccata.fugue.com;
>option domain-name "192.168.0.1";
>option domain-name-servers 192.168.0.1;
>
domain-nameはドメイン名(example.com等)を記述。

>#option subnet-mask 255.255.255.224;
>option subnet-mask 255.255.255.0;
>default-lease-time 600;
>max-lease-time 7200;
>subnet 192.168.0.1 netmask 255.255.255.0 {
>  range 192.168.0.3 192.168.0.10;
>  option broadcast-address 192.168.0.255;
>  option routers 192.168.0.1;
>}
	
	〜〜省略〜〜

>ifconfigの実行内容
>
>eth0      リンク方法:イーサーネット  ハードウェアアドレス 00:40:D0:33:5D:AB
>          inetアドレス:192.168.0.3 ブロードキャスト:192.168.0.255 マスク
>:255.255.255.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:2723 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:2850 errors:0 dropped:0 overruns:0 carrier:0
>      衝突(Collisions):0 TXキュー長:1000
>          RX bytes:1902694 (1.8 MiB)  TX bytes:415711 (405.9 KiB)
>          割り込み:3 ベースアドレス:0xe800

dhcpdは192.168.0.3で動作してるんですよね?
そうしたらrangeからは192.168.0.3ははずした方が良いのでは?