Page tree

Versions Compared

Key

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

...

Code Block
languagebash
# The directory itself is root only so for ease of browsing you might want to switch to root
sudo su -
cd /var/lib/lxc/[container]/config # change [container] to your container name, in my case "web"

We will be adding a network card for the container. First step is to use the hellion website to generate a Random Locally Administered Unicast MAC Address. Then, modify the config file by adding a network card for the container.

...