Re: [systemd-devel] Network unreachable in container

2014-03-05 Thread arnaud gaboury
> This really makes no sense to me at all, i don't grok a word of what you > are writing here. > > The term "host" refers the system the containers run on, usually... > Your remark here is relevant. After googling a little bit "Linux container", many wiki/articles refer to the "HOST" as opposed to

Re: [systemd-devel] Network unreachable in container

2014-03-04 Thread arnaud gaboury
> > Well, if that's the case, then the .network file you posted will have > zero effect there. The [Match] section describes to which interfaces the > file shall apply und which conditions. You explicitly declare in your > [Match] section that it only shall apply if run inside a container, and > he

Re: [systemd-devel] Network unreachable in container

2014-03-04 Thread arnaud gaboury
> > Moreover, you claim that you run netctl, not systemd-networkd on the > host? .network files are configuraiton files for systemd-networkd, hence > they have no effect on the host anyway... > > Sorry, still don't get what you are trying to do there... > on the "host", systemctl-networkd IS of co

Re: [systemd-devel] Network unreachable in container

2014-03-04 Thread Lennart Poettering
On Tue, 04.03.14 21:27, arnaud gaboury (arnaud.gabo...@gmail.com) wrote: > > >> /etc/systemd/network/70-dahlia-network > > ^ a dash? Should be a dot? > > > >> [Match] > >> Host=host0 > >> Virtualization=container > > > > Hmm? This match section is conditionalized t

Re: [systemd-devel] Network unreachable in container

2014-03-04 Thread arnaud gaboury
>> /etc/systemd/network/70-dahlia-network > ^ a dash? Should be a dot? > >> [Match] >> Host=host0 >> Virtualization=container > > Hmm? This match section is conditionalized to Virtualization=container > but you say it is for the host? > This config file is on my "ma

Re: [systemd-devel] Network unreachable in container

2014-03-04 Thread Lennart Poettering
On Tue, 04.03.14 16:24, arnaud gaboury (arnaud.gabo...@gmail.com) wrote: > I have a npsawn/networkd managed container. Unfortunately, I can't > reach network from the container. Below are part of the setup. > > On host : > > /etc/systemd/network/70-dahlia-network

[systemd-devel] Network unreachable in container

2014-03-04 Thread arnaud gaboury
I have a npsawn/networkd managed container. Unfortunately, I can't reach network from the container. Below are part of the setup. On host : /etc/systemd/network/70-dahlia-network [Match] Host=host0 Virtualization=container [NetDev] Name=br0 Kind=bridge *** /etc/systemd/network/80-dah