Translate

How to assign IP address using command line

 How to assign IP address using command line












Due to to this blog we learn how to how to assign IP address using command line easly.1st we need know our system running status 

>netsh interface ipv4 show config

@ you can find all the details of your system network status.
for DHCP set you can use the coomand of 

netsh interface ipv4 set address name=”INTERFACE NAME” source=dhcp

to set static IP use the command of

> netsh interface ipv4 set address name="INTERFACE NAME" static 192.168.0.13 255.255.255.0 192.168.0.1


For DNS

>netsh interface ipv4 set dns name="INTERFACE NAME" static 8.8.4.4



After that check the ip address with the command of 
> ipconfig



    Thank you,

.....................................................................................................................................................................










Comments

  1. I do agree with all the ideas you've presented in your post. They are very convincing and will definitely work. Still, the posts are very short for beginners. Could you please extend them a bit from next time? Thanks for the post. webprogrammierung berlin

    ReplyDelete

Post a Comment