Skip to content

Setting a static IP

This article contains instructions for setting your computer's Ethernet adapter to use a static IP address on the 192.168.1.* subnet. This is a necessary step for connecting to certain network devices via Ethernet, and is used in our config instructions for the EdgeRouter X and the Mesh AP.

Choose your computer's OS:

MacOS

  1. Open up System Preferences > Network.
  2. Select the Ethernet connection you have with the device you'd like to configure. Mac Network Settings 1
  3. Change the value of Configure IPv4 to Manually. Mac Network Settings 2
  4. Set the IP Address to 192.168.1.2.
  5. Set the Subnet Mask to 255.255.255.0 Mac Network Settings 3
  6. Click Apply

Ubuntu

These instructions have only been tested on Ubuntu 20.04.

  1. Open your Settings > Network.
  2. Under the "wired" section, click the plus sign to create a new settings profile. Name the profile "Static IP" or whatever you want. Ubuntu Network Settings 1
  3. In the IPv4 tab, choose "Manual".
  4. Set the Address field to 192.168.1.2
  5. Set the Netmask to: 255.255.255.0
    (Leave Gateway empty, and DNS/Routes on `Automatic)  Ubuntu Network Settings 2
  6. Click "add"; you should see the profile appear in your settings. Select it when connected to activate the static IP configuration.

Windows

  1. Open up Network Connections (type 'view network connections' into Windows Search)Setting a static IP address on Windows - Step 1
  2. Right-click the desired network adapter to open the context menu, then click 'Properties'Setting a static IP address on Windows - Step 2
  3. In the '(Adapter Name) Properties' menu, double-click on 'Internet Protocol Version 4 (TCP/IPv4)', or select it and then click 'Properties'. Setting a static IP address on Windows - Step 3
  4. In the 'Internet Protocol Version 4 (TCP/IPv4) Properties' menu, select 'Use the following IP address':
  5. Set the IP Address to 192.168.1.2
  6. Set the Subnet mask to 255.255.255.0 Setting a static IP address on Windows - Step 4
  7. Click OK

Details

These steps use 192.168.1.2 as the static IP, but it can be anything within the 192.168.1.0/24 range (.0-.255) except for .0 (network), .1 (gateway), .20 (the mesh AP's default IP), and .255 (broadcast).