Skip to content

Instantly share code, notes, and snippets.

@Roadmaster
Created April 20, 2018 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roadmaster/7b07cbc42346fe9e45cba3c1ba7eeca0 to your computer and use it in GitHub Desktop.
Save Roadmaster/7b07cbc42346fe9e45cba3c1ba7eeca0 to your computer and use it in GitHub Desktop.
https://discuss.linuxcontainers.org/t/lxd-netplan-static-ips-in-same-subnet-how-to/1074/7
$ lxc profile show lan
config: {}
description: ""
devices:
br0:
nictype: bridged
parent: br0
type: nic
name: lan
used_by: []
then add it:
lxc launch -p default -p lan ubuntu:16.04
- figure out how to make it dhcp on eth1
- install avahi-daemon to get a .local hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment