LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora 4 failed in determining IP information (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-4-failed-in-determining-ip-information-432074/)

yewchong 04-05-2006 04:01 PM

Fedora 4 failed in determining IP information
 
Hi,

I did a search in the forums and find that there is quite a number of posts on this. However, I wasn't able to find the right solution to my problem.

I am running Fedora Core 4. Upon bootup, it says that "Determining IP information failed". It really puzzles me as to why am I getting this error. I have verified that the device driver is installed.

Anyone willing to provide me with some pointers on how to go about solving this problem? Thanks!

hunterhunter 04-05-2006 04:06 PM

Check in /etc/sysconfig/network-scripts/ifcfg-eth0
Make sure everything's okay in that file.
Also, check /etc/resolv.conf
Make sure your primary, secondary, and/or tertiary and quarternary dns servers are there. Do not erase things from this file, just add to it.
If you need help just google resolv.conf and ifcfg-eth0
You can also try /etc/sysconfig/networking/devices/ifcfg-eth0
Usually the one in network-scripts works for me.
Those two files should be all you have to edit.
If you're running dhcp then you shouldn't have to edit them at all...

Good Luck!

yewchong 04-05-2006 04:32 PM

Hi,

My resolve.conf happens to be empty. However, I have added the following line:
nameserver 192.168.1.1

This ip is the ip address of my router, not sure if I am right to add the following?

The following is my ifcfg-eth0 file
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:13:d4:08:fe:53
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no

Anything wrong with the above lines?


All times are GMT -5. The time now is 05:20 AM.