Score:0

Network Manager not setting static ip

it flag

I installed ubuntu server 20.04 I set a static ip during install I have ethernet connection. I installed Network Manager. I enabled and started: #systemctl start NetworkManager #systemctl enable NetworkManager I can only ssh. But nothing happens as if only display but no function I can"t change the static ip. What a I doing wrong?

mpboden avatar
do flag
To configure a static IP address on a server installation, NetworkManager is not necessary. The network backend is controlled via networkd through a Netplan YAML configuration file. So I would personally remove NetworkManager and then configure your network interface via Netplan. Look in `/etc/netplan/` directory where there should be a YAML configuration file which you can edit. See here on how to configure: [How can I configure static IP on ubuntu server 18.04](https://askubuntu.com/a/1180613/1684306)
zu studios avatar
it flag
My goal is to set the static ip with a light weight gui ubuntu 20.04 is that possible...?
Score:0
cm flag

I recommander you would set e.g /etc/netplan/01-...yamlfile.You could read this document: Netplan reads network configuration

network:
  version: 2
  renderer: NetworkManager
  ethernets:
    wlsXXX:
      addresses:
      - 192.17.3.112/24
      dhcp4: no
      gateway4: 192.17.3.1
      nameservers:
        addresses:
        - 1.1.1.1
        - 8.8.8.4
zu studios avatar
it flag
I did that...it says it's being used but it is not changing my static ip...
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.