Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: only the loopback interface should provide net
Date: Wed, 22 Feb 2012 21:22:27
Message-Id: 20120222211927.GA1854@linux1
In Reply to: Re: [gentoo-dev] rfc: only the loopback interface should provide net by Alexandre Rostovtsev
1 All,
2
3 after discussions with several devs on irc about this issue, the
4 following change has been made in openrc-0.9.9 which was just released:
5
6 The loopback interface provides lo and *NOT* net.
7 All other network interfaces provide net.
8
9 For the categories given, this means the following:
10
11 On Mon, Feb 06, 2012 at 06:15:13PM -0500, Alexandre Rostovtsev wrote:
12 > 1. Services that connect to remote machines via any available network
13 > interface.
14
15 These should use or need net.
16
17 > 2. Services that listen to connections from remote machines on any
18 > available network interface, and run correctly even if no non-lo
19 > interfaces are up.
20
21 These should be changed to use or need lo.
22
23 > 3. Services that require a specific network interface, bind to a
24 > specific address, or connect to a specific machine on the local subnet.
25
26 These will have to be configured by the user with something like:
27
28 rc_use/need="!net net.iface"
29
30 Thanks,
31
32 William