Skip to content

Instantly share code, notes, and snippets.

@atomatt
Created May 25, 2017 14:18
Show Gist options
  • Select an option

  • Save atomatt/ce5d6f2082569e94c7ed37f9e0194596 to your computer and use it in GitHub Desktop.

Select an option

Save atomatt/ce5d6f2082569e94c7ed37f9e0194596 to your computer and use it in GitHub Desktop.
lxd dns on ubuntu zesty
Something like ...
$ cat /etc/systemd/network/lxd.network
[Match]
Name=lxdbr*
[Network]
Address=10.25.229.1/24
DNS=10.25.229.1
Domains=~lxd
BUT, you need to `systemctl restart systemd-networkd` after a reboot so it's probably missing something.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment