[17:41] what am I doing wrong here: https://pastebin.pixelizez.com/view/1a1359dd [17:55] PeGaSuS: I believe it should be right after the wifis [17:55] sorry, after the wifi interface [17:56] PeGaSuS: you're adding it inside the `access-points` configuration. [17:56] santi: oh. let me test it quickly. [17:57] Probably the access point object does not expect a "dhcp4" key, so it throws an error. [17:57] oh, right. I see I can't set `addresses` inside each access point either? [18:00] PeGaSuS: probably, I guess it is a property of the interface. [18:01] If you type `man netplan` and search for access-points, it says: [18:01] This provides pre-configured connections to NetworkManager. Note that users can of course select other [18:01] access points/SSIDs. The keys of the mapping are the SSIDs, and the values are mappings with the follow‐ [18:01] ing supported propertiesYyes [18:01] y [18:02] So you have, in json `{SSIDNAME:{key:val1,key2:val2...}}` and neither addresses nor dhcp4 are properties of that object [18:02] PeGaSuS: [18:05] Does it make sense PeGaSuS ? [18:06] kind of, yes [18:13] thanks! [18:14] you're welcome, ask any question =) PeGaSuS