Static IP changes to dynamic automatically

S

S N

I have a Windows 2000 server machine running IIS and hosting various
websites on my intranet.
All PCs in my network are running on DHCP except this server machine which
has been allotted a static IP. The DNS server is also on this network.
However, recently this server is behaving erratically. Its static IP
automatically changes to automatic IP using DHCP- as a result of which the
server becomes inaccessible because of unknown IP address.

Kindly advise on how to ensure that the assigned IP address remains on the
machine and does not change to automatic IP using DHCP.
 
G

geoar75@gmail.com

Hi,

Normally, if you choose a static IP address, it should remain this
way.
Do you have an antivirus installed?

Giorgos

--

NetPros community
http://netpros.freeforums.org

On Oct 12, 6:46 pm, "S N" wrote:
> I have a Windows 2000 server machine running IIS and hosting various
> websites on my intranet.
> All PCs in my network are running on DHCP except this server machine which
> has been allotted a static IP. The DNS server is also on this network.
> However, recently this server is behaving erratically. Its static IP
> automatically changes to automatic IP using DHCP- as a result of which the
> server becomes inaccessible because of unknown IP address.
>
> Kindly advise on how to ensure that the assigned IP address remains on the
> machine and does not change to automatic IP using DHCP.
 
L

Lanwench [MVP - Exchange]

S N wrote:
> I have a Windows 2000 server machine running IIS and hosting various
> websites on my intranet.
> All PCs in my network are running on DHCP except this server machine
> which has been allotted a static IP. The DNS server is also on this
> network. However, recently this server is behaving erratically. Its
> static IP automatically changes to automatic IP using DHCP- as a
> result of which the server becomes inaccessible because of unknown IP
> address.
> Kindly advise on how to ensure that the assigned IP address remains
> on the machine and does not change to automatic IP using DHCP.


Something is corrupt in the registry.

Uninstall the NIC but don't reboot
Go through HKLM\system\currentcontrolset\control\network
Find and delete all references to this NIC
Reboot
Let it redetect/reinstall the NIC

You should be fine from then on. This has happened to me a few times over
the years and I never figured out why.
 
A

Ace Fekay [MCT]

"Lanwench [MVP - Exchange]"
wrote in message
news:uPDxOY2SKHA.4980@TK2MSFTNGP06.phx.gbl...
>S N wrote:
>> I have a Windows 2000 server machine running IIS and hosting various
>> websites on my intranet.
>> All PCs in my network are running on DHCP except this server machine
>> which has been allotted a static IP. The DNS server is also on this
>> network. However, recently this server is behaving erratically. Its
>> static IP automatically changes to automatic IP using DHCP- as a
>> result of which the server becomes inaccessible because of unknown IP
>> address.
>> Kindly advise on how to ensure that the assigned IP address remains
>> on the machine and does not change to automatic IP using DHCP.

>
> Something is corrupt in the registry.
>
> Uninstall the NIC but don't reboot
> Go through HKLMsystemcurrentcontrolsetcontrolnetwork
> Find and delete all references to this NIC
> Reboot
> Let it redetect/reinstall the NIC
>
> You should be fine from then on. This has happened to me a few times over
> the years and I never figured out why.
>
>
>


Just to add and clarify, I found a post in the following link, that the
poster got Microsoft PSS to assist in a similar issue. The reg entry you
quoted is correct, but there is one more spot under 'network.' which is
'config.' Not sure if that makes a difference or not, but

http://www.experts-exchange.com/OS/Microso...Q_23453074.html

"[...] We finally got Microsoft to help and they tracked down the problem.
They found a corrupted registry entry in our TCP-IP configuration that
doesn't allow the GUI to successfully change the TCP-IP settings.
The reg entry is removed, and the computer restarted.
TCP-IP service finds the reg entry missing, and rebuilds it.
Voila - The GUI displays properly and will set/reset the TCP-IP setting
properly.
Unfortunately, I can't tell you what was the original cause of the corrupted
reg entry.

Deleting the following reg entry solved our problem:
My computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Network\Config"


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP Windows 2008, MCTS Exchange 2007, MCSE & MCSA 2003 &
2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.
 
D

Dave Patrick

FPN, you can't be sure if and when ControlSet001 would be used again. Always
should be in CurrentControlSet


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"Ace Fekay [MCT]" wrote:
> Just to add and clarify, I found a post in the following link, that the
> poster got Microsoft PSS to assist in a similar issue. The reg entry you
> quoted is correct, but there is one more spot under 'network.' which is
> 'config.' Not sure if that makes a difference or not, but
>
> http://www.experts-exchange.com/OS/Microso...Q_23453074.html
>
> "[...] We finally got Microsoft to help and they tracked down the problem.
> They found a corrupted registry entry in our TCP-IP configuration that
> doesn't allow the GUI to successfully change the TCP-IP settings.
> The reg entry is removed, and the computer restarted.
> TCP-IP service finds the reg entry missing, and rebuilds it.
> Voila - The GUI displays properly and will set/reset the TCP-IP setting
> properly.
> Unfortunately, I can't tell you what was the original cause of the
> corrupted reg entry.
>
> Deleting the following reg entry solved our problem:
> My
> computerHKEY_LOCAL_MACHINESYSTEMControlSet001ControlNetworkConfig"
>
>
> --
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Please reply back to the newsgroup or forum for collaboration benefit
> among responding engineers, and to help others benefit from your
> resolution.
>
> Ace Fekay, MCT, MCITP Windows 2008, MCTS Exchange 2007, MCSE & MCSA 2003 &
> 2000, MCSA Messaging 2003
> Microsoft Certified Trainer
>
> For urgent issues, please contact Microsoft PSS directly. Please check
> http://support.microsoft.com for regional support phone numbers.
>
 
A

Ace Fekay [MCT]

"Dave Patrick" wrote in message
news:OUdc5p6SKHA.5052@TK2MSFTNGP06.phx.gbl...

Good point. And I'm not sure why PSS would have indicated using 001. I
should have edited that prior to posting. :)

Thanks!

Ace

> FPN, you can't be sure if and when ControlSet001 would be used again.
> Always should be in CurrentControlSet
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "Ace Fekay [MCT]" wrote:
>> Just to add and clarify, I found a post in the following link, that the
>> poster got Microsoft PSS to assist in a similar issue. The reg entry you
>> quoted is correct, but there is one more spot under 'network.' which is
>> 'config.' Not sure if that makes a difference or not, but
>>
>> http://www.experts-exchange.com/OS/Microso...Q_23453074.html
>>
>> "[...] We finally got Microsoft to help and they tracked down the
>> problem.
>> They found a corrupted registry entry in our TCP-IP configuration that
>> doesn't allow the GUI to successfully change the TCP-IP settings.
>> The reg entry is removed, and the computer restarted.
>> TCP-IP service finds the reg entry missing, and rebuilds it.
>> Voila - The GUI displays properly and will set/reset the TCP-IP setting
>> properly.
>> Unfortunately, I can't tell you what was the original cause of the
>> corrupted reg entry.
>>
>> Deleting the following reg entry solved our problem:
>> My
>> computerHKEY_LOCAL_MACHINESYSTEMControlSet001ControlNetworkConfig"
>>
>>
>> --
>> Ace
>>
>> This posting is provided "AS-IS" with no warranties or guarantees and
>> confers no rights.
>>
>> Please reply back to the newsgroup or forum for collaboration benefit
>> among responding engineers, and to help others benefit from your
>> resolution.
>>
>> Ace Fekay, MCT, MCITP Windows 2008, MCTS Exchange 2007, MCSE & MCSA 2003
>> & 2000, MCSA Messaging 2003
>> Microsoft Certified Trainer
>>
>> For urgent issues, please contact Microsoft PSS directly. Please check
>> http://support.microsoft.com for regional support phone numbers.
>>

>
 
D

Dave Patrick

No problem.


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"Ace Fekay [MCT]" wrote:
> Good point. And I'm not sure why PSS would have indicated using 001. I
> should have edited that prior to posting. :)
>
> Thanks!
>
> Ace
 
S

S N

This is the problem faced by me.

"Ace Fekay [MCT]" wrote in message
news:u4BlrZ5SKHA.4704@TK2MSFTNGP02.phx.gbl...
> "Lanwench [MVP - Exchange]"
> wrote in
> message news:uPDxOY2SKHA.4980@TK2MSFTNGP06.phx.gbl...
>>S N wrote:
>>> I have a Windows 2000 server machine running IIS and hosting various
>>> websites on my intranet.
>>> All PCs in my network are running on DHCP except this server machine
>>> which has been allotted a static IP. The DNS server is also on this
>>> network. However, recently this server is behaving erratically. Its
>>> static IP automatically changes to automatic IP using DHCP- as a
>>> result of which the server becomes inaccessible because of unknown IP
>>> address.
>>> Kindly advise on how to ensure that the assigned IP address remains
>>> on the machine and does not change to automatic IP using DHCP.

>>
>> Something is corrupt in the registry.
>>
>> Uninstall the NIC but don't reboot
>> Go through HKLMsystemcurrentcontrolsetcontrolnetwork
>> Find and delete all references to this NIC
>> Reboot
>> Let it redetect/reinstall the NIC
>>
>> You should be fine from then on. This has happened to me a few times over
>> the years and I never figured out why.
>>
>>
>>
>
>
> Just to add and clarify, I found a post in the following link, that the
> poster got Microsoft PSS to assist in a similar issue. The reg entry you
> quoted is correct, but there is one more spot under 'network.' which is
> 'config.' Not sure if that makes a difference or not, but
>
> http://www.experts-exchange.com/OS/Microso...Q_23453074.html
>
> "[...] We finally got Microsoft to help and they tracked down the problem.
> They found a corrupted registry entry in our TCP-IP configuration that
> doesn't allow the GUI to successfully change the TCP-IP settings.
> The reg entry is removed, and the computer restarted.
> TCP-IP service finds the reg entry missing, and rebuilds it.
> Voila - The GUI displays properly and will set/reset the TCP-IP setting
> properly.
> Unfortunately, I can't tell you what was the original cause of the
> corrupted reg entry.
>
> Deleting the following reg entry solved our problem:
> My
> computerHKEY_LOCAL_MACHINESYSTEMControlSet001ControlNetworkConfig"
>
>
> --
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Please reply back to the newsgroup or forum for collaboration benefit
> among responding engineers, and to help others benefit from your
> resolution.
>
> Ace Fekay, MCT, MCITP Windows 2008, MCTS Exchange 2007, MCSE & MCSA 2003 &
> 2000, MCSA Messaging 2003
> Microsoft Certified Trainer
>
> For urgent issues, please contact Microsoft PSS directly. Please check
> http://support.microsoft.com for regional support phone numbers.
>
 
A

Ace Fekay [MCT]

"S N" wrote in message
news:OXZ1CjATKHA.352@TK2MSFTNGP02.phx.gbl...
> This is the problem faced by me.


I understand. Did you follow our suggestions to delete the registry key and
reboot your machine?

Ace
 
L

Lanwench [MVP - Exchange]

S N wrote:
> This is the problem faced by me.


Yes, I know. So try what I suggested. -)
 
S

S N

Thanks a lot.
It worked. Now the IP address stays in the GUI interface also.

S N

"Ace Fekay [MCT]" wrote in message
news:%236Qb%23yATKHA.4780@TK2MSFTNGP05.phx.gbl...
> "S N" wrote in message
> news:OXZ1CjATKHA.352@TK2MSFTNGP02.phx.gbl...
>> This is the problem faced by me.

>
> I understand. Did you follow our suggestions to delete the registry key
> and reboot your machine?
>
> Ace
>
>
>
 
A

Ace Fekay [MCT]

"S N" wrote in message
news:uCtr$hOTKHA.4408@TK2MSFTNGP06.phx.gbl...

You are welcome, and I'm glad to hear it worked!

Ace


> Thanks a lot.
> It worked. Now the IP address stays in the GUI interface also.
>
> S N
>
> "Ace Fekay [MCT]" wrote in message
> news:%236Qb%23yATKHA.4780@TK2MSFTNGP05.phx.gbl...
>> "S N" wrote in message
>> news:OXZ1CjATKHA.352@TK2MSFTNGP02.phx.gbl...
>>> This is the problem faced by me.

>>
>> I understand. Did you follow our suggestions to delete the registry key
>> and reboot your machine?
>>
>> Ace
>>
>>
>>
>
>
 
Back
Top Bottom