Thanks for this, just did a fresh install of skyline and had the same problem. used VI to edit /etc/systemd/network/*-static-en.network the asterisk is, as I found out, a place holder for the first...
See more...
Thanks for this, just did a fresh install of skyline and had the same problem. used VI to edit /etc/systemd/network/*-static-en.network the asterisk is, as I found out, a place holder for the first part of your dotted IP address and will vary according to your setup For the benefit of us VI noobs like me /etc/systemd/network/*-static-en.network move cursor down and to end of last line (which in my case was DNS=) and hit lower case o this adds a new line Domains=<mylocaldomain> make sure you have your full domain instead of the <> placeholder (in my case domain.local) Check for typos if all good enter a colon followed by wq :wq to write out and quit then I went for reboot. Bingo it works.