Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a dnsmasq.conf file where you may reserve IP Addresses based on server names,

... refer to the LXC instructions until incorporated here...

...

Code Block
languagebash
sudo cp /etc/default/lxd-bridge /etc/default/lxd-bridge.ori
# This line does not work yet, I need lookup how to escape the /.
# EDIT: should work now - samir
sudo sed -i 's/LXD_CONFILE=""/LXD_CONFILE="\/opt\/lxd\/dnsmasq.conf"/' /etc/default/lxd-bridge

...