> 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
>
> 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
>
> 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
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
>> /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
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
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