Re: Seeking only some information by DHCP

From: Jeffrey Goldberg (nobody_at_goldmark.org)
Date: 09/24/05


Date: Sat, 24 Sep 2005 08:20:36 -0500

James Knott wrote:

> And what happens when the DHCP server assigns that address to someone else?
> Also, IIRC some ISPs won't allow traffic from computers that don't have an
> address currently assigned by the DHCP server.

Let me clarify. I have a static, public, address which I pay through
the nose for from my ISP (comcast). The DHCP server that I've been
talking about is my router/NAT device/cable modem provided by comcast.
It assigns things for my local, private, network.

I was just concerned about the assignment of *private* addresses in
10.1.10.0/24. NATing will ensure that what leaves my network comes from
my properly assigned public IP address.

My router from comcast has its own DHCP server on it. I have limited
control over it. But I can (and have) specified the range of the
dynamic pool. So the internal machines that I am assigning statically
to private addresses are private addresses outside of the dynamic pool
range.

I hope this answers your concern. I am *not* trying to claim an IP
address to which I'm not routed for.

-j



Relevant Pages

  • Re: Critique ThreadQueue class please
    ... intact in case I ever want to try again, but moved them to private ... Okay, since assignment op and cctor can be dropped anyway, the comment ... I never handled OOM condition in a program, but I do handle the exception ... const int NumOfQueues ...
    (comp.programming.threads)
  • Re: VB6, SQL2000 and Word
    ... Private tempdoc As Word.Document ... use RaiseEvent with the following syntax: ... assignment. ... Private Sub CreateMailMergeDataFileAs String) ...
    (microsoft.public.vb.general.discussion)
  • Re: Controlled types and exception safety
    ... >> type Object is limited private; ... >> package Container is ... >> package Specialized_Container is ... > assignment procedure must have Left be mode "out". ...
    (comp.lang.ada)
  • Re: Extending stl::list???
    ... > containers is not wise due to the lack of virtual destructors. ... public inheritance from standard containers is usually not preferred ... private inheritance. ... However, as I said before, if this is an assignment, follow the instructions ...
    (comp.lang.cpp)
  • Re: How do it work?
    ... Since the assignment happens inside the constructor, ... Public Class doughnut ... Private mFlavor as Doughnutype ... public ReadOnly Property timeofcreation() as date ...
    (microsoft.public.dotnet.languages.vb)