I've stumbled upon this when the recipient server is on the wrong VLAN.<br><br><div class="gmail_quote">On Mon, May 19, 2008 at 8:29 AM, Rajiv Rajaian <<a href="mailto:rajiv.grid@gmail.com">rajiv.grid@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br>
I have configured my dhcp server in my host (g40.grid ) . Here's my<br>
dhcpd.conf file<br>
<br>
<br>
[root@g40 ~]# cat /etc/dhcpd.conf<br>
ddns-update-style ad-hoc;<br>
default-lease-time 600;<br>
max-lease-time 7200;<br>
lease-file-name "/var/lib/dhcp/dhcpd.leases";<br>
authoritative;<br>
log-facility local7;<br>
# Configuration for an internal subnet.<br>
subnet <a href="http://10.2.0.0" target="_blank">10.2.0.0</a> netmask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a> {<br>
<br>
pool {<br>
range <a href="http://10.2.0.120" target="_blank">10.2.0.120</a> <a href="http://10.2.0.150" target="_blank">10.2.0.150</a>;<br>
}<br>
<br>
option routers <a href="http://10.2.0.40" target="_blank">10.2.0.40</a>;<br>
option broadcast-address <a href="http://10.2.0.255" target="_blank">10.2.0.255</a>;<br>
default-lease-time 600;<br>
max-lease-time 7200;<br>
}<br>
}<br>
<br>
With this configuration I ve started my dhcp server successfully ..<br>
Also my IP Address of my host is <a href="http://10.2.0.40" target="_blank">10.2.0.40</a><br>
<br>
Now I have configured my client machine (g152.grid) for network which<br>
is connected with LAN<br>
<br>
[root@g152 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0<br>
ONBOOT=yes<br>
TYPE=Ethernet<br>
DEVICE=eth0<br>
BOOTPROTO=dhcp<br>
<br>
While restarting network in client machine using service network<br>
restart Im getting the following error in /var/log/messages of my<br>
dhcp server machine<br>
<br>
May 19 19:50:22 g40 dhcpd: DHCPDISCOVER from 00:16:3e:53:a3:a1 via<br>
eth0: network <a href="http://10.2.0.0/24" target="_blank">10.2.0.0/24</a>: no free leases<br>
May 19 19:51:02 g40 last message repeated 4 times<br>
<br>
<br>
Is there any thing wrong with my configuration . Or anything else I ve<br>
to configure more..Please give me your valuable suggestions .<br>
Please help me to configure this ..<br>
<br>
<br>
Thanks /Regards<br>
Rajiv<br>
Project Associate ,<br>
CARE, MIT,<br>
Anna university<br>
<br>
</blockquote></div><br>