Re: security of IP address
From: prg (rdgentry1_at_cablelynx.com)
Date: 05/01/05
- Next message: Kunael: "Re: comparing sniffer tools (tcpdump, ethereal, etherape, ethercap, drifnet)"
- Previous message: Michael Heiming: "Re: network traffic manipulation box"
- Maybe in reply to: Barry Margolin: "Re: security of IP address"
- Next in thread: Barry Margolin: "Re: security of IP address"
- Reply: Barry Margolin: "Re: security of IP address"
- Reply: Vernon Schryver: "Re: security of IP address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 1 May 2005 12:54:39 -0700
Greenhorn wrote:
> hi there
> if we use DHCP for assigning addresses for network interfaces, does
> the router ...
Initial DHCP requests are broadcast frames, so they are not forwarded
by a router. This is why a DHCP server or relay agent must reside on
each IP subnet to service requests.
> ... verify all the messages and see if the packets have proper
> IP - MAC combination, ...
Well, the requesting machine doesn't have anything to distinguish it
except the MAC address -- it doesn't have an IP yet.
> ... is it an optional feature in todays routers. Does
> the relevant RFC state anything about it.
> If not the router, is there any other entity who performs this check
The dhcpd server can be set up to offer IPs based on "valid" MACs, ie.,
only give out IPs to MACs you've indicated in the configuration.
Configuration details depend on your server.
Without pre-configuring clients with an assigned client-indentifier the
MAC is really all you have to work with initially. Thus, clients would
have to "register" their MAC address in order to acquire a lease. This
can be done "in person" or by using an "enrollment" scheme for "first
time" network users similar to the way many college campuses do it
(since students bring in their own hardware with unknowable MACs and
in-person registering is out of the question). Your own hardware MACs
are available to you once you collect them.
The approach you take will depend on your environment/setup and just
what your concerns are. Desktops offer easier/different options as
opposed to laptops, especially laptops of guests/visitors.
hth,
prg
email above disabled
- Next message: Kunael: "Re: comparing sniffer tools (tcpdump, ethereal, etherape, ethercap, drifnet)"
- Previous message: Michael Heiming: "Re: network traffic manipulation box"
- Maybe in reply to: Barry Margolin: "Re: security of IP address"
- Next in thread: Barry Margolin: "Re: security of IP address"
- Reply: Barry Margolin: "Re: security of IP address"
- Reply: Vernon Schryver: "Re: security of IP address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|