Networking Forums

Networking Forums > Computer Networking > Linux Networking > DHCP Server Leasing Addresses to MAC Addresses of 00-00-00-00-00-00

Reply
Thread Tools Display Modes

DHCP Server Leasing Addresses to MAC Addresses of 00-00-00-00-00-00

 
 
nomorespameventhoughthejapanesespamgivesmeachuckle
Guest
Posts: n/a

 
      12-05-2006, 04:21 PM
I'm using a Draytek DSL Modem/Router which is acting as a DHCP server.
>From this connections are made to a Linksys WRT54G and a separate

connection to Server 2003 with a dual-NIC setup for hosting XP clients.
I also have Server 2003 as a DHCP server for a specific subnet of XP
clients that are internal to the business. I also have separate
connections from the modem/router that go to a Linux box and still more
connections to external client computers. Now when I connect the
client computers I'd like the DHCP server to lease them an address but
as you can see in the following log, the server gives out every
available lease after a short amount of time. In order to clear the
active DHCP sessions I have to reboot the server; then I can lease an
address to a client computer (as you can see by the second leased
address with the Host ID. After a few hours though the list looks like
below.

Any ideas on what's going on?

Any ideas on maybe a better group to post this to?

DHCP server: Running
Index IP Address MAC Address Leased Time HOST ID
1 192.168.1.1 00-50-75-1E-63-60 ROUTER IP
2 192.168.1.210 00-15-F3-9B-FA-34 0:13:57.340 Client-Desktop
3 192.168.1.211 00-00-00-00-00-00 0:20:40.390
4 192.168.1.212 00-00-00-00-00-00 0:20:40.440
5 192.168.1.213 00-00-00-00-00-00 0:20:42.380
6 192.168.1.214 00-00-00-00-00-00 0:20:42.430
7 192.168.1.215 00-00-00-00-00-00 1:20:44.520
8 192.168.1.216 00-00-00-00-00-00 1:20:44.570
9 192.168.1.217 00-00-00-00-00-00 1:20:46.500
10 192.168.1.218 00-00-00-00-00-00 1:20:46.550
11 192.168.1.219 00-00-00-00-00-00 2:20:48.390
12 192.168.1.220 00-00-00-00-00-00 2:20:48.440
13 192.168.1.221 00-00-00-00-00-00 2:20:50.390
14 192.168.1.222 00-00-00-00-00-00 2:20:50.440
15 192.168.1.223 00-00-00-00-00-00 3:20:52.380
16 192.168.1.224 00-00-00-00-00-00 3:20:52.430
17 192.168.1.225 00-00-00-00-00-00 3:20:54.380
18 192.168.1.226 00-00-00-00-00-00 3:20:54.430
19 192.168.1.227 00-00-00-00-00-00 4:20:56.400
20 192.168.1.228 00-00-00-00-00-00 4:20:56.450
21 192.168.1.229 00-00-00-00-00-00 4:20:58.410

 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      12-05-2006, 04:35 PM
In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <(E-Mail Removed)>:
> I'm using a Draytek DSL Modem/Router which is acting as a DHCP server.
>>From this connections are made to a Linksys WRT54G and a separate

> connection to Server 2003 with a dual-NIC setup for hosting XP clients.
> I also have Server 2003 as a DHCP server for a specific subnet of XP
> connections to external client computers. Now when I connect the
> client computers I'd like the DHCP server to lease them an address but
> as you can see in the following log, the server gives out every
> available lease after a short amount of time. In order to clear the
> active DHCP sessions I have to reboot the server; then I can lease an
> address to a client computer (as you can see by the second leased
> address with the Host ID. After a few hours though the list looks like
> below.


> Any ideas on what's going on?


Dunno, though it doesn't sound like a Linux problem at all, even
if it isn't clear what "Server 2003" is supposed to be?
Suggestion, use something that is known to work, like isc DHCP
server on Linux.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 98: The vendor put the bug there.
 
Reply With Quote
 
nomorespameventhoughthejapanesespamgivesmeachuckle
Guest
Posts: n/a

 
      12-05-2006, 05:03 PM

Michael Heiming wrote:
> In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <(E-Mail Removed)>:
> > I'm using a Draytek DSL Modem/Router which is acting as a DHCP server.
> >>From this connections are made to a Linksys WRT54G and a separate

> > connection to Server 2003 with a dual-NIC setup for hosting XP clients.
> > I also have Server 2003 as a DHCP server for a specific subnet of XP
> > connections to external client computers. Now when I connect the
> > client computers I'd like the DHCP server to lease them an address but
> > as you can see in the following log, the server gives out every
> > available lease after a short amount of time. In order to clear the
> > active DHCP sessions I have to reboot the server; then I can lease an
> > address to a client computer (as you can see by the second leased
> > address with the Host ID. After a few hours though the list looks like
> > below.

>
> > Any ideas on what's going on?

>
> Dunno, though it doesn't sound like a Linux problem at all, even
> if it isn't clear what "Server 2003" is supposed to be?
> Suggestion, use something that is known to work, like isc DHCP
> server on Linux.
>
> Good luck
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 98: The vendor put the bug there.



It's not a Linux problem... I just use Linux primarily on my main
workstation and I failed to find a group that was specific to hardware
and router/modem issues. Server 2003 is Windows Server 2003.

 
Reply With Quote
 
Lew Pitcher
Guest
Posts: n/a

 
      12-05-2006, 06:30 PM

nomorespameventhoughthejapanesespamgivesmeachuckle wrote:
> Michael Heiming wrote:
> > In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <(E-Mail Removed)>:
> > > I'm using a Draytek DSL Modem/Router which is acting as a DHCP server.
> > >>From this connections are made to a Linksys WRT54G and a separate
> > > connection to Server 2003 with a dual-NIC setup for hosting XP clients.
> > > I also have Server 2003 as a DHCP server for a specific subnet of XP
> > > connections to external client computers. Now when I connect the
> > > client computers I'd like the DHCP server to lease them an address but
> > > as you can see in the following log, the server gives out every
> > > available lease after a short amount of time. In order to clear the
> > > active DHCP sessions I have to reboot the server; then I can lease an
> > > address to a client computer (as you can see by the second leased
> > > address with the Host ID. After a few hours though the list looks like
> > > below.

> >
> > > Any ideas on what's going on?

> >
> > Dunno, though it doesn't sound like a Linux problem at all, even
> > if it isn't clear what "Server 2003" is supposed to be?
> > Suggestion, use something that is known to work, like isc DHCP
> > server on Linux.

>
> It's not a Linux problem... I just use Linux primarily on my main
> workstation and I failed to find a group that was specific to hardware
> and router/modem issues. Server 2003 is Windows Server 2003.


Since you admit that this is not a Linux problem, and your problem
description seems to indicate that this is a problem specific to the
DCHP server running on a Microsoft Windows Server 2003, your best bet
would be to ask your question in one of the comp.os.ms-windows
newsgroups.

Here, in comp.os.LINUX.networking, we tend to discuss networking issues
with Linux, and really can't help you with what looks to be a Windows
2003 issue.

Sorry

 
Reply With Quote
 
nomorespameventhoughthejapanesespamgivesmeachuckle
Guest
Posts: n/a

 
      12-05-2006, 07:00 PM

Lew Pitcher wrote:
> nomorespameventhoughthejapanesespamgivesmeachuckle wrote:
> > Michael Heiming wrote:
> > > In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <(E-Mail Removed)>:
> > > > I'm using a Draytek DSL Modem/Router which is acting as a DHCP server.
> > > >>From this connections are made to a Linksys WRT54G and a separate
> > > > connection to Server 2003 with a dual-NIC setup for hosting XP clients.
> > > > I also have Server 2003 as a DHCP server for a specific subnet of XP
> > > > connections to external client computers. Now when I connect the
> > > > client computers I'd like the DHCP server to lease them an address but
> > > > as you can see in the following log, the server gives out every
> > > > available lease after a short amount of time. In order to clear the
> > > > active DHCP sessions I have to reboot the server; then I can lease an
> > > > address to a client computer (as you can see by the second leased
> > > > address with the Host ID. After a few hours though the list looks like
> > > > below.
> > >
> > > > Any ideas on what's going on?
> > >
> > > Dunno, though it doesn't sound like a Linux problem at all, even
> > > if it isn't clear what "Server 2003" is supposed to be?
> > > Suggestion, use something that is known to work, like isc DHCP
> > > server on Linux.

> >
> > It's not a Linux problem... I just use Linux primarily on my main
> > workstation and I failed to find a group that was specific to hardware
> > and router/modem issues. Server 2003 is Windows Server 2003.

>
> Since you admit that this is not a Linux problem, and your problem
> description seems to indicate that this is a problem specific to the
> DCHP server running on a Microsoft Windows Server 2003, your best bet
> would be to ask your question in one of the comp.os.ms-windows
> newsgroups.
>
> Here, in comp.os.LINUX.networking, we tend to discuss networking issues
> with Linux, and really can't help you with what looks to be a Windows
> 2003 issue.
>
> Sorry


No no no, I'll clarify that this is not an issue with Windows Server
2003. That is a separate DHCP server for only the domain clients on a
different address block and subnet. The DHCP server that is having the
problem is built into the modem/router/gateway for communicating with
the internet. I really don't know what newsgroup that would fit into...
but I'm guessing that it's running linux so this seems like a good
place!

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      12-05-2006, 08:09 PM
In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <(E-Mail Removed)>:
> Lew Pitcher wrote:
>> nomorespameventhoughthejapanesespamgivesmeachuckle wrote:
>> > Michael Heiming wrote:
>> > > In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <(E-Mail Removed)>:


>> > > > I'm using a Draytek DSL Modem/Router which is acting as a DHCP server.


[ Problems with above box builtin dhcp server, a Linux problem? ]

> different address block and subnet. The DHCP server that is having the
> problem is built into the modem/router/gateway for communicating with
> the internet. I really don't know what newsgroup that would fit into...
> but I'm guessing that it's running linux so this seems like a good
> place!


So you are guessing the above mentioned Draytek DSL Modem/Router
is running Linux and this entitles you for at least "gold"
support from this newsgroup? ;-))

However it sounds unlikely, though I'd firstly check the manual
for any hints, vendors homepage, updates which might resolve the
problem, troubleshooting guide, vendor forum for problems and
alike.

Using google for what it was intended to do would be another idea
and likely more successful then insisting on help from people
reading comp.os.linux.networking!

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 304: routing problems on the neural net
 
Reply With Quote
 
nomorespameventhoughthejapanesespamgivesmeachuckle
Guest
Posts: n/a

 
      12-05-2006, 08:28 PM


On Dec 5, 3:09 pm, Michael Heiming <michael+USE...@www.heiming.de>
wrote:
> In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <nousenets...@gmail.com>:
>
> > Lew Pitcher wrote:
> >> nomorespameventhoughthejapanesespamgivesmeachuckle wrote:
> >> > Michael Heiming wrote:
> >> > > In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <nousenets...@gmail.com>:
> >> > > > I'm using a Draytek DSL Modem/Router which is acting as a DHCP server.[ Problems with above box builtin dhcp server, a Linux problem? ]

>
> > different address block and subnet. The DHCP server that is having the
> > problem is built into the modem/router/gateway for communicating with
> > the internet. I really don't know what newsgroup that would fit into...
> > but I'm guessing that it's running linux so this seems like a good
> > place!So you are guessing the above mentioned Draytek DSL Modem/Router

> is running Linux and this entitles you for at least "gold"
> support from this newsgroup? ;-))
>
> However it sounds unlikely, though I'd firstly check the manual
> for any hints, vendors homepage, updates which might resolve the
> problem, troubleshooting guide, vendor forum for problems and
> alike.
>
> Using google for what it was intended to do would be another idea
> and likely more successful then insisting on help from people
> reading comp.os.linux.networking!
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo zvpu...@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 304: routing problems on the neural net


lol... believe me I tried searching Google first. I rarely ask a
question until I've exhausted my other resources. I've went years
without having this problem but it wasn't until recently that it
started. I thought that maybe someone would happen to know... but I
guess it's not as common as I might have thought. Not a big deal...
but would you feel better if I had just said that all the computers
hooked to the modem/router were linux and not just a few?

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      12-05-2006, 09:03 PM
In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <(E-Mail Removed)>:


> On Dec 5, 3:09 pm, Michael Heiming
> <michael+USE...@www.heiming.de> wrote:
>> In comp.os.linux.networking
>> nomorespameventhoughthejapanesespamgivesmeachuckle
>> <nousenets...@gmail.com>:


>> > Lew Pitcher wrote:
>> >> nomorespameventhoughthejapanesespamgivesmeachuckle wrote:
>> >> > Michael Heiming wrote:
>> >> > > In comp.os.linux.networking
>> >> > > nomorespameventhoughthejapanesespamgivesmeachuckle
>> >> > > <nousenets...@gmail.com>:


>> >> > > > I'm using a Draytek DSL Modem/Router which is acting
>> >> > > > as a DHCP server.[ Problems with above box builtin
>> >> > > > dhcp server, a Linux problem? ]


[ broken quoting fixed, your 80m alias does indeed make things
look worse. ]

>> However it sounds unlikely, though I'd firstly check the manual
>> for any hints, vendors homepage, updates which might resolve the
>> problem, troubleshooting guide, vendor forum for problems and
>> alike.


[ .. if groups.google could just remove .sig from replies? ]

> lol... believe me I tried searching Google first. I rarely ask a


And the other things I suggested, it seems these days many people
start searching instead of checking the obvious first.

> question until I've exhausted my other resources. I've went years
> without having this problem but it wasn't until recently that it
> started. I thought that maybe someone would happen to know... but I
> guess it's not as common as I might have thought. Not a big deal...
> but would you feel better if I had just said that all the computers
> hooked to the modem/router were linux and not just a few?


You still don't get it, it doesn't matter if you have +2000 M$
boxes, as long as the server runs Linux in this case dhcpd, for
the simple reason people in a LINUX newsgroup, if you know what
this is? Know how to troubleshoot problems on LINUX!

So please try the suggestions above and please stop this wild
guessing.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 268: Neutrino overload on the nameserver
 
Reply With Quote
 
nomorespameventhoughthejapanesespamgivesmeachuckle
Guest
Posts: n/a

 
      12-05-2006, 09:21 PM


On Dec 5, 4:03 pm, Michael Heiming <michael+USE...@www.heiming.de>
wrote:
> In comp.os.linux.networking nomorespameventhoughthejapanesespamgivesmeachuckle <nousenets...@gmail.com>:
>
> > On Dec 5, 3:09 pm, Michael Heiming
> > <michael+USE...@www.heiming.de> wrote:
> >> In comp.os.linux.networking
> >> nomorespameventhoughthejapanesespamgivesmeachuckle
> >> <nousenets...@gmail.com>:
> >> > Lew Pitcher wrote:
> >> >> nomorespameventhoughthejapanesespamgivesmeachuckle wrote:
> >> >> > Michael Heiming wrote:
> >> >> > > In comp.os.linux.networking
> >> >> > > nomorespameventhoughthejapanesespamgivesmeachuckle
> >> >> > > <nousenets...@gmail.com>:
> >> >> > > > I'm using a Draytek DSL Modem/Router which is acting
> >> >> > > > as a DHCP server.[ Problems with above box builtin
> >> >> > > > dhcp server, a Linux problem? ][ broken quoting fixed, your 80m alias does indeed make things

> look worse. ]
>
> >> However it sounds unlikely, though I'd firstly check the manual
> >> for any hints, vendors homepage, updates which might resolve the
> >> problem, troubleshooting guide, vendor forum for problems and
> >> alike.[ .. if groups.google could just remove .sig from replies? ]

>
> > lol... believe me I tried searching Google first. I rarely ask aAnd the other things I suggested, it seems these days many people

> start searching instead of checking the obvious first.
>
> > question until I've exhausted my other resources. I've went years
> > without having this problem but it wasn't until recently that it
> > started. I thought that maybe someone would happen to know... but I
> > guess it's not as common as I might have thought. Not a big deal...
> > but would you feel better if I had just said that all the computers
> > hooked to the modem/router were linux and not just a few?You still don't get it, it doesn't matter if you have +2000 M$

> boxes, as long as the server runs Linux in this case dhcpd, for
> the simple reason people in a LINUX newsgroup, if you know what
> this is? Know how to troubleshoot problems on LINUX!
>
> So please try the suggestions above and please stop this wild
> guessing.
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo zvpu...@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 268: Neutrino overload on the nameserver


Hey, never meant to offend you. I always felt the the linux community
was very knowledgeable and I was simply looking for a little help.
Most people that know linux also know hardware and understand stuff
like iptables and therefore would understand a simple DHCP question.
As I told you I've searched high and low already. Wild guessing - not
sure what you mean... I just have respect for the linux community. I'm
sorry you acted this way and feel like this... thanks for cutting me
off from your vine.

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      12-05-2006, 09:49 PM
In comp.os.linux.networking
nomorespameventhoughthejapanesespamgivesmeachuckle
<(E-Mail Removed)>:

[stuff]

> Hey, never meant to offend you. I always felt the the linux community
> was very knowledgeable and I was simply looking for a little help.
> Most people that know linux also know hardware and understand stuff
> like iptables and therefore would understand a simple DHCP question.


Good riddance

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 27: radiosity depletion
 
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
Possible to import IP addresses into DHCP Server? Jason Williams Windows Networking 3 12-17-2007 07:51 AM
DHCP server not issuing IP Addresses Rachel L Chipman Windows Networking 6 05-17-2007 08:40 AM
Server 2003 DHCP not serving addresses Rich M Windows Networking 3 09-06-2006 05:12 PM
DHCP Server not assigning addresses to clients Neil Sutulic Windows Networking 0 01-26-2006 10:40 AM
Can I get 2 diff. IP addresses from a DHCP server? Iassen Hristov Linux Networking 1 08-08-2003 01:19 PM



1 2 3 4 5 6 7 8 9 10 11