LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-12-2003, 09:05 PM   #1
ZzNoIsEzZ
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Rep: Reputation: 0
Question etermining IP information for eth0... failed


Hi there!

I've just installed Redhat 8.0 and each time it boot I got the same problem. It says "Determining IP information for eth0... failed; no link present. Check cable?". When my system his fully loaded I just have to do a "ifup eth0 in a shell and it work after 2 or 3 times. I change my module "tulip" to be autoclean and restart the network and its still doing the same thing.

my eth0 is hooked up on a cable modem
network-script: bootproto: DHCP
onboot: yes

in my var/log/message:
Its sending DHCPREQUEST multiple times before dropping.
then like i told before.. when I'm in my shell.. I do ifup eth0 and it work...
I just dont understand hehe..


I'm thinking to re-compile the kernel.

Do anybody have an other option?

thx

 
Old 01-12-2003, 09:45 PM   #2
rohang
Member
 
Registered: Aug 2002
Location: Sydney, Australia
Distribution: Redhat, Open BSD, SuSe, Debian, CentOS
Posts: 177

Rep: Reputation: 31
Have you tried another cable? Sometimes the pins can work their way loose in the lug/connector.
 
Old 01-13-2003, 10:46 AM   #3
ZzNoIsEzZ
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Smile Cable was change

I've change the cable and its does the same thing...
 
Old 01-13-2003, 11:03 AM   #4
geldall
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Rep: Reputation: 0
Suppose the cable is good.
Have you enabled DHCP on the cable modem? DHCPREQUEST without any reply message means your DHCP server does not respond.
 
Old 01-13-2003, 02:58 PM   #5
ZzNoIsEzZ
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Original Poster
Rep: Reputation: 0
DHCP on modem

Here is the msg I have when I do it manualy on the shell (var/log/msg)

dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
dhclient: DHCPACK from 10.48.128.1
dhclient: bound to 24.200.x.x -- renewal in 40198 seco
nds.

Its only on the boot sequence that it the eth0 just dont start....


I really appreciate your help at the moment guys thx))
 
Old 01-14-2003, 10:00 AM   #6
rioguia
Member
 
Registered: Jun 2002
Posts: 411

Rep: Reputation: 30
MAC address caching / firewall rules

possibilities:

1. your cable modem is doing MAC address caching. you initially connected with a different network card, and therefore, not getting an address for your current nic. unplug your cable-modem for several minutes, or otherwise try to reset it, and try connecting again. its also possible, that your cable provider only provides DHCP service to registered MAC addresses. if this is the case, provide your cable company with the MAC address of the NIC on your linux box.

Quote:
dhclient: DHCPACK from 10.48.128.1
2. your cable provider is using a private IP for the DHCP server, and response packets are being dropped by the firewall rules. check something like /var/log/messages for denied packets. you might try disabling IP tables in using the GUI for network services. this might not seem possible since you are able to connect after the IP tables have loaded. however, i think i recall that many firewall rules load a stringent set of rules temporarily until the ordinary rules can complete loading.

Last edited by rioguia; 01-14-2003 at 10:03 AM.
 
Old 01-14-2003, 01:30 PM   #7
ZzNoIsEzZ
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Unhappy Iptables

I have RedHat 8.0 and on that version the friewall his automaticly setup by the system and you can't change it until you go clean /etc/sysconfig/iptables.
So I did clean that one up just in case there were no bad configuration on the startup.

I've look trough /var/message and there is nothing about packet denied....

MAC related problem was'nt the case because I'm still able to hook up after I do it manually on a shell..

Here is a summary of my log:

startup:

Jan 14 14:01:15 noise network: Setting network parameters: succeeded
Jan 14 14:01:16 noise network: Bringing up loopback interface: succeeded
Jan 14 14:01:16 noise ifup:
Jan 14 14:01:16 noise ifup: Determining IP information for eth0...
Jan 14 14:01:21 noise ifup: failed; no link present. Check cable?
Jan 14 14:01:21 noise network: Bringing up interface eth0: failed
Jan 14 14:01:23 noise network: Bringing up interface eth1: succeeded

Then.. on my shell:
after I do ifup eth0 manually

Jan 14 14:02:45 noise dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jan 14 14:02:45 noise dhclient: DHCPACK from 10.48.128.1
Jan 14 14:02:45 noise dhclient: bound to 24.201.x.x -- renewal in 39630 secon
ds.



My modules:

Module Size Used by Not tainted
iptable_nat 19928 0 (autoclean) (unused)
ip_conntrack 21212 1 (autoclean) [iptable_nat]
nls_iso8859-1 3516 1 (autoclean)
sr_mod 18168 0 (autoclean)
cmpci 35944 0 (autoclean)
soundcore 6500 4 (autoclean) [cmpci]
binfmt_misc 7528 1
autofs 13348 0 (autoclean) (unused)
ne2k-pci 7296 1
8390 8236 0 [ne2k-pci]
tulip 43552 1
iptable_filter 2412 0 (autoclean) (unused)
ip_tables 14840 4 [iptable_nat iptable_filter]
ide-scsi 10512 0
scsi_mod 107240 2 [sr_mod ide-scsi]
ide-cd 33608 1
cdrom 33696 0 [sr_mod ide-cd]
printer 8992 0 (unused)
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5920 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
usbcore 77056 1 [printer hid usb-uhci]
ext3 70336 6
jbd 52212 6 [ext3]


If you see anything let me know!


thx to all you guys






 
  


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
determining ip information for eth0...failed flamah Linux - Newbie 38 02-11-2008 10:30 PM
determining ip information for eth0...failed flamah Linux - Networking 5 02-27-2004 12:18 PM
Bringing up interface eth0: determining ip information for eth0... failed ralphethomas Linux - Networking 0 01-24-2004 05:33 PM
Determining IP information for eth0: failed... rajeshdorai Linux - Networking 5 10-09-2003 09:50 PM
Determining IP information for eth0...FAILED chappy011 Linux - Networking 22 06-02-2002 11:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:41 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