<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Hello,&nbsp;</div>
<div><br>
</div>
<div>I'm trying to set up the dhcp3 server in my voyage 0.7, but it seems it's no longer install the dhcp3, but instead the isc-dhcp-server, as shown below:</div>
<div><br>
</div>
<div>root@voyage:~# apt-get install dhcp3-server&nbsp;</div>
<div>Display all 28889 possibilities? (y or n)</div>
<div>root@voyage:~# apt-get install dhcp3-server&nbsp;</div>
<div>Reading package lists... Done</div>
<div>Building dependency tree &nbsp; &nbsp; &nbsp;&nbsp;</div>
<div>Reading state information... Done</div>
<div>The following extra packages will be installed:</div>
<div>&nbsp;&nbsp;isc-dhcp-server</div>
<div>Suggested packages:</div>
<div>&nbsp;&nbsp;isc-dhcp-server-ldap</div>
<div>The following NEW packages will be installed:</div>
<div>&nbsp;&nbsp;dhcp3-server isc-dhcp-server</div>
<div>0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.</div>
<div>Need to get 403 kB of archives.</div>
<div>After this operation, 926 kB of additional disk space will be used.</div>
<div>Do you want to continue [Y/n]? y</div>
<div>Get:1 <a href="http://security.debian.org/">http://security.debian.org/</a> squeeze/updates/main isc-dhcp-server i386 4.1.1-P1-15&#43;squeeze3 [377 kB]</div>
<div>Get:2 <a href="http://security.debian.org/">http://security.debian.org/</a> squeeze/updates/main dhcp3-server all 4.1.1-P1-15&#43;squeeze3 [25.9 kB]</div>
<div>Fetched 403 kB in 0s (553 kB/s) &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>
<div>Preconfiguring packages ...</div>
<div>Selecting previously deselected package isc-dhcp-server.</div>
<div>(Reading database ... 25633 files and directories currently installed.)</div>
<div>Unpacking isc-dhcp-server (from .../isc-dhcp-server_4.1.1-P1-15&#43;squeeze3_i386.deb) ...</div>
<div>Selecting previously deselected package dhcp3-server.</div>
<div>Unpacking dhcp3-server (from .../dhcp3-server_4.1.1-P1-15&#43;squeeze3_all.deb) ...</div>
<div>Setting up isc-dhcp-server (4.1.1-P1-15&#43;squeeze3) ...</div>
<div>Starting ISC DHCP server: dhcpdcheck syslog for diagnostics. ... failed!</div>
<div>&nbsp;failed!</div>
<div>invoke-rc.d: initscript isc-dhcp-server, action &quot;start&quot; failed.</div>
<div>Setting up dhcp3-server (4.1.1-P1-15&#43;squeeze3) ...</div>
<div><br>
</div>
<div>
<div><br>
</div>
<div>I have set up my dhcp server in eth0 and lease ip address as configuration below:</div>
<div><br>
</div>
<div>root@voyage:~# vi /etc/default/isc-dhcp-server&nbsp;</div>
<div>INTERFACES=&quot;eth0&quot;</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>root@voyage:~# vi /etc/dhcp/dhcpd.conf</div>
<div>
<div>ddns-update-style none;</div>
<div>authoritative;</div>
<div>log-facility local7;</div>
<div>lease-file-name &quot;/var/lib/dhcp/dhcpd.leases&quot;;</div>
</div>
<div>
<div>subnet 192.168.3.0 netmask 255.255.255.0{</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>default-lease-time 600;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>max-lease-time 7200;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>option subnet-mask 255.255.255.0;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>option broadcast-address 192.168.3.255;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>option routers 192.168.3.254;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>option domain-name-servers 192.168.3.1;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>range 192.168.3.25 192.168.3.50;</div>
<div>}&nbsp;</div>
<div><br>
</div>
<div>But, when I try to start the server, it always failed and show this message, while I'm sure that there is no more dhcp server running on my machine.&nbsp;The eth1 is set up as dhcp client.</div>
<div><br>
</div>
</div>
<div>I have tried to googling it, somebody say that I have to disable my Selinux, and also I follow this instruction, to disable all lines in&nbsp;<span class="Apple-style-span" style="font-family: monospace; ">/etc/dnsmasq.more.conf as mentioned in&nbsp;</span><a href="http://www.mail-archive.com/voyage-linux@list.voyage.hk/msg01773.html">http://www.mail-archive.com/voyage-linux@list.voyage.hk/msg01773.html</a></div>
<div><br>
</div>
<div>but it's still not success. Is there any other idea on what should I do to make this run?</div>
<div><br>
</div>
<div>Aidi</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; ">
<div><br>
</div>
</div>
</div>
<br>
</body>
</html>