Networking Forums

Networking Forums > Computer Networking > Linux Networking > urgent! dhcpd

Reply
Thread Tools Display Modes

urgent! dhcpd

 
 
Damir Galič
Guest
Posts: n/a

 
      08-27-2005, 03:33 PM
why the hell is my dhcpd assigning ips from old ip range!!! how do I reset
this thing to assign only new ips as they are written in dhcpd.conf!?


 
Reply With Quote
 
 
 
 
Martin Blume
Guest
Posts: n/a

 
      08-27-2005, 04:26 PM
"Damir Galič" schrieb
> why the hell is my dhcpd assigning ips from old ip
> range!!! how do I reset this thing to assign only
> new ips as they are written in dhcpd.conf!?
>

restart your dhcpd?

# rcdhcpd restart
or
# kill -SIGHUP `pidof dhcpd`
or
something similar according to the instructions of
your distribution?

HTH
Martin



 
Reply With Quote
 
Damir Galic
Guest
Posts: n/a

 
      08-27-2005, 04:30 PM
I tried to restart dhcpd, erase lease file, which is empty, tried to reboot.
strange but dhcpd is always giving me the same ip, which is from the old
range. what could be wrong? for example I am getting ip 192.168.0.193. but
that's not in config!!! so strange.

"Martin Blume" <(E-Mail Removed)> wrote in message
news:4310943a$0$1154$(E-Mail Removed)...
> "Damir Galič" schrieb
>> why the hell is my dhcpd assigning ips from old ip
>> range!!! how do I reset this thing to assign only
>> new ips as they are written in dhcpd.conf!?
>>

> restart your dhcpd?
>
> # rcdhcpd restart
> or
> # kill -SIGHUP `pidof dhcpd`
> or
> something similar according to the instructions of
> your distribution?
>
> HTH
> Martin
>
>
>



 
Reply With Quote
 
Damir Galic
Guest
Posts: n/a

 
      08-27-2005, 04:41 PM
ok strange. I removed authoritative; and I got the new ip.


 
Reply With Quote
 
Walter Mautner
Guest
Posts: n/a

 
      08-27-2005, 09:55 PM
Damir Galic wrote:

> I tried to restart dhcpd, erase lease file, which is empty, tried to
> reboot. strange but dhcpd is always giving me the same ip, which is from
> the old range. what could be wrong? for example I am getting ip
> 192.168.0.193. but that's not in config!!! so strange.
>

The client, as his lease hasn't yet expired, probably re-requests his old
address.

--
Longhorn error#4711: TCPA / NGSCP VIOLATION: Microsoft optical mouse
detected penguin patterns on mousepad. Partition scan in progress
*to*remove*offending*incompatible*products.**Reactivate*MS*software.
Linux woodpecker.homnet.at 2.6.12-mm2[LinuxCounter#295241,ICQ#4918962]
 
Reply With Quote
 
robertharvey@my-deja.com
Guest
Posts: n/a

 
      08-28-2005, 10:11 AM
Walter Mautner wrote:
> The client, as his lease hasn't yet expired, probably re-requests his old
> address.


That would have been my guess. I am quite surprised the request got
honoured though. Its not impossible that the client just carried on
using it.

 
Reply With Quote
 
Damir Galic
Guest
Posts: n/a

 
      08-28-2005, 02:13 PM
ok this is becomming really annoying. it worked on my pc after removing
authoritative and after disabling nic in windows, but now I am seeing this
for other pc:
Aug 28 10:32:09 skum dhcpd: DHCPREQUEST for 192.168.0.194 from
00:10:a4:e3:ca:28 via eth1: unknown lease 192.168.0.194.
Aug 28 10:32:12 skum dhcpd: DHCPREQUEST for 192.168.0.194 from
00:10:a4:e3:ca:28 via eth1: unknown lease 192.168.0.194.

so is the problem on client's side or the server? why the heck doesn't it
give ip from the ip range?


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> Walter Mautner wrote:
>> The client, as his lease hasn't yet expired, probably re-requests his old
>> address.

>
> That would have been my guess. I am quite surprised the request got
> honoured though. Its not impossible that the client just carried on
> using it.
>



 
Reply With Quote
 
robertharvey@my-deja.com
Guest
Posts: n/a

 
      08-28-2005, 08:30 PM
Damir Galic wrote:
> ok this is becomming really annoying. it worked on my pc after removing
> authoritative and after disabling nic in windows, but now I am seeing this
> for other pc:
> Aug 28 10:32:09 skum dhcpd: DHCPREQUEST for 192.168.0.194 from
> 00:10:a4:e3:ca:28 via eth1: unknown lease 192.168.0.194.
> Aug 28 10:32:12 skum dhcpd: DHCPREQUEST for 192.168.0.194 from
> 00:10:a4:e3:ca:28 via eth1: unknown lease 192.168.0.194.


The dhcpd client on your workstation is asking for a specific address.
You need to tell it to request a fresh one. Try logging onto the
workstation as root and enterting dhclient -r or deleting the contents
of dhclient.leases

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS & DHCPD Hosam Linux Networking 3 01-28-2008 07:30 PM
Help !!!!!!! DHCP IP not enough - Urgent Urgent ITCOM Windows Networking 7 09-01-2006 01:17 PM
dhcpd Damir Galič Linux Networking 1 09-08-2005 02:31 AM
dhcpd in dmz ? peter pilsl Linux Networking 3 10-30-2004 08:35 PM
Cannot access SBS clients from server, Please Help! Urgent! Urgent! Urgent! novice Windows Networking 1 04-06-2004 12:46 PM



1 2 3 4 5 6 7 8 9 10 11