Results 1 to 10 of 13
I have installed Redhat 9 and receive a "Bringing up interface eth0" failure at set-up. I am using a 3Com NIC. When I go into Network Configuration it asks for ...
- 09-11-2003 #1Just Joined!
- Join Date
- Aug 2003
- Location
- Kansas City, MO
- Posts
- 9
Connecting to the Internet
I have installed Redhat 9 and receive a "Bringing up interface eth0" failure at set-up. I am using a 3Com NIC. When I go into Network Configuration it asks for a Primary DNS, Secondary DNS, Tertiary DNS, Search Path, etc.
Can anyone help me with the necessary requirements for making a successfull connection to the internet? It is somewhat confusing when I get to the network config window. I can obtain the information and already have some of it, but I just don't know exactly how to translate Linux's terms to my ISP's.
The RH Linux installation guide states, "To change your network configuration after you have completed the installation, use the Network Administration Tool. Type the redhat-config-network command in a shell prompt to launch the Network Administration Tool." I do not know where the "shell prompt" is accessed. I have been trying to do this in, I think it is System settings (like Linux's version of Windows "Control Panel"). If I should be doing this at a shell prompt, how do I get there?
Thanks in advance,
One Confused Penguin
rounder
- 09-11-2003 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
the shell prompt is your terminal.. should look something like:
or something rather similar...Code:user@localbox.localdomain ~/$
most broadband ISPs us DHCP to configure dynamic IP addresses... try typing
at the prompt and see what happens... i discovered with redhat 6, i think it was, what DCHP was.... or was it an early mandrake? i forget.. oh, well... c'est la vie, no?Code:dhcpd
- 09-12-2003 #3Just Joined!
- Join Date
- Aug 2003
- Location
- Kansas City, MO
- Posts
- 9
Thanks for your reply lordnothing.
rounder wrote:
"If I should be doing this at a shell prompt, how do I get there?"
I don't know when or where to type your suggested commands...
Terminal. I take it, refers to my PC. I know of the boot prompt and how to get there. WHen linux boots I am at the GUI. There are about three Icons on the desktop and a number of them don below on the taskbar.
- 09-12-2003 #4Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
start a terminal... that is the command prompt... either that or press ctrl-alt-f1 to switch to a text login that will drop you to a shell prompt.. then press alt-f7 to get back to the gui
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 09-12-2003 #5Its called a shell.
Originally Posted by lordnothing
- 09-12-2003 #6Just Joined!
- Join Date
- Aug 2003
- Location
- Kansas City, MO
- Posts
- 9
"either that or press ctrl-alt-f1 to switch to a text login that will drop you to a shell prompt.." I can do this when I am in the GUI? And at this time I can enter the "redhat-config-network command " and enter the appropriate information?
"then press alt-f7 to get back to the gui". At this point the network will be cofigured or will I need a reboot?
I apologize for my ignorance, but Linux is total "Chinese" to me. I hope to change that though. : )
- 09-12-2003 #7Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
so i went brain dead for a moment and forgot the name of the shell... after staring at gentoo linux all day, my brain is a little spent... i've been trying to get my configurations right which is something i've never done by hand before... hell, i can't even get gnome to start from the shell prompt without starting GDM...
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 09-22-2003 #8Just Joined!
- Join Date
- Aug 2003
- Location
- Kansas City, MO
- Posts
- 9
I have the ISP and the NIC (eth0) configured, but I cannot get the eth0 to activate. I get this message when RH9 loads the GUI: "Cannot look up Internet address for Centurytel (my ISP). This will prevent GNOME from operating correctly. It may be possible to correct this problem by adding centurytel to the file '/etc/hosts'." When I go to that file I am not able to edit. I am accessing it through the GUI.
Any ideas?
Thanks in advance,
rounder
- 09-22-2003 #9Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
from the shell prompt type:
(replace <text editor> with the command to open whatever text editor you use (nano, pico, vim, etc.) it will ask you for your root password and then allow you to edit the file with root permissions.. then replace the "localhost" entry with the name that gnome is trying to find.. should get rid of that message and not kill any functionality...Code:su -c '<text editor> /etc/hosts'
and if someone has a more well-informed way of fixing the error, i'd be interested in knowing it, seeing as how that's how i've fixed the problem on my box..Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 09-22-2003 #10Just Joined!
- Join Date
- Aug 2003
- Location
- Kansas City, MO
- Posts
- 9
There is a warning above the contents of the file that states: "DO not delete this line, it will prevent network devices from connecting", or something like that. You believe that removing the localhost name and inserting "Centurytel" is the fix?


Reply With Quote
