Created
May 25, 2017 14:18
-
-
Save atomatt/ce5d6f2082569e94c7ed37f9e0194596 to your computer and use it in GitHub Desktop.
lxd dns on ubuntu zesty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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