Re: assigning ip addresses on a secure way

From: Steven L Umbach (n9rou_at_n0-spam-for-me-comcast.net)
Date: 08/19/04


Date: Thu, 19 Aug 2004 02:01:53 GMT

DHCP works off of broadcasts. In a normal network configuration, any computer that
has network access to a DHCP server can get an address as long as there are address
leases available that are not reserved. DHCP reservations can take a lot of time to
configure on a larger network and there are reports of users saying that unused
reservations have been leased to DHCP clients booting on the network when there are
no addresses left in the lease pool.

One way to manage what you want is to use a managed switch with security features.
These type of switches are reasonably priced these days. For instance the HP Procurve
2524 goes for $400 or less on Ebay with a lifetime warranty and with current firmware
offers port isolation, mac filtering, vlans, and 802.1X authentication. That switch
allows you to filter mac addresses in a learn mode that can lock ports to the current
mac address without any manual configuration of address tables. It can also bock a
port where an intrusion is detected and issue an alert. Note that mac address
security is not 100 percent secure but is still a good measure to block access from
all but malicious users which should be dealt with severely. 802.1X is much better
but involves more infrastructure and compatible operating systems. Port isolation
allows ports on the switch to only access other assigned ports in a variety of
configurations and can allow all computers internet access while not allowing access
to other restricted ports on the switch.

http://www.hp.com/rnd/products/switches/switch2524-2512/overview.htm

Using DHCP as a security measure is of little value in that it is easy to find the
network IP address of a lan and manually configure tcp/ip info to gain access.
Another option is ipsec policies. Only W2K, XP Pro, and Windows 2003 are ipsec aware.
Within a domain ipsec by default will use kerberos authentication and any computer
that is not a domain member will not be authenticated for ipsec. Any computer that
has an ipsec require policy will refuse connection attempts from computers that can
not use ipsec or comply with the ipsec policy. However domain controllers can not
engage in ipsec ESP/AH communications with domain members and need to be exempt from
such ipsec policies by their static IP addresses. --- Steve

http://www.microsoft.com/windows2000/techinfo/planning/security/ipsecsteps.asp --
ipsec procedures.

"eric romero" <e.romero@cgnet.com> wrote in message
news:%23b9xPnWhEHA.2908@TK2MSFTNGP10.phx.gbl...
> Hi all,
>
> I have a Microsoft domain running Microsoft DHCP, I want to know what is the
> best way to assign ips securely.
> i.e if a vendor comes to the office I do not want his/her latop to obtain an
> ip, ips must be assigned just to office's computers.
>
> thx
>
>



Relevant Pages

  • Re: assigning ip addresses on a secure way
    ... > superscope scenario to configure the DHCP to assign 10.3.ip s just to the ... >> allows you to filter mac addresses in a learn mode that can lock ports to ... >> configurations and can allow all computers internet access while not ... >> Within a domain ipsec by default will use kerberos authentication and any ...
    (microsoft.public.security)
  • Re: Allow DHCP only to Client Computers?
    ... network from getting an address from DHCP, ... Couldn't you achieve such a thing with IPSec. ... be assigning the classid to the adaptor - if the adaptor has a ...
    (microsoft.public.windows.server.sbs)
  • Re: Firewalls and PCI
    ... DHCP all an attacker with zero knowledge of the network configuration ... a comment about IPSec: ...
    (Security-Basics)
  • RE: Preventing DHCP from allocating IPs
    ... The ethernet ports in these areas will be ... These areas are ACL'ed off from our enterprise network. ... > Turn of DHCP!! ... Preventing DHCP from allocating IPs ...
    (Security-Basics)
  • Re: Restricting DHCP to specific users
    ... You can't do it directly in DHCP. ... Assign the ports on the switch to specified MACs. ... Set up a wireless network with connection only to the internet. ... Windows Server 2008 Network Access Protection ...
    (microsoft.public.windows.server.general)