Software & Apps Linux How to Configure Networking in Cinnamon Learn how to use Cinnamon Network Manager by Jack Wallen Writer Jack Wallen is a former Lifewire writer, an award-winning writer for TechRepublic and Linux.com, and the voice of The Android Expert. our editorial process LinkedIn Jack Wallen Updated on February 12, 2020 Tweet Share Email Linux Switching from Windows In This Article DHCP vs. Static Addresses Accessing Cinnamon Network Manager Configuring a Static IP Address Enabling the New Address The Cinnamon desktop is the default environment for Linux Mint. Using it, especially when you need to configure a network connection, is pretty straightforward. For this article, we used Linux Mint 19.1 with Cinnamon 4.0.10. DHCP vs. Static Addresses Before we get into the actual network configuration, you need to understand the difference between two different types of network addresses: Static and Dynamic. A static network address is an address, manually configured, that never changes (unless you make the change). A dynamic address, on the other hand, is an address that is automatically assigned to your desktop machine via the Dynamic Host Configuration Protocol (DHCP) at your ISP or host server. For home usage, dynamic addresses are typically the default (and best) choice. There are, however, times when you might want to use a static IP address. Say you want to be able to share folders from one machine to another, or you want to be able to remotely log into the desktop via Secure Shell (SSH). This is made much easier when you not only know the IP address of your machine, but control said IP address. If you opt for a dynamic address you will have to change those shared connections, in the event your router assigns your desktop machine a new IP address. Having a static IP address circumvents this issue. With that said, how do you configure networking from within the Cinnamon desktop environment? Let’s find out. Accessing the Cinnamon Network Manager The first thing to do is open the Cinnamon Network Manager. To do this, follow these steps: From the desktop, select the network icon in the system tray, to reveal the network popup menu. From the network popup, choose Network Connections. The Network Connections application will open. Configuring a Static IP Address Next, we’ll configure the network connection to use a static IP address (instead of the default DHCP address). To make this change, follow these steps: From within the Network Connections window, select Wired connection 1 and then press the Gear icon. In the Edit Wired connection 1 window, select the IPv4 Settings tab. Select Manual from the Method drop-down. Press Add. Type the Address (IP address), Netmask (typically 255.255.255.0), and Gateway (typically the IP address of your router) you want to assign to the computer. Type the static DNS servers you’d like to use (optional), separated by a comma. Press Save. If you’ve never configured a static IP address, know that the address you configure has to be on the same address scheme as your router. So if your router’s IP address is 192.168.1.1, then you have to use an IP address such as 192.168.1.2. You also must make sure the IP address you want to configure isn’t already in use. A good way to find that out is to run the ping command on the address in question. Open a terminal window and issue a command like ping 192.168.1.2. If the command comes back saying Destination host unreachable, that address is safe to use. DNS stands for Dynamic Name Service and is responsible for translating URLs into IP addresses that the external network can use. Without DNS, you’d have to memorize IP addresses, instead of URLs. So instead of typing google.com, you’d have to know the IP address for that address (which might be 64.233.185.139). You can opt to not configure static DNS addresses. If you don’t, your computer will get its DNS from the router that would have served up its IP address. Enabling the New Address After configuring the new address, your desktop machine will still use the original (DHCP) address. There are two ways to have your desktop make use of the new address, via the GUI. The first is to reboot the machine. A reboot, however, is not necessary. A much faster way to apply the new address is to disable and re-enable networking. Here’s how: From the desktop, open the Network popup via the tray icon again. Switch the Wired slider from the On to the Off position. Flip the Wired slider back to the On position. Enjoy that new static IP address. Congratulations, your new static IP address is in effect and won’t change until you go through this same process again (and assign a different address). Was this page helpful? Thanks for letting us know! Get the Latest Tech News Delivered Every Day Email Address Sign up There was an error. Please try again. You're in! Thanks for signing up. There was an error. Please try again. Thank you for signing up. Tell us why! Other Not enough details Hard to understand Submit