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

Bug 374773

Summary: missing network parts in installation process (manual mode)
Product: [OLD] Docs on www.gentoo.org Reporter: val <valkoles>
Component: Installation HandbookAssignee: Docs Team <docs-team>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description val 2011-07-11 02:32:48 UTC
step 8.b. Networking Information
Code Listing 2.6: Manually setting IP information for eth0
missed part there is nameserver line. e.g.
# dns_domain_eth0=( "192.168.0.1" )


Code Listing 2.8: Adding net.eth0 to the default runlevel
missed part there is:
# cd /etc/init.d
# ln -s net.lo net.eth0

Reproducible: Always

Actual Results:  
1. network interface doesn't start
2. nameserver isn't defined

Expected Results:  
1. network interface starts
2. nameserver is defined and works
Comment 1 nm (RETIRED) gentoo-dev 2011-07-11 23:53:22 UTC
all part of the pending updates for openrc.

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