Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] pppoe-start problem
Date: Tue, 26 Sep 2006 15:07:12
Message-Id: 20060926150138.71443.qmail@web35214.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] pppoe-start problem by "Boyd Stephen Smith Jr."
1 Hi Boyd,
2
3 Tks for your advice.
4
5 > I thought the new baselayout handled
6 > pppoe (and other ppp connections) just like normal connections:
7 > 1. Configure in /etc/conf.d/net
8
9 /etc/conf.d/net is a file
10
11 # cat /etc/conf.d/net
12 config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" )
13 routes_eth0=( "default gw 192.168.0.1" )
14 config_eth0=( "dhcp" )
15
16 > 2. Symlink net.$IFACE to net.lo
17 net.lo is on /etc/init.d/
18
19 What is "net.$IFACE"? Tks.
20
21
22 B.R.
23 SL
24
25
26 3. Start/Stop/Query via /etc/init.d/net.$IFACE
27
28 I could be thinking about testing (since I run ~amd64) and this may not
29 apply to stable, but have a look at /etc/conf.d/net.example and make sure
30 your configuration is correct.
31
32 If you think it is correct, please provide the output of:
33 /etc/init.d/net.eth0 start
34 and
35 grep -Ev '^[[:space:]]*(#|$)' /etc/conf.d/net
36
37
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] pppoe-start problem "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
[gentoo-user] Re: pppoe-start problem Marc Blumentritt <marc.blumentritt@×××××.de>