- Any routers that allow mapping of MAC to DHCP
- Posted by amit das on June 28th, 2003
I am running XP, currently have a networkeverywhere(linksys) router.
The problem is that when power is lost to the router all the DHCP
clients are assigned different ips from before the loss of power. I am
guessing the first computer it sees is the one it gives the first ip
to.. and so on.
This causes a problem because I have port forwarding enabled and when
the router restarts after power loss there is no gaurantee the same
lan computer will get the same DHCP ip.
Is there a home router that will allow me to specify a DHCP address to
a MAC address this way the lan computer will always get the predefined
DHCP ip?
Amit
- Posted by ec on June 28th, 2003
Netgear FR114P can do it.
"amit das" <amitdas91@yahoo.com> wrote in message
news:b98b1f0a.0306272217.34c221c0@posting.google.c om...
- Posted by amit das on June 28th, 2003
I forgot to mention that I get a dynmically allocated
ip address from my cable provider... so is it still possible to
statically assign my lan pcs even when the main ip address, and dns
keep changing? I was told to
keep all my windows tcp/ip settings to "obtain
automatically"
amit
James Knott <bit_bucket@rogers.com> wrote in message news:<a3fLa.3460$2ay.2179@news01.bloor.is.net.cabl e.rogers.com>...
- Posted by VPN Rules on June 28th, 2003
soho routefinder from Multi-Tech can do this. http://www.multitech.com
"amit das" <amitdas91@yahoo.com> wrote in message
news:b98b1f0a.0306272217.34c221c0@posting.google.c om...
- Posted by Boyd Williston on June 29th, 2003
amitdas91@yahoo.com (amit das) wrote in
news:b98b1f0a.0306281044.3e134ee5@posting.google.c om:
You were told that by a cable provider who was assuming that you had a
computer connected directly to the modem -- or a tech who doesn't know
very much about how a LAN works. The WAN side of you router has to be set
up to get an IP from the cable system (sounds like it is). You can set up
the LAN side however you want. So yes, you can assign static local IP's to
your computers.
- Posted by amit das on June 29th, 2003
Ok. as I try to change my xp tcp/ip conf. from obtain auto. to fixed
ip, XP asks for a DNS server, it seems mandatory. after restart the
router now finds my fixed ip computer but the computer cannot connect
to the internet due to lack of dns settings. Does this mean I have to
set the DNS on each computer. Suppose my cable provider changes dns
servers on me.. does this mean I have to change each computers tcp/ip
settings... this is what I do not want to do!
amit
James Knott <bit_bucket@rogers.com> wrote in message news:<3RlLa.4137$2ay.1806@news01.bloor.is.net.cabl e.rogers.com>...
- Posted by James Knott on June 29th, 2003
amit das wrote:
It's unlikely that will happen very often.
--
Fundamentalism is fundamentally wrong.
To reply to this message, replace everything to the left of "@" with
james.knott.
- Posted by Jim Orfanakos on June 30th, 2003
Why not use static ip's at the pc level?
"amit das" <amitdas91@yahoo.com> wrote in message
news:b98b1f0a.0306272217.34c221c0@posting.google.c om...
: I am running XP, currently have a networkeverywhere(linksys) router.
: The problem is that when power is lost to the router all the DHCP
: clients are assigned different ips from before the loss of power. I am
: guessing the first computer it sees is the one it gives the first ip
: to.. and so on.
:
: This causes a problem because I have port forwarding enabled and when
: the router restarts after power loss there is no gaurantee the same
: lan computer will get the same DHCP ip.
:
: Is there a home router that will allow me to specify a DHCP address to
: a MAC address this way the lan computer will always get the predefined
: DHCP ip?
:
: Amit
- Posted by Jacob Westenbach on June 30th, 2003
"amit das" <amitdas91@yahoo.com> wrote in message
news:b98b1f0a.0306290013.47a324aa@posting.google.c om...
This is dependent on the router capabilities. I have an Addtron (no longer
in business) which can serve as a DNS proxy for the lan. With it, you
simply point DNS on the client machines to the router IP (same address as
the gateway). If the requested data is not found, the router proxy fetches
the info and caches it.
JW
- Posted by Darwei Kung on July 16th, 2003
D-Link DI-713P Wireless Access Point / Router also supports MAC based DHCP
assignment.
By the way for those who suggest static IP address as a solution, consider
the case where a laptop needs to be used at different locations, and must
have different IP addresses. And the location authanticate a computer by a
specific MAC address.
dk.
"amit das" <amitdas91@yahoo.com> wrote in message
news:b98b1f0a.0306272217.34c221c0@posting.google.c om...
- Posted by Glen Herrmannsfeldt on July 16th, 2003
"Darwei Kung" <darwei.kung@worldnet.att.net> wrote in message
news:2G4Ra.57218$3o3.3813214@bgtnsc05-news.ops.worldnet.att.net...
Well, BOOTP which came before DHCP was designed to do that.
If you set a long, or infinite, lease time some DHCP servers will reassign
the same address. But then some won't.
-- glen
- Posted by James Knott on July 16th, 2003
Darwei Kung wrote:
If you're running Windows 2000 or XP, you can configure it to try dhcp
first, then default to a static IP. With Linux & OS/2, you can start up in
static, then switch to dhcp.
--
Fundamentalism is fundamentally wrong.
To reply to this message, replace everything to the left of "@" with
james.knott.
- Posted by James Knott on July 16th, 2003
Glen Herrmannsfeldt wrote:
Lease time has nothing to do with retaining the same address. The normal
practice is to renew the same IP, as long as possible. Some ISPs don't.
--
Fundamentalism is fundamentally wrong.
To reply to this message, replace everything to the left of "@" with
james.knott.
- Posted by nobody on July 17th, 2003
"Glen Herrmannsfeldt" <gah@ugcs.caltech.edu> wrote:
Many DHCP servers, including Microsoft's, can be configured to honor
BOOTP requests (see, for example, Microsoft's documentation at
http://support.microsoft.com/support...Q174/7/65.ASP).
nobody