How to Set Up Static IP Address on Router Best Router Advisor, January 17, 2026 Waking up to find your security camera offline because its IP address changed overnight isn’t just annoying—it’s a security risk. When your home server, printer, or gaming console grabs a new IP from your router’s DHCP pool every time it reconnects, critical services become unreachable. This happens because most routers dynamically assign temporary addresses by default. The solution? Learning how to setup static IP address on router permanently locks devices to specific addresses. You’ll transform chaotic network connections into reliable, predictable access—ensuring your NAS stays at 192.168.1.100 and your smart TV never loses its media server connection. In this guide, you’ll discover the exact router configuration steps for every major brand, plus troubleshooting tactics that prevent common setup pitfalls. Unlike temporary DHCP assignments that expire, static IPs create permanent network anchors. This is essential for port forwarding, firewall rules, or accessing devices remotely. The process takes just 10 minutes but requires precision—you’ll map a device’s unique MAC address to your chosen IP outside the router’s automatic assignment range. Mistakes here cause conflicts that crash your entire network, so we’ll walk through verification checks at every stage. By the end, you’ll have a bulletproof configuration that survives router reboots and firmware updates. Gather Critical Network Information First Before touching router settings, collect three data points that prevent IP conflicts and connectivity nightmares. Skipping this step causes 70% of static IP failures—don’t assume your network uses standard settings. Find Your Current Network Configuration Open Command Prompt (Windows) or Terminal (macOS/Linux) and run ipconfig (Windows) or ip addr (macOS/Linux). Locate these key values: – Default Gateway: Your router’s IP (e.g., 192.168.1.1) – Subnet Mask: Typically 255.255.255.0 – DHCP Range: The “Lease Obtained” section shows active IP assignments Critical check: Note your computer’s current IP. If it’s 192.168.1.105 and your router’s DHCP pool runs from 192.168.1.100-200, your static IP must fall outside this range—like 192.168.1.50. Placing it inside invites conflicts when the router tries reassigning the same address. Identify Device MAC Address Correctly Every device has a unique hardware identifier required for reservations. Find it using these brand-specific paths: – Windows: Type ipconfig /all → locate “Physical Address” under your active connection – macOS: System Settings > Network > Wi-Fi > Advanced > Hardware tab – Android: Settings > About Phone > Status > Wi-Fi MAC address – Printers/Smart TVs: Check network settings menu or physical label Pro tip: Copy/paste the MAC address directly into a text file. Routers reject entries with typos—common mistakes include confusing “0” (zero) with “O” (letter) or omitting colons. Most accept both AA:BB:CC:DD:EE:FF and AABBCCDDEEFF formats, but verify your router’s requirement. Select Static IP Address Strategically Choose an address that avoids future clashes: 1. Reserve the lower subnet range (e.g., 192.168.1.2-49) exclusively for static devices 2. Set your router’s DHCP pool to start above .50 (e.g., 192.168.1.51-200) 3. Assign specific roles: .10 for NAS, .20 for printer, .30 for security system Warning: Never use your router’s gateway IP (e.g., 192.168.1.1) or broadcast address (e.g., 192.168.1.255). This instantly crashes network connectivity. Access Router Admin Interface Safely Connect via Wired Connection Only Always use an Ethernet cable during configuration. Wi-Fi disconnections during router changes lock you out—requiring a physical reset that erases all settings. Plug into any LAN port (not WAN) and disable Wi-Fi on your device to prevent accidental disconnections. Navigate to Router Login Page Enter your router’s gateway IP (from the ipconfig step) into a browser’s address bar. Use these common addresses if yours is unknown: – ASUS/Linksys: http://192.168.1.1 – TP-Link: http://tplinkwifi.net – Netgear: http://routerlogin.net – Google Nest: http://192.168.86.1 Troubleshooting tip: If the page won’t load, restart your router and computer. Still stuck? Flush DNS with ipconfig /flushdns (Windows) or sudo dscacheutil -flushcache (macOS). Handle Authentication Securely Default credentials are often admin/admin or admin/password—check your router’s label. Never use public Wi-Fi during this step. If you’ve changed credentials and forgotten them: 1. Press and hold the physical reset button for 10 seconds 2. Wait 90 seconds for full reboot 3. Log in with factory defaults Critical: After configuration, change your admin password under System Settings > Administration. Default passwords are publicly documented security risks. Locate DHCP Reservation Section by Brand Router interfaces bury static IP settings under confusing menu names. Here’s exactly where to click for each major brand: ASUS Routers (RT-AX86U, RT-AC86U) Go to LAN > DHCP Server Scroll to Manually Assigned IP section Click + Add below the existing list Look for the “MAC Address” and “IP Address” fields—do not confuse with “DHCP Server Settings” above. TP-Link Archer Series (Blue UI) Select Advanced > Network > DHCP Server Find Address Reservation tab Click Add button If using older firmware, check DHCP > Static Address Assignment under Basic Settings. Netgear Nighthawk Models Open Attached Devices under Basic Settings Click your target device’s name Select Reserve next to its current IP Warning: The “Reserve” button only appears after selecting a device—don’t miss this step. Configure IP Reservation Without Errors Enter Device Details Precisely Fill these fields with extreme accuracy: – MAC Address: Paste your copied value (match case sensitivity if required) – IP Address: Your pre-selected static address (e.g., 192.168.1.30) – Hostname: Optional but recommended (e.g., “Garage-Camera”) – Status: Toggle to Enabled Critical: Some routers auto-populate fields when selecting a device—always verify the MAC address matches your notes. A single character error breaks the reservation. Apply Changes Correctly Click Save then immediately Apply or Reboot Router. Netgear models require clicking Save Settings twice. Expect 60-90 seconds of network downtime—do not unplug the router during this phase. Verify Reservation Success Return to the DHCP reservation page and confirm: – Your device appears in the static list – Status shows Reserved or Static (not “Dynamic”) – IP matches your selection exactly If missing, delete and recreate the entry. Some routers (like older Linksys) require a second reboot before reservations activate. Test and Troubleshoot Immediately Force IP Renewal on Target Device On Windows: Open Command Prompt → ipconfig /release → ipconfig /renew. On macOS/Linux: Open Terminal → sudo dhclient -r && sudo dhclient. Check success: Run ipconfig (Windows) or ifconfig (macOS/Linux). The new static IP should appear within 10 seconds. If not, power-cycle the device. Diagnose Common Failure Points When your device ignores the static IP: – MAC mismatch: Copy/paste the MAC from router logs instead of device settings – IP conflict: Temporarily disable all other devices and retry – Firmware bug: Update router software before reconfiguring Pro tip: Ping the static IP from another device (ping 192.168.1.30). If replies stop after 5 minutes, your router is overriding the reservation—check DHCP pool boundaries. Secure and Maintain Your Configuration Document Your Static IP Map Create a network inventory spreadsheet tracking: | Device Name | MAC Address | Static IP | Date Configured | |————-|————-|———–|—————-| | Basement Camera | A1:B2:C3:D4:E5:F6 | 192.168.1.25 | 2023-10-15 | Store this in cloud storage—network changes become impossible without it during emergencies. Backup Router Settings Monthly ASUS: Administration > Configuration > Save TP-Link: System Tools > Backup & Restore > Backup Netgear: Advanced > Administration > Backup Settings Critical: Restore tests matter more than backups. Quarterly, load a backup to verify it recreates reservations. Prevent Future Conflicts Proactively Shrink DHCP lease time to 1 hour temporarily when adding new static devices Block internet access for printers/scanners via firewall rules using their static IPs Reserve 10% of your subnet exclusively for static devices (e.g., .2-.25 in a /24 network) Static IPs solve immediate connectivity headaches but require ongoing maintenance. Update your documentation whenever adding devices, and test reservations quarterly—especially after firmware updates. One forgotten reservation can cascade into network-wide outages when a printer suddenly grabs your security system’s IP address. By following these precise steps, you’ve transformed your router from a source of frustration into a predictable foundation for your smart home or small office network. The 10 minutes you invested today will save hours of troubleshooting tomorrow. Guide