Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 76439

Summary: Inconsistency/mistake in the home-router-howto documentation
Product: [OLD] Docs-user Reporter: Pablo De Nápoli <pdenapo>
Component: OtherAssignee: Docs Team <docs-team>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/doc/en/home-router-howto.xml
Whiteboard:
Package list:
Runtime testing required: ---

Description Pablo De Nápoli 2005-01-02 13:02:26 UTC
The home-router-howto says that adsl (rp-pppoe) users
should have an entry like

ifconfig_eth1=( "dhcp" )

This didn't work for me. However, the Gentoo Handbook at

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8

says

"f you use rp-pppoe (e.g. for ADSL), set it to up."

i.e.:
ifconfig_eth1=up

and this did work for me.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stefano Pacella (RETIRED) gentoo-dev 2005-01-02 14:37:13 UTC
-The home-router-howto says that adsl (rp-pppoe) users
should have an entry like

ifconfig_eth1=( "dhcp" )-

I see

Add an entry for ifconfig_eth1 and set it to adsl:
ifconfig_eth1=( "adsl" )

not dhcp   this one is for cable modem
regards
Comment 2 Pablo De Nápoli 2005-01-02 14:56:54 UTC
Sorry, I should have writen

ifconfig_eth1=( "adsl" )

in my bug report, instead of

ifconfig_eth1=( "dhcp" )

This didn't work either! Should be

ifconfig_eth1=up
Comment 3 SpanKY gentoo-dev 2005-01-02 17:51:21 UTC
documentation is correct

make sure you're using baselayout-1.11.x
Comment 4 Pablo De Nápoli 2005-01-02 17:54:35 UTC
I'm using baselayout-1.9.4-r6
(acording to portage it is up to date!)