Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] VRFs / Jails / Containers
Date: Sun, 03 Feb 2019 13:26:24
Message-Id: 990d1dfd-7a03-1e38-d287-9cef7d10cc67@gentoo.org
In Reply to: Re: [gentoo-user] VRFs / Jails / Containers by Grant Taylor
1 On 2/2/19 10:56 PM, Grant Taylor wrote:
2 > On 2/2/19 7:36 PM, Bill Kenworthy wrote:
3 >> LXC containers ??
4 >
5 > Maybe.
6 >
7 > I just feel like that's more heavy weight than I want.
8 >
9 > I'm functionally running a series of ip commands to configure networking
10 > in a special way.
11 >
12
13 You can add commands to your existing network configuration that will be
14 run when an interface comes up. For example, in /etc/conf.d/net,
15
16 ifup_wlan0="iwconfig \$int key s:secretkey enc open essid foobar"
17
18 (taken from the example file that ships with OpenRC).

Replies

Subject Author
Re: [gentoo-user] VRFs / Jails / Containers Grant Taylor <gtaylor@×××××××××××××××××××××.net>