DHCP Server: BAD_ADDRESS

Reply

Join Date: Jun 2006
Posts: 1,169
Reputation: Duki has a spectacular aura about Duki has a spectacular aura about Duki has a spectacular aura about 
Solved Threads: 9
Duki's Avatar
Duki Duki is offline Offline
Veteran Poster

DHCP Server: BAD_ADDRESS

 
0
  #1
Jul 6th, 2006
I have DHCP installed on our server, and while checking the leases I noticed a few BAD_ADDRESS entries. I delete them but they return within a few seconds. Anyone know the cause of this and how to prevent it?


Thanks!
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.

-Edsger Dijkstra
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 167
Reputation: knsljo is an unknown quantity at this point 
Solved Threads: 7
knsljo's Avatar
knsljo knsljo is offline Offline
Junior Poster

Re: DHCP Server: BAD_ADDRESS

 
0
  #2
Jul 6th, 2006
Can you trace the bad adress to any workstations?
How many workstations do you have?
How many can you see in the DHCP list?
Do workstation addresses match those in the DHCP list?
Are all the workstations set to DHCP?

Do they have all the correct subnet masks?

These are all things you should check.
Last edited by knsljo; Jul 6th, 2006 at 2:56 pm.
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 1,169
Reputation: Duki has a spectacular aura about Duki has a spectacular aura about Duki has a spectacular aura about 
Solved Threads: 9
Duki's Avatar
Duki Duki is offline Offline
Veteran Poster

Re: DHCP Server: BAD_ADDRESS

 
0
  #3
Jul 6th, 2006
Can you trace the bad adress to any workstations?
How many workstations do you have?
How many can you see in the DHCP list?
Do workstation addresses match those in the DHCP list?
Are all the workstations set to DHCP?

Do they have all the correct subnet masks?

These are all things you should check.

Can't trace the addresses
roughly 25
(random)
from what i can tell
no (we're in the process of switching over to new network architechture)
yes
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.

-Edsger Dijkstra
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 167
Reputation: knsljo is an unknown quantity at this point 
Solved Threads: 7
knsljo's Avatar
knsljo knsljo is offline Offline
Junior Poster

Re: DHCP Server: BAD_ADDRESS

 
0
  #4
Jul 6th, 2006
You need to check this when all DHCP configured machines are running.
Take a note of all there ip addresses and cross reference it with the DHCP list.
The machines that are not configured with DHCP could have static ip addresses that conflict with addresses that are issued by DHCP. If they are on the same network and they are switched on after a workstation which has been issued with the same ip address they will conflict. You need to make sure that the DHCP server cannot issue any of the static ip addresses.
eg: set DHCP to issue 192.168.1.100-192.168.1.150 then set all static addresses outside of this range.
This is just one possibility.
Hope this helps.
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 1,169
Reputation: Duki has a spectacular aura about Duki has a spectacular aura about Duki has a spectacular aura about 
Solved Threads: 9
Duki's Avatar
Duki Duki is offline Offline
Veteran Poster

Re: DHCP Server: BAD_ADDRESS

 
0
  #5
Jul 6th, 2006
thanks for the reply.


all of our static ips are 13.240.x.x and the dhcp is set to lease 192.168.x.x
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.

-Edsger Dijkstra
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 1,169
Reputation: Duki has a spectacular aura about Duki has a spectacular aura about Duki has a spectacular aura about 
Solved Threads: 9
Duki's Avatar
Duki Duki is offline Offline
Veteran Poster

Re: DHCP Server: BAD_ADDRESS

 
0
  #6
Aug 16th, 2006
Well I figure it's about time to bring this post back to life....


I'm still getting a bunch of BAD_ADDRESS entries in my DHCP Address Lease scope. The MAC Address is shorter than the work stations'....
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.

-Edsger Dijkstra
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 1,605
Reputation: 'Stein is on a distinguished road 
Solved Threads: 104
Team Colleague
'Stein's Avatar
'Stein 'Stein is offline Offline
Lapsed Skeptic

Re: DHCP Server: BAD_ADDRESS

 
0
  #7
Aug 18th, 2006
Moved.
Now if ya like the help ya could always raise our reputation...
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 1
Reputation: smisse is an unknown quantity at this point 
Solved Threads: 0
smisse's Avatar
smisse smisse is offline Offline
Newbie Poster

Re: DHCP Server: BAD_ADDRESS

 
0
  #8
Nov 14th, 2007
What do you mean with "Moved." ?

I have the same problem.
- bad_address
- shorter MAC

Duki, were you able to solve the problem ?
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,187
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 532
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is online now Online
Moderator

Re: DHCP Server: BAD_ADDRESS

 
0
  #9
Nov 14th, 2007
Ive had this before when 2 machines had the same mac (dont know why, i thaught they were supposed to be unique to the h/w?)
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 1,169
Reputation: Duki has a spectacular aura about Duki has a spectacular aura about Duki has a spectacular aura about 
Solved Threads: 9
Duki's Avatar
Duki Duki is offline Offline
Veteran Poster

Re: DHCP Server: BAD_ADDRESS

 
0
  #10
Nov 15th, 2007
Well yes and no. We recently installed new servers, which do not give this error. I figure it was something configured wrong in DNS or DHCP on my behalf; it was my first DC.
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.

-Edsger Dijkstra
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Networking Hardware Configuration Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC