Try reapplying your current service pack.
You might also try netsh from a command prompt;
1 to set ip address and subnet, 2 to clear previous dns server ip's, 3 to
set primary dns server, 4 to set alt dns server, 5 to set ip address DHCP
assigned
1.) netsh interface ip set address name="Local Area Connection 2"
source=static addr=192.168.10.10 mask=255.255.255.0 gateway=none
2.) netsh interface ip delete dns name="Local Area Connection 2" addr=all
3.) netsh interface ip set dns name="Local Area Connection 2" source=static
addr=192.168.20.20
4.) netsh interface ip add dns name="Local Area Connection 2"
addr=192.168.30.30
5.) netsh interface ip set address name="Local Area Connection 2"
source=dhcp
Where "Local Area Connection 2" is the name of your connection. (watch for
line wrap)

Signature
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Julia" wroteL
| Hi, there,
|
[quoted text clipped - 7 lines]
| Subset Mask, Default gateway, WINS Server and DNS Servers, what can I do in
| my case?
Julia - 14 Jan 2005 16:49 GMT
Thank you very much!
I tried "netsh" command however this command is not recognized in my NT4.
Also, how to find the name of my connections?
> Try reapplying your current service pack.
>
[quoted text clipped - 30 lines]
> in
> | my case?
Dave Patrick - 15 Jan 2005 03:41 GMT
You're right, it does not work on Windows NT
Try running;
control.exe %windir%\system32\ncpa.cpl, network

Signature
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
| Thank you very much!
| I tried "netsh" command however this command is not recognized in my NT4.
| Also, how to find the name of my connections?
Julia - 20 Jan 2005 03:17 GMT
Hello, Dave,
Thank you for you suggestion.
However, no window shows up when I run the command, just like when I click
the "network" icon in "control panel". Do you have other suggestions? I think
I may need to edit the Windows registry manually. Do you know how to change a
static IP into a dynamic IP?
> You're right, it does not work on Windows NT
>
[quoted text clipped - 5 lines]
> | I tried "netsh" command however this command is not recognized in my NT4.
> | Also, how to find the name of my connections?
Dave Patrick - 20 Jan 2005 04:00 GMT
You might try the steps in this article to replace and register.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q173132

Signature
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
| Hello, Dave,
| Thank you for you suggestion.
| However, no window shows up when I run the command, just like when I click
| the "network" icon in "control panel". Do you have other suggestions? I think
| I may need to edit the Windows registry manually. Do you know how to change a
| static IP into a dynamic IP?