Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Networking > Static IP changes to dynamic automatically

Reply
Thread Tools Display Modes

Static IP changes to dynamic automatically

 
 
S N
Guest
Posts: n/a

 
      10-12-2009
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.


 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-12-2009
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.



 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-12-2009
"Lanwench [MVP - Exchange]"
< hoo.com> wrote in message
news:...
>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.
>
>
>



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/M..._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\C ontrol\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.


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      10-13-2009
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/M..._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\C ontrol\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.
>


 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-13-2009
"Dave Patrick" <> wrote in message
news:...

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/M..._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\C ontrol\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.
>>

>




 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      10-13-2009
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

 
Reply With Quote
 
S N
Guest
Posts: n/a

 
      10-13-2009
This is the problem faced by me.

"Ace Fekay [MCT]" <> wrote in message
news:...
> "Lanwench [MVP - Exchange]"
> < hoo.com> wrote in
> message news:...
>>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.
>>
>>
>>

>
>
> 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/M..._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\C ontrol\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.
>


 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-13-2009

"S N" <> wrote in message
news:...
> This is the problem faced by me.


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

Ace



 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-13-2009
S N <> wrote:
> This is the problem faced by me.


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


 
Reply With Quote
 
S N
Guest
Posts: n/a

 
      10-14-2009
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%...
> "S N" <> wrote in message
> news:...
>> This is the problem faced by me.

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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Static and Dynamic IP for VPN Clients SuperGumby [SBS MVP] Windows Small Business Server 0 08-26-2008 09:28 PM
Re: Static and Dynamic IP for VPN Clients Joe Windows Small Business Server 0 08-14-2008 07:31 PM
Static > Dynamic IP? Matthew Windows Small Business Server 3 06-10-2008 09:50 AM
Re: Static vs Dynamic IP Steve Windows Small Business Server 5 01-13-2007 04:10 AM
Re: Static or Dynamic IP? JohnB MSFT Windows Small Business Server 1 05-16-2004 10:52 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59