Event-ID: 1007 automatic IP adress, how to turn it off.

G

Guest

Hello.

"Your computer has automatically configured the IP address for the Network
Card with network address <MAC address>. The IP address being used is <ip
address within the 169.254.0.0 range>. "

This message is generated, because my computer is configured to obtain its
IP address automatically (from a DHCP server) but no DCHP server answered the
request. A random IP address (within the 169.254.0.0 range) is assigned to
the computer by itself.

This behavior occurs because the number of IP adresses that can be obtained
by network users is limited by the DHCP server! That means the maximum number
of users is already reached.

How can I turn it off in order to keep my computer trying to obtain its IP
adress only from a DHCP server not by itself?

Thank you.
 
L

Lem

John said:
Hello.

"Your computer has automatically configured the IP address for the Network
Card with network address <MAC address>. The IP address being used is <ip
address within the 169.254.0.0 range>. "

This message is generated, because my computer is configured to obtain its
IP address automatically (from a DHCP server) but no DCHP server answered the
request. A random IP address (within the 169.254.0.0 range) is assigned to
the computer by itself.

This behavior occurs because the number of IP adresses that can be obtained
by network users is limited by the DHCP server! That means the maximum number
of users is already reached.

How can I turn it off in order to keep my computer trying to obtain its IP
adress only from a DHCP server not by itself?

Thank you.

Windows XP uses the settings on the "Alternate Configuration" tab of the
TCP/IP Properties dialog for your network adapter to decide what to do
if "Obtain an IP address automatically" is selected and no address is
successfully assigned by a DHCP server in about 60 seconds. The two
choices on this tab are Automatic Private IP Addressing (default) or a
static pre-selected IP address. If you want neither to happen, leave
the APIPA radio button selected and see

http://www.microsoft.com/resources/...s/en-us/sag_tcpip_pro_altconfig.mspx?mfr=true

--
Lem -- MS-MVP - Networking

To the moon and back with 4KB of RAM and 72KB of ROM.
http://en.wikipedia.org/wiki/Apollo_Guidance_Computer
http://history.nasa.gov/afj/compessay.htm
 
S

Steve Winograd [MVP]

John said:
Hello.

"Your computer has automatically configured the IP address for the Network
Card with network address <MAC address>. The IP address being used is <ip
address within the 169.254.0.0 range>. "

This message is generated, because my computer is configured to obtain its
IP address automatically (from a DHCP server) but no DCHP server answered the
request. A random IP address (within the 169.254.0.0 range) is assigned to
the computer by itself.

This behavior occurs because the number of IP adresses that can be obtained
by network users is limited by the DHCP server! That means the maximum number
of users is already reached.

How can I turn it off in order to keep my computer trying to obtain its IP
adress only from a DHCP server not by itself?

Thank you.

To turn off APIPA (Automatic Private IP Addressing):

1. Run the registry editor.

2. Open this key:

HLM\System\CurrentControlSet\Services\Tcpip\Parameters\
Interfaces\<Adapter GUID>

where "<Adapter GUID>" is the globally unique identifier (GUID) for
the network adapter.

3. Create a DWORD value named "IPAutoconfigurationEnabled".

4. Set the value to 0.

5. Reboot.

However, there's no need to do that. Even after it assigns itself a
169.254.0.0 address, Windows XP keeps trying to obtain an address from
a DHCP server and will obtain an address soon after one becomes
available.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top