Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem using the pppoe plugin
Date: Sat, 27 Oct 2007 19:31:26
Message-Id: 47239098.50405@googlemail.com
In Reply to: Re: [gentoo-user] Problem using the pppoe plugin by John covici
1 John covici schrieb:
2 > Exactly where did you put your mtu -- I don't see it in the possibly
3 > options in /etc/conf.d/net.example for the pppd options.
4
5 It is in the Section INTERFACE HANDLERS:
6
7 # Some users may need to alter the MTU - here's how
8 #mtu_eth0="1500"
9
10 > plugins_ppp0=("rp-pppoe")
11
12 Are you sure this line is correct?
13
14 According to net.example this are the plugins for PPP:
15
16 # Here you should specify what pppd plugins you want to use
17 # Available plugins are: pppoe, pppoa, capi, dhcpc, minconn, radius,
18 # radattr, radrealms and winbind
19 #plugins_ppp0=(
20 # "pppoe" # Required plugin for PPPoE
21 # "pppoa vc-encaps" # Required plugin for PPPoA with
22 an option
23 # "capi" # Required plugin for ISDN
24 #)
25
26 By the way rp-pppoe is depreciated in favor of the PPP Module see the
27 PPP and ADSL section for more information.
28
29 Regards,
30
31 Daniel
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem using the pppoe plugin John covici <covici@××××××××××.com>