/srv/irclogs.ubuntu.com/2022/06/11/#netplan.txt

PimmetjeI used ubuntu, now i want to have netplan on a fresh debian 11 machine. So i installed netplan.io. But doing netplan apply does not seem to do anything after i installed a yml file in /etc/netplan. Is there something else i need to do. Any docs on this?13:25
tomreynPimmetje: the generated configuration is probably in /run/netplan/ - you may need to make networkd/NM use it.14:08
tomreyn(i'm not a netplan developer)14:08
PimmetjeAll help is welcome :). /run/netplan does not exist14:09
tomreyni'll have a look at an ubuntu 20.04 server (to see how things are glued together there) shortly14:17
tomreynPimmetje: i was wrong, there is no /run/netplan14:26
tomreyndo you intend to use NM or s-n or both?14:26
tomreynthe ubuntu 20.04 server system has /run/NetworkManager/conf.d/netplan.conf (which is basically empty).14:29
tomreynit has /run/network/dynamic-interfaces which is generated by cloud-initramfs-dyn-netconf and contains "auto lo" and "iface lo inet loopback" lines.14:29
tomreynit also has /run/systemd/network/10-netplan-enp0s3.network which is the actual s-n configuration file in use.14:30
tomreynPimmetje: ^14:30
Pimmetjetomreyn thx, i have not found how to get it working on debian. If anyone has some docs on it i would love to see them. Here is someone with a similar question https://unix.stackexchange.com/q/69609916:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!