[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:42356] Re: dhcpd.confの設定
- From: Toshiaki.S <kb2t-skzm@xxxxxxxxxxxxxxx>
- Subject: [debian-users:42356] Re: dhcpd.confの設定
- Date: Mon, 10 Jan 2005 17:36:44 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level: *
- X-spam-status: No, hits=1.4 required=10.0 tests=IN_REP_TO,ISO2022JP_BODY,ISO2022JP_CHARSET, QUOTED_EMAIL_TEXT,RCVD_IN_ORBS,RCVD_IN_OSIRUSOFT_COM, REFERENCES,SPAM_PHRASE_00_01,X_OSIRU_OPEN_RELAY version=2.44
- References: <BAY101-F298C92B045E897130C9601ED970@xxxxxxx>
- Message-id: <A4C4F6EF826106kb2t-skzm@xxxxxxxxxxxxxxx>
- X-mail-count: 42356
- X-mailer: TuruKame 4.03 (WinNT,500)
さかづめと申します。
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ははずした方が良いのでは?