<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:10pt"><div style="font-family: times new roman,new york,times,serif; font-size: 10pt;"><br>just create an empty subnet declarations for those interface. <br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: BuySell <newbie@pbxsoftwares.com><br>To: dhcp-users@isc.org<br>Sent: Thursday, January 24, 2008 3:57:37 PM<br>Subject: Re: newbie - dhcpd<br><br>


 
<style type="text/css">DIV {
MARGIN:0px;}
</style>


<div><font face="Arial" size="2">Hello,</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">But we want is to set the dhcp users 
only on 172.16.253.1 - 172.16.253-254</font></div>
<div><font face="Arial" size="2">what should I configured for my eth0 (172.16.1.74) 
and eth1 172.16.1.168?</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">below what I had:</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">ddns-update-style none;<br>default-lease-time 
21600;<br>max-lease-time 43200;</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">option subnet-mask 255.255.255.0;<br>option 
domain-name-servers 172.16.1.3;<br>option domain-name 
"<a target="_blank" href="http://lippogeneral.com">lippogeneral.com</a>";</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2"># LGI DHCP<br>subnet 172.16.253.0 netmask 
255.255.255.0 {<br>        option routers 
172.16.1.5;<br>        option 
broadcast-address 172.16.253.255;<br>        
range 172.16.253.1 172.16.253.254;<br>        
}</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">pls help</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">TIA</font></div>
<div><font face="Arial" size="2">Winanjaya</font></div>
<div><font face="Arial" size="2"></font> </div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>From:</b> 
  <a rel="nofollow" title="rhynx@yahoo.com" ymailto="mailto:rhynx@yahoo.com" target="_blank" href="mailto:rhynx@yahoo.com">rhynx rhynx</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a rel="nofollow" title="dhcp-users@isc.org" ymailto="mailto:dhcp-users@isc.org" target="_blank" href="mailto:dhcp-users@isc.org">dhcp-users@isc.org</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Thursday, January 24, 2008 2:38 
  PM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> Re: newbie - dhcpd</div>
  <div><br></div>
  <div style="font-size: 10pt; font-family: times new roman,new york,times,serif;">
  <div style="font-size: 10pt; font-family: times new roman,new york,times,serif;">hello,<br><br>you 
  also have to declare a subnet for each interface you have with range 
  inside:<br><br>subnet 172.16.a.b netmask 255.255.255.0 {<br>    
  option routers x.x.x.x;<br>    range 172.16.c.d 
  172.16.e.f;<br>}<br><br><br>romskie<br><br>
  <div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">----- 
  Original Message ----<br>From: BuySell <<a rel="nofollow" ymailto="mailto:newbie@pbxsoftwares.com" target="_blank" href="mailto:newbie@pbxsoftwares.com">newbie@pbxsoftwares.com</a>><br>To: 
  <a rel="nofollow" ymailto="mailto:dhcp-users@isc.org" target="_blank" href="mailto:dhcp-users@isc.org">dhcp-users@isc.org</a><br>Sent: Thursday, 
  January 24, 2008 3:27:16 PM<br>Subject: newbie - dhcpd<br><br>
  <style></style>

  <div>Dear All,<br><br>I have 3 IPs on my CentOS 5 box, they are as 
  follow:<br><br>Eth0 -> 172.16.1.3<br>Eth0.1 -> 172.16.253.3<br><br>Eth1 
  -> 172.16.1.168<br><br>I have configured /etc/dhcpd.conf as 
  follow:<br><br>ddns-update-style ad-hoc;<br>default-lease-time 
  21600;<br>max-lease-time 43200;<br><br>option subnet-mask 
  255.255.255.0;<br>option routers 172.16.253.5;<br>option domain-name-servers 
  172.16.253.3;<br><br>my problem is, my dhcp server does not give IP to my 
  users? ... please help<br><br>thanks & 
  regards<br>Winanjaya</div></div><br></div></div><br>
  <hr size="1">
  Never miss a thing. <a rel="nofollow" target="_blank" href="http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs">Make Yahoo 
  your homepage.</a> </blockquote></div><br></div></div><br>



      <hr size=1>Never miss a thing.  <a href="http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs"> Make Yahoo your homepage.</a>

</body></html>