We're trying to configure a static address on an XP
machine. When the machine is restarted it switches itself
back to DHCP settings. If we switch it back to static,
same thing, next time machines restarted we lose the
static address and reverts to dhcp. It's extremely
frustrating and I can't find any help on this.

Re: Static IP fails to DHCP by Jack

Jack
Fri May 16 16:41:47 PDT 2008

Hi
The static IP has to be out of the DHCP range.
Example, if the DHCP range is 192.168.1.1 to 192.168.1.100 static IPS have
to be above 192.168.1.100.
If the FDGCP covers the whole subnet (xxx.xxxx.xxxx.0 to xxx.xxx.xxx.255 it
has to be configured to a smaller range.
Jack (MVP-Networking).

"You Can" <lbodacious@myrealbox.com> wrote in message
news:tMoXj.3660$ah4.200@flpi148.ffdc.sbc.com...
> We're trying to configure a static address on an XP
> machine. When the machine is restarted it switches itself
> back to DHCP settings. If we switch it back to static,
> same thing, next time machines restarted we lose the
> static address and reverts to dhcp. It's extremely
> frustrating and I can't find any help on this.
>


Re: Static IP fails to DHCP by You

You
Fri May 16 20:58:36 PDT 2008

The static range is xxx.xxx.xxx.1 - 99 and DHCP is 100-49. Any other
suggestions?

"Jack (MVP-Networking)." <jack@discussiongroup.com> wrote in message
news:e7MBo56tIHA.3792@TK2MSFTNGP02.phx.gbl...
> Hi
> The static IP has to be out of the DHCP range.
> Example, if the DHCP range is 192.168.1.1 to 192.168.1.100 static IPS have
> to be above 192.168.1.100.
> If the FDGCP covers the whole subnet (xxx.xxxx.xxxx.0 to xxx.xxx.xxx.255
> it has to be configured to a smaller range.
> Jack (MVP-Networking).
>
> "You Can" <lbodacious@myrealbox.com> wrote in message
> news:tMoXj.3660$ah4.200@flpi148.ffdc.sbc.com...
>> We're trying to configure a static address on an XP
>> machine. When the machine is restarted it switches itself
>> back to DHCP settings. If we switch it back to static,
>> same thing, next time machines restarted we lose the
>> static address and reverts to dhcp. It's extremely
>> frustrating and I can't find any help on this.
>>
>



Re: Static IP fails to DHCP by James

James
Sat May 17 01:45:22 PDT 2008


On Fri, 16 May 2008 16:28:22 -0700, "You Can"
<lbodacious@myrealbox.com> wrote:

>We're trying to configure a static address on an XP
>machine. When the machine is restarted it switches itself
>back to DHCP settings. If we switch it back to static,
>same thing, next time machines restarted we lose the
>static address and reverts to dhcp. It's extremely
>frustrating and I can't find any help on this.
>

A workaround rather than a solution.

Perhaps your dhcp server can reserve an ip address for the mac of the
xp box behaving in this manner.


Jim.


Re: Static IP fails to DHCP by Lanwench

Lanwench
Sat May 17 06:36:39 PDT 2008

You Can <lbodacious@myrealbox.com> wrote:
> We're trying to configure a static address on an XP
> machine. When the machine is restarted it switches itself
> back to DHCP settings. If we switch it back to static,
> same thing, next time machines restarted we lose the
> static address and reverts to dhcp. It's extremely
> frustrating and I can't find any help on this.

I've had this problem before, a couple of times. The way I got it fixed was
to uninstall the NIC, then go through the registry
(HKLM\System\CurrentControlSet\Control\Network\.....

...in there, find & remove everything that refers to that NIC. Reboot the PC
and let it redetect the NIC. See if this works.

(I do agree that if this is a networked PC, a DHCP reservation is superior
to a static....but you'd still need to fix this problem)




Re: Static IP fails to DHCP by You

You
Sun May 18 16:25:58 PDT 2008


"Lanwench [MVP - Exchange]"
<lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
news:ur0aZMCuIHA.4952@TK2MSFTNGP05.phx.gbl...
> You Can <lbodacious@myrealbox.com> wrote:
>> We're trying to configure a static address on an XP
>> machine. When the machine is restarted it switches itself
>> back to DHCP settings. If we switch it back to static,
>> same thing, next time machines restarted we lose the
>> static address and reverts to dhcp. It's extremely
>> frustrating and I can't find any help on this.
>
> I've had this problem before, a couple of times. The way I got it fixed
> was to uninstall the NIC, then go through the registry
> (HKLM\System\CurrentControlSet\Control\Network\.....
>
> ...in there, find & remove everything that refers to that NIC. Reboot the
> PC and let it redetect the NIC. See if this works.
>
> (I do agree that if this is a networked PC, a DHCP reservation is superior
> to a static....but you'd still need to fix this problem)
>
>
Thanks to all! I had tried Lanwench's suggestion, but didn't include the
registry cleaning part. I'll attempt to do that this PM.

I have multiple backups and well resort to that if all else fails.