Dear Friends,
I am using Linux  (Redhat 6.1) as a DHCP server

My dhcpd.conf file is
--------------------------------------------------------------------
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.240 192.168.1.250;
default-lease-time 86400;
max-lease-time 259200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 198.168.1.1;
option domain-name-servers 192.168.1.1;
option domain-name "host1.mp.com";
}
# my linux host name is host1 & Ip is 192.168.1.1
-------------------------------------------------------------

When I use windows 95 client as DHCP client .It does not get IP address &
renew tab of winipcfg gives the asscess denied  error.

my messages file shows followin error
----------------------------------------------------------------------------
--------------------------------------------------------

Feb  7 12:43:22 host1 dhcpd: DHCPDISCOVER from 00:80:ad:50:9f:ad via eth0
Feb  7 12:43:22 host1 dhcpd: DHCPREQUEST for 192.168.0.17 from
00:80:ad:50:9f:ad via eth0
Feb  7 12:43:22 host1 dhcpd: DHCPNAK on 192.168.0.17 to 00:80:ad:50:9f:ad
via eth0
Feb  7 12:43:23 host1 dhcpd: DHCPOFFER on 192.168.1.240 to 00:80:ad:50:9f:ad
via eth0

Feb  7 12:46:04 host1 dhcpd: DHCPDISCOVER from 00:80:ad:50:9f:ad via eth0
Feb  7 12:46:04 host1 dhcpd: DHCPREQUEST for 192.168.0.17 from
00:80:ad:50:9f:ad via eth0
Feb  7 12:46:04 host1 dhcpd: DHCPNAK on 192.168.0.17 to 00:80:ad:50:9f:ad
via eth0
Feb  7 12:46:05 host1 dhcpd: DHCPOFFER on 192.168.1.240 to 00:80:ad:50:9f:ad
via eth0
----------------------------------------------------------------------------
--------------------------------------------------------

Why does it gives DHCPREQUEST for 192.168.0.17 .I havent mentioned  this
series of network.
My network is 192.168.1.0.

Please help me for the same

regards


Jitendra




--------------------------------------------------------------------------
LI is all for free speech, but this list was created for a purpose --
to help popularise Linux in India. If your messages are counterproductive
to that purpose, your privileges to submit messages can and will be revoked.

Reply via email to