8

I can't find where you can set a static IP in the network settings.

kcmshell5

Anywhere top-level?

systemsettings5

2 Answers2

7

I don't have a good place to upload pictures to illustrate, but I'll try to talk you through it as best I can. I downloaded a copy of Kubuntu 15.04 just so I could help you with this!

In order to access the network settings for a specific connection and add a static IP, do this:

  1. Click the network connection indicator in the system tray
  2. You should see something like Wired Connection 1 (I'm doing this from a VM, so please adjust accordingly)
  3. Select that connection and in the upper right of that dialog, click the button that looks like two sliders. This will open up the advanced options for that connection.
  4. Select the connection in the list and hit the edit button at the top.
  5. Select the applicable tab, IPv4 or IPv6 and change the Method combo box to Manual.
  6. Then add your static IP information (IP address, netmask, and gateway) into the listbox at the bottom by pressing the "+ Add" button.
  7. Add your DNS servers as well and you should be all set!
Chuck R
  • 5,038
0

For cpe:/a:kde:plasma-workspace:6.0.3

    1. Invoke System Settings (systemsettings);
    2. Search for "Wi-Fi & Networking".
    1. Access Connections (kcmshell6 kcm_networkmanagement);
  1. Select the network;

  2. Choose IPv4 or IPv6; and

  3. Select the Manual method:

    enter image description here

For cpe:/a:kde:plasma-workspace:5.27.10

    1. Invoke System Settings (systemsettings5);
    2. Search for "Connections".
    1. Access Connections (kcmshell5 kcm_networkmanagement);
  1. Select the network;

  2. Choose IPv4 or IPv6; and

  3. Select the Manual method:

    enter image description here

    However, how to use the IPv6 panel is not obvious to me, due to the values it (dis)allows. ^0