I am trying to setup a static ip for a ubuntu server 22.04 instance on a laptop. I though I am going to do that by modifying netplan configuration.
IP of router is 192.168.80.32netplan config file is00-installer-config
network: version: 2 renderer: networkd wifis: wlp3s0: dhcp4: no dhcp6: no addresses: [192.168.80.222/24] nameservers: addresses: [192.168.80.1, 8.8.8.8] access-points:"bssid": password: "pass" routes: - to: default via: 192.168.80.32
after generate and apply the ip does not change. What I am doing wrong?