Windows Server 2003
1820072 Members
2561 Online
109608 Solutions
New Discussion юеВ

how to change the ip address

 
SOLVED
Go to solution
Gurumanickam
Frequent Advisor

how to change the ip address

hi all,

how to change the ip gateways in windows 2003 machine where i am not able to find out the properties of my network places and there is no icon at task bar is there any possibilities to change the gateway through command prompt.
Please help me to resolve this issue.

Regards

Guru

Be an expert
2 REPLIES 2
Marco A.
Esteemed Contributor
Solution

Re: how to change the ip address

Hello Guru,

Look at the following link for that, you neeed to go through the advanced configuration.

http://www.microsoft.com/technet/community/columns/cableguy/cg0903.mspx

Also, in win XP ,2000 or 2003 you have the command netsh within you can configure your connections from the CLI.

For example:


netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1

That command configured the interface named Local Area Connection with the static IP address 192.168.0.100, the subnet mask of 255.255.255.0, and a default gateway of 192.168.0.1

Check configuration with.:

netsh interface ip show config

I hope this helps,

Regards,

Marc0

Just unplug and plug in again ....
Gurumanickam
Frequent Advisor

Re: how to change the ip address

Problem has been resolved. thanks for your reply.
Be an expert