<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 09/05/2011 09:16 PM, Rick Dicaire wrote:
<blockquote
cite="mid:CA+Cc--cs3PyOgJtk+-azynWogyp3=j1+eCb2ccnnmGnRcH7tPw@mail.gmail.com"
type="cite">
<pre wrap="">On Mon, Sep 5, 2011 at 8:57 PM, Steve Clark <a class="moz-txt-link-rfc2396E" href="mailto:sclark@netwolves.com"><sclark@netwolves.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Running OK.
</pre>
</blockquote>
<pre wrap="">
Oh wow...have you tried aliasing the second IP to eth2:0, then starting dhcpd?
</pre>
</blockquote>
<font face="sans-serif">Hmm... This .conf seems to work.<br>
#dhcpd.conf<br>
ddns-update-style interim;<br>
shared-network DHCP{<br>
subnet 10.0.1.0 netmask 255.255.255.0 {<br>
range 10.0.1.1 10.0.1.253;<br>
option domain-name-servers 10.0.1.254;<br>
option routers 10.0.1.254;<br>
option subnet-mask 255.255.255.0;<br>
option broadcast-address 10.0.1.255;<br>
default-lease-time 86400;<br>
max-lease-time 86400;<br>
deny bootp;<br>
}<br>
subnet 172.16.3.0 netmask 255.255.255.0 { }<br>
}<br>
<br>
/usr/sbin/dhcpd -4 <br>
Internet Systems Consortium DHCP Server 4.1.1-P1<br>
Copyright 2004-2010 Internet Systems Consortium.<br>
All rights reserved.<br>
For info, please visit <a class="moz-txt-link-freetext" href="https://www.isc.org/software/dhcp/">https://www.isc.org/software/dhcp/</a><br>
Not searching LDAP since ldap-server, ldap-port and ldap-base-dn
were not specified in the config file<br>
Wrote 0 leases to leases file.<br>
<br>
No subnet declaration for eth0 (10.0.129.4).<br>
** Ignoring requests on eth0. If this is not what<br>
you want, please write a subnet declaration<br>
in your dhcpd.conf file for the network segment<br>
to which interface eth0 is attached. **<br>
<br>
Listening on LPF/eth2/00:02:b6:36:d1:39/DHCP<br>
Sending on LPF/eth2/00:02:b6:36:d1:39/DHCP<br>
Sending on Socket/fallback/fallback-net<br>
</font><br>
<div class="moz-signature">-- <br>
Stephen Clark<br>
<b>NetWolves</b><br>
Sr. Software Engineer III<br>
Phone: 813-579-3200<br>
Fax: 813-882-0209<br>
Email: <a class="moz-txt-link-abbreviated" href="mailto:steve.clark@netwolves.com">steve.clark@netwolves.com</a><br>
<a class="moz-txt-link-freetext" href="http://www.netwolves.com">http://www.netwolves.com</a><br>
</div>
</body>
</html>