Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106764 - baselayout: adsl net module: adsl should not be provided by an eth* interface
Summary: baselayout: adsl net module: adsl should not be provided by an eth* interface
Status: RESOLVED DUPLICATE of bug 53954
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 66472
  Show dependency tree
 
Reported: 2005-09-21 01:53 UTC by Georgi Georgiev
Modified: 2005-10-07 07:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgi Georgiev 2005-09-21 01:53:48 UTC
From what I understand, with the current baselayout adsl interfaces can
currently only be provided by net.eth?. This, I believe, is semantically wrong
and also very limiting.

It is wrong because the interface that is eventually brought up is a ppp#
interface. I believe that the proper naming and configuration is to have a ppp#
interface be configured by the adsl module, and also have that ppp# interface
depend on the eth# interface that it is going to talk over.

The dep is accomplishable even now by adding the following to conf.d/net:

depend_ppp0() {
    need net.eth1
}

However, besides semantics, there are real problems as well.

- It is impossible to have two PPPoE connections over the same eth# interface. I
do have such a setup at home.

- It seems impossible (I could be wrong) to have a PPPoE connection over an
interface that also has an IP address and is used for regular traffic. This was
my setup until June this year where I used the same wire to connect to my
neighbor's LAN and for PPPoE (we shared the modem, each of us using their own ISP).
Comment 1 Georgi Georgiev 2005-09-21 01:54:16 UTC
Adding to the net-scripts tracker.
Comment 2 SpanKY gentoo-dev 2005-09-21 05:39:39 UTC
See Bug 53954

the fact that adsl is provided by a eth interface is unrelated to the other
issues you mention so i dont see how that is the limiting factor
Comment 3 Roy Marples (RETIRED) gentoo-dev 2005-10-07 05:49:06 UTC
This sounds like a duplicate of bug #53954 - want me to mark it as so?
Comment 4 Georgi Georgiev 2005-10-07 07:50:53 UTC
(In reply to comment #2)
> See Bug 53954
> 
> the fact that adsl is provided by a eth interface is unrelated to the other
> issues you mention so i dont see how that is the limiting factor

(In reply to comment #3)
> This sounds like a duplicate of bug #53954 - want me to mark it as so?

You guys are right. Sorry for not replying earlier, #53954 is one long bug :)

Marking as a DUP.

*** This bug has been marked as a duplicate of 53954 ***