PC: 2006年12月アーカイブ
備忘録.
最近は AV 機器,ゲーム機もネットワーク接続が当たり前で,家のネットワークについても端末が2桁に近い数に増えてきました.
というわけで,固定 IP での運用も面倒になってきたので,dhcp サーバを立ててみました.
参考サイト.
ここで,設定で若干はまる.
以下のエラーが表示され DHCP サーバが起動しない.
No subnet declaration for eth0 (xxx.xxx.xxx.xxx).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth0 is attached.
exiting.
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth0 is attached.
exiting.
システムに複数の NIC がある場合は,/etc/sysconfig/dhcpd に以下のようにインターフェイス名を指定する必要があるそうです.
# Command line options here
DHCPDARGS=eth1
DHCPDARGS=eth1