Technology Encyclopedia Home >How to set static IP on Pop!_OS?

How to set static IP on Pop!_OS?

To set a static IP address on Pop!_OS, you typically follow these steps:

  1. Open the Network Settings: You can do this by clicking on the network icon in your system tray and selecting "Network Settings" from the dropdown menu.

  2. Edit Connection: In the Network Settings window, find your current network connection (usually labeled as "Wired" or the name of your Wi-Fi network), click on the gear icon next to it, and select "Edit".

  3. IPv4 Settings: Go to the "IPv4" tab. Here, you will change the method from "Automatic (DHCP)" to "Manual".

  4. Enter Static IP Details: You will need to enter the following details:

    • Address: The static IP address you want to assign to your computer.
    • Netmask: Usually 255.255.255.0 for a typical home network.
    • Gateway: The IP address of your router, which is often something like 192.168.1.1 or 192.168.0.1.
    • DNS Servers: You can use public DNS servers like 8.8.8.8 and 8.8.4.4 (Google DNS) or 1.1.1.1 (Cloudflare DNS).
  5. Apply Changes: After entering all the details, click "Apply" to save your changes.

Example:

  • Address: 192.168.1.100
  • Netmask: 255.255.255.0
  • Gateway: 192.168.1.1
  • DNS Servers: 8.8.8.8, 8.8.4.4

For users looking to manage their cloud infrastructure and potentially host services that require static IPs, Tencent Cloud offers a range of services. For instance, you can use Tencent Cloud's Virtual Private Cloud (VPC) service to create a private network and assign static IP addresses to your instances within this network. This provides a secure and isolated environment for your applications.

Remember, setting a static IP ensures that your device always has the same IP address on the network, which is useful for servers, security cameras, or any device that needs to be consistently accessible over the network.