LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-16-2003, 01:24 PM   #1
RJWMU
LQ Newbie
 
Registered: May 2003
Posts: 11

Rep: Reputation: 0
New Question..."Bringing Up Eth0"...FAILURE


Ok for those who've read my other posts I now have the ethernet card activated but I can't get a connection to my network. I ran netconfig and changed it so it would automatically obtain my stuff but I always hang during the initialization part of startup and am forced to reboot. Any idea how I can get this set up? I am a college student in an apartment complex that provides us with the ethernet hookup so I don't know much about what they use for their server or who they go through etc...any suggestions would be appreciated. Read my other post about running Kudzu if you have any questions...There's a lot of info in those posts. Thanks in advance.

~RJ
 
Old 05-16-2003, 02:57 PM   #2
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
what is the output of ifconfig?
did you set up eth0 to use dhcp?
do you have a dhcp client running so you can get your ip address?
 
Old 05-16-2003, 03:29 PM   #3
RJWMU
LQ Newbie
 
Registered: May 2003
Posts: 11

Original Poster
Rep: Reputation: 0
[root@localhost root]# id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys)(wheel)
[root@localhost root]# uname -a
Linux localhost 2.4.18-19.8.0 #1 Thu Dec 12 05:39:29 EST 2002
i686 i686 i386 GNU/Linux
[root@localhost root]# cat /etc/modules.conf
alias parport_lowlevel parport_pc
alias eth0 eepro100
[root@localhost root]# lsmod
Module Size Used by Not tainted
nls_iso8859-1 3516 1 (autoclean)
nls_cp437 5148 1 (autoclean)
vfat 13084 1 (autoclean)
fat 38712 0 (autoclean) [vfat]
soundcore 6532 0 (autoclean)
mousedev 5524 1 (autoclean)
input 5920 0 (autoclean) [mousedev]
autofs 13348 0 (autoclean) (unused)
ds 8712 1
yenta_socket 12960 1
pcmcia_core 54784 0 [ds yenta_socket]
eepro100 22264 1
iptable_filter 2412 0 (autoclean) (unused)
ip_tables 14936 1 [iptable_filter]
ide-scsi 10512 0
scsi_mod 107240 1 [ide-scsi]
ide-cd 33608 0
cdrom 33696 0 [ide-cd]
ext3 70336 1
jbd 52212 1 [ext3]
[root@localhost root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:A5:99:9E:04
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:493 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100
RX bytes:56305 (54.9 Kb) TX bytes:168 (168.0 b)
Interrupt:9 Base address:0x6000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:248 errors:0 dropped:0 overruns:0 frame:0 TX packets:248 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16884 (16.4 Kb) TX bytes:16884 (16.4 Kb)

This is what shows up...
 
Old 05-16-2003, 03:39 PM   #4
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
ok, so it is setting up eth0 with the ip address 127.0.0.1 which is localhost.

This is a guess, but I think you need to get your dhcp client up and running, else, you can not get your ip address from your isp.

What distro are you using? usually this is set up for you during installation.

read 'man dhcpcd' for setting up dhcp, allthough depending on your distro, there is likely a tool that will do this for you
 
Old 05-16-2003, 04:31 PM   #5
bradfisher
LQ Newbie
 
Registered: Apr 2003
Location: Tucson
Distribution: RedHat 7.3, 8.0
Posts: 13

Rep: Reputation: 0
Have you confirmed the physical network connectivity? Can
you plop windoze laptop on the same connection (config'd to
use dhcp of course) and get an assigned ip? (ipconfig/all or winipcfg).

Is there a link status light on you net card showing you that
you have a connection. Point is, the dhcp server can't assign you an addy if it can't talk to you over the wire

Once it doles out the info you'll have the following file ....

/etc/dhcpc/dhcpcd-eth0.info

which will have all the network ip info in it.
 
Old 05-16-2003, 09:52 PM   #6
RJWMU
LQ Newbie
 
Registered: May 2003
Posts: 11

Original Poster
Rep: Reputation: 0
I unfortunatly didn't set up my network settings upon installation because I did it in a campus computer lab and my laptop wasn't connected to any sort of network. As for the connection, I know that everything is working because I use it daily under win2k. I'm using redhat 8.0 and I don't really know how to go about getting the dhcp set up. Every time I reboot so the settings will work it hangs. Anything???
 
Old 05-16-2003, 11:16 PM   #7
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
hmmm, when I installed redhat I told it I was using dhcp during installation, not sure how to do it after the fact...

This is just conjecture, but you could try running:
Code:
/usr/sbin/dhcpcd -n eth0
Then restart your network:
Code:
network restart
If that doesn't work I don't know what to tell you. Someone must know how to tell Redhat to use dhcp after the fact...

PS, you really don't need to reboot at all, just restart your network to see if your changes have worked.

Last edited by bulliver; 05-16-2003 at 11:20 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandrake 10.1 - "Bringing up eth0: FAILED" zhex900 Linux - Networking 10 12-07-2004 11:59 PM
"Bringing up interface eth0: failed" pikatu Linux - Networking 7 10-03-2004 02:25 AM
"Bringing up interface eth0: failed" on 3com NIC zoinkedzonker Linux - Networking 3 08-17-2004 12:18 AM
rh8.0 boot up stuck on "bringing up interface eth0" tnf Linux - Wireless Networking 7 03-22-2004 07:41 AM
RHL7.3 stops loading at "Bringing interface of eth0" rvijay17 Linux - General 1 10-10-2002 01:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration