Created
April 20, 2018 19:17
-
-
Save Roadmaster/7b07cbc42346fe9e45cba3c1ba7eeca0 to your computer and use it in GitHub Desktop.
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
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