Δευτέρα 19 Δεκεμβρίου 2011

Configure a static IPv4 Address from a Command Prompt

To assign static IP address,default gateway and subnet mask, through command prompt on your Windows computer.

1) Start run: cmd
2) Type the command: netsh interface ip set address name="Local Area Connection" static 10.2.1.10 255.255.255.0 10.2.1.250

* Local Area Connection = LAN card interface name
* 10.2.1.10 = The static IP address we assigned to the interface
* 255.255.255.0 = The subnet mask
* 10.2.1.250 = The Default Gateway

Δεν υπάρχουν σχόλια: