dhcp server有問題 - Linux

By Iris
at 2008-09-09T20:02
at 2008-09-09T20:02
Table of Contents
開機時發生no subnet declaration for eth0(192.168.1.254)
的錯誤,dhcp沒啟動,但進入系統後只是將service dhcpd restart
,dhcp就正常了,不知道是哪裡發生問題
我是一張網卡,用ip alias,eth0:192.168.1.254,
eth0:0 192.168.8.254、eth0:1 192.168.9.254,
分配給兩個網段ip192.168.8和.9
以下是dhcpd.conf的設定,請大家幫我看一下,謝謝
default-lease-time 86400;
max-lease-time 777600;
option domain-name "xxx.com.tw";
option broadcast-address 192.168.255.255;
option domain-name-servers 192.168.1.254;
option routers 192.168.1.201;
option subnet-mask 255.255.0.0;
option netbios-name-servers 192.168.1.115;
shared-network network_tag {
subnet 192.168.9.0 netmask 255.255.255.0{
server-identifier 192.168.9.254;
range 192.168.9.1 192.168.9.250;
subnet 192.168.8.0 netmask 255.255.255.0{
server-identifier 192.168.8.254;
range 192.168.8.1 192.168.8.250;
--
Tags:
Linux
All Comments

By Audriana
at 2008-09-12T00:59
at 2008-09-12T00:59

By Kelly
at 2008-09-14T20:52
at 2008-09-14T20:52

By Emily
at 2008-09-16T04:15
at 2008-09-16T04:15
Related Posts
程式記憶體超過2G的問題

By Ida
at 2008-09-09T18:25
at 2008-09-09T18:25
ubuntu 今天玩了一天的問題加心得!!

By Olive
at 2008-09-09T17:05
at 2008-09-09T17:05
嵌入式系統pppoe的移植

By Selena
at 2008-09-09T15:52
at 2008-09-09T15:52
ubuntu wireshark 抓不到網卡 (eth0)

By Ophelia
at 2008-09-09T12:17
at 2008-09-09T12:17
coda file system ???

By Audriana
at 2008-09-09T12:14
at 2008-09-09T12:14