Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44320 - default route is brokken from livecd install
Summary: default route is brokken from livecd install
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-10 21:03 UTC by Benny Pedersen
Modified: 2004-03-11 09:14 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 Benny Pedersen 2004-03-10 21:03:50 UTC
all linux installs i have worked with have allways have only one interface with flags ug, and it still works, so i belive i am right with this is a bug under installl of gentoo

Reproducible: Always
Steps to Reproduce:
1. install from the live cd
2. get internet up as normal, all is working state
3. netstat -nr is showing two interfaces with are flaged ug

Actual Results:  
no dns hostname resolve

Expected Results:  
gentoo should resolve its own hostname and not use what the user configure in

echo "myhostname" > /etc/dnsdomain
echo "computename" > /etc/hostname

gentoo whas the first os i sav have this wroung, ther must ONLY be one interface
with is flaged ug !

is there a point of going by route out of localhost ?
Comment 1 Benjamin Judas (RETIRED) gentoo-dev 2004-03-11 09:14:19 UTC
From the installation-manual,
http://www.gentoo.org/doc/de/handbook/handbook.xml?part=1&chap=3#doc_chap4

[...]

Now set up routing using route. Substitute ${GATEWAY} with your gateway IP address:

Code Listing 22: Using route

# route add default gw ${GATEWAY}

[...]