How to set up a static IP address for a device on your business network
Summary
This guide helps you troubleshoot and resolve: How to set up a static IP address for a device on your business network. Follow the steps below to fix the issue.
Common Causes
Assigning a static IP address to a device on your business network ensures it always uses the same address. This is essential for equipment like printers, network-attached storage (NAS), servers, and security cameras that other devices and staff need to reach consistently. Without a static IP, your router may hand out a different address each time the device reconnects, which can break access and cause frustrating downtime.
This guide walks you through reserving an address on your router and configuring the device itself. The process generally takes around 10 to 15 minutes.
Before You Begin
Gather the following information before making any changes. You can find most of these details by checking another device already connected to your network.
- Current IP address of the device you want to configure
- Subnet mask (commonly
255.255.255.0) - Default gateway (your router's address, usually
192.168.0.1or192.168.1.1) - Preferred DNS server (often the same as your gateway, or
8.8.8.8for Google) - Router admin login credentials
192.168.0.100 or 192.168.1.100, so picking something like 192.168.0.200 reduces the chance of conflicts.
Step 1: Reserve the Address on Your Router
Reserving an address tells your router to always hand the same IP to a specific device. This is the cleanest method because it leaves DHCP running for everything else.
- Open a web browser and type your router's gateway address into the address bar.
- Sign in with your router admin username and password.
- Look for a section labelled DHCP Reservation, Address Reservation, or Static DHCP. Common locations include LAN Settings, Network, or Advanced.
- Select Add New or click an existing device from the connected clients list.
- Enter the device's MAC address and the IP address you want to reserve for it.
- Save the entry. The device may need to reconnect for the reservation to take effect.
Step 2: Configure the Device
After reserving the address on the router, configure the device to use it. The steps differ depending on the operating system.
Windows 10 or 11
- Press
Win + R, typencpa.cpl, and press Enter. - Right-click your active network adapter and choose Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
- Choose Use the following IP address and enter your static IP, subnet mask, and default gateway.
- Choose Use the following DNS server addresses and enter your preferred and alternate DNS servers.
- Click OK, then Close.
- Restart the device if prompted.
macOS (Ventura or Later)
- Open System Settings and select Network.
- Select your active connection, such as Wi-Fi or Ethernet.
- Click Details next to the connection name.
- Select the TCP/IP tab.
- Change Configure IPv4 from Using DHCP to Manually.
- Enter your static IP address, subnet mask, and router address.
- Click OK, then Apply.
Network Printers and Other Devices
Most printers, NAS units, and cameras let you set a static IP through their built-in web interface. The process is similar across devices:
- Print a configuration page or check the device label to find its current IP address.
- Type that address into a web browser.
- Sign in and navigate to Network Settings or TCP/IP.
- Switch from Automatic (DHCP) to Manual or Static.
- Enter the reserved IP address, subnet mask, gateway, and DNS.
- Save and restart the device.
ping 192.168.0.200 in Command Prompt or Terminal.
Step 3: Verify the Configuration
Once the device is set up, confirm everything is working as expected.
- From another computer on the network, open Command Prompt or Terminal.
- Type
pingfollowed by the new static IP address and press Enter. - You should see replies without any packet loss.
- Try accessing any services the device provides, such as printing a test page or opening the camera feed.
Troubleshooting
The device cannot reach the internet
Double-check the subnet mask, gateway, and DNS entries. A common mistake is entering the gateway address in the DNS field, or vice versa. Confirm each value matches what your router uses.
Another device loses connectivity
An IP conflict is the most likely cause. Run arp -a from Command Prompt or Terminal to see which MAC address is currently using the static IP. If a different device appears, remove the conflict by either changing the static address or releasing the duplicate lease.
The router keeps handing out a different address
Confirm the reservation was saved correctly and that you matched the MAC address exactly, including colons or hyphens. Some routers also require you to reboot after adding a reservation.
If you are still stuck, our team can help. Open a Ticket with the device make and model, and we will guide you through the rest.
Related Articles
Still Having Issues?
💻 Open a Ticket