| bio | website | hell.orts.ru |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | May 15 at 11:54 | |
| stats | profile views | 2 |
|
Oct 28 |
comment |
How to configure external IP addresses for LXC guests? I did approximately the same (except with a bit more manual setting up): netup script in each lxc config to add veth to the bridge (on the host), manual IP setup in each container, additional script / interface in each container to set up routing (via ip4 forwarding on host). But, as far as I see, both solutions mean that container can set own IP address to pretty much anything (and also adding the primary interface of the host to a bridge is slightly inconvenient). So I'm also interested in some feedback/solution. |