Skip to main content
rashid lab
CAPTCHA
Image CAPTCHA
Get new captcha!
Enter the characters shown in the image.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Main navigation

  • Home
  • About Us
  • Knowledge Base
    • Never Stop Learning!
    • Safer Internet
    • Vulnerabilities
  • Contact
CAPTCHA
Image CAPTCHA
Get new captcha!
Enter the characters shown in the image.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
User account menu
  • Log in

Breadcrumb

  1. Home

Set up Windows network using Command Prompt

By rashid, 19 July, 2023

To set your computer IP 192.168.0.10/24, execute the following command:

netsh interface ip set address "connection name" static 192.168.0.10 255.255.255.0 192.168.0.1

To set DNS IP address: 192.168.0.1
netsh interface ip add dns "connection name" 192.168.0.1
netsh interface ip add dns "Wi-Fi" 192.168.0.1

2nd DNS server address:

netsh interface ip add dns "Wi-Fi" 54.252.183.5 index=2
netsh interface ip add dns "Wi-Fi" 8.8.8.8 index=3

Verify connection by executing: ncpa.cpl

Comments


Never Stop Learning

RSS feed