Luckyy
Administrator
Staff
LEVEL 4
90 XP
Method 1: Set Static IP via Windows Settings
1. Press Win + I to open Settings2. Go to Network & Internet
3. Select your connection type:
- If you're on Ethernet: click Ethernet
- If you're on Wi-Fi: click Wi-Fi → then click your connected network
5. Change to Manual, enable IPv4
6. Fill in the following values:
- IP address: 192.168.1.100
- Subnet prefix length: 24
- Gateway: 192.168.1.1
- Preferred DNS: 1.1.1.1
- Alternate DNS: 1.0.0.1
Method 2: Set Static IP via Control Panel
1. Press Win + R, typencpa.cpl
, press Enter 2. Right-click your active adapter → Properties
3. Click Internet Protocol Version 4 (TCP/IPv4) → then Properties
4. Choose Use the following IP address
5. Enter:
- IP address: 192.168.1.100
- Subnet mask: 255.255.255.0
- Default gateway: 192.168.1.1
- Preferred DNS: 1.1.1.1
- Alternate DNS: 1.0.0.1
Confirm It’s Working
Open Command Prompt and run:
Code:
ipconfig /all
Check that your IP address matches what you set.
Optional: Check if the IP is Already in Use
Before setting it, ping the IP to make sure it’s free:
Code:
ping 192.168.1.100
If it replies, choose another IP to avoid conflicts.
Common Uses for Static IP
- Port forwarding for Minecraft, servers, etc.
- Hosting a local web server
- Remote desktop or file sharing
- Avoiding DHCP address changes
That’s it! You now have a static IP set up and ready to go.