Networking Forums

Networking Forums > Computer Networking > Linux Networking > Error message at startup: eth0 (DHCP) failed

Reply
Thread Tools Display Modes

Error message at startup: eth0 (DHCP) failed

 
 
Oliver Meike
Guest
Posts: n/a

 
      11-30-2003, 05:30 PM
Hi everybody,
I am retrieving this error message, but I can connect to the internet
through a Netgear router. I had this error message with Suse 8.2 and 9.0.
First I used my onboard ethernet card (motherboard: MSI K7N2 Delta) and then
I bought a PCI card (Realtek RTL8139). I got the error message every time on
startup. Actually I could be happy, because I have a connection to the
internet. But I am new to Linux and I would like to understand the whole
"apparatus". Furthermore when I restart the network with "rcnetwork restart"
I get this error message. But when I check the status with "rcnetwork
status" everything is fine and I get the message "eth0 (DHCP): running" I
would be glad about any help and understanding....
Thanx,
Oliver.


 
Reply With Quote
 
 
 
 
mjt
Guest
Posts: n/a

 
      11-30-2003, 06:28 PM
On Sun, 30 Nov 2003 19:30:47 +0100, "Oliver Meike" <(E-Mail Removed)> wrote:

> "apparatus". Furthermore when I restart the network with "rcnetwork restart"
> I get this error message. But when I check the status with "rcnetwork
> status" everything is fine and I get the message "eth0 (DHCP): running" I
> would be glad about any help and understanding..



.... it prolly didnt have an IP address yet; did it say something
like ... "no IP yet, backgrounding ..." ???
..
--
/// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\
\\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
 
Reply With Quote
 
Sam
Guest
Posts: n/a

 
      11-30-2003, 06:43 PM
Oliver

This may be related to your problem.

I replaced my DLink router with a Netgear ADSL modem / router. The latter
did not work with the default SUSE 9.0 setup of DHCP. I find the Netgear
lacking in some settings that the DLink had especilly with regard to DHCP.

One specifically related to my problem is DHCP Lease Time which the Netgear
does not cater for.

The default SUSE DHCP setup asks the router to set or query the default DHCP
Client Lease Time. The Netgear does not seem to respond in the way that SUSE
requires so it it fails the setup.

To solve this I did the following (as root)

1. Open Control Center

2. Select YAST2 modules

3. Select System

4. Select Editor for /etc/sysconfig files

5. Select Network

6. Select DHCP

7. Select DHCP Client

8. Select DHCPCLIENT_LEASE_TIME

9. In the edit box to the right enter 604800. This is a value in seconds,
the one I use.

10. Finish, close etc.

Hope this helps

Sam

"Oliver Meike" <(E-Mail Removed)> wrote in message
news:bqdd0q$njd$(E-Mail Removed)...
> Hi everybody,
> I am retrieving this error message, but I can connect to the internet
> through a Netgear router. I had this error message with Suse 8.2 and 9.0.
> First I used my onboard ethernet card (motherboard: MSI K7N2 Delta) and

then
> I bought a PCI card (Realtek RTL8139). I got the error message every time

on
> startup. Actually I could be happy, because I have a connection to the
> internet. But I am new to Linux and I would like to understand the whole
> "apparatus". Furthermore when I restart the network with "rcnetwork

restart"
> I get this error message. But when I check the status with "rcnetwork
> status" everything is fine and I get the message "eth0 (DHCP): running" I
> would be glad about any help and understanding....
> Thanx,
> Oliver.
>
>



 
Reply With Quote
 
Oliver Meike
Guest
Posts: n/a

 
      11-30-2003, 09:08 PM
Thank you very much, Sam! Everything is working fine now!!
Thanks,
Oliver.


"Sam" <(E-Mail Removed)> schrieb im Newsbeitrag
news:3fca4877$0$25674$(E-Mail Removed) ...
> Oliver
>
> This may be related to your problem.
>
> I replaced my DLink router with a Netgear ADSL modem / router. The latter
> did not work with the default SUSE 9.0 setup of DHCP. I find the Netgear
> lacking in some settings that the DLink had especilly with regard to DHCP.
>
> One specifically related to my problem is DHCP Lease Time which the

Netgear
> does not cater for.
>
> The default SUSE DHCP setup asks the router to set or query the default

DHCP
> Client Lease Time. The Netgear does not seem to respond in the way that

SUSE
> requires so it it fails the setup.
>
> To solve this I did the following (as root)
>
> 1. Open Control Center
>
> 2. Select YAST2 modules
>
> 3. Select System
>
> 4. Select Editor for /etc/sysconfig files
>
> 5. Select Network
>
> 6. Select DHCP
>
> 7. Select DHCP Client
>
> 8. Select DHCPCLIENT_LEASE_TIME
>
> 9. In the edit box to the right enter 604800. This is a value in seconds,
> the one I use.
>
> 10. Finish, close etc.
>
> Hope this helps
>
> Sam
>
> "Oliver Meike" <(E-Mail Removed)> wrote in message
> news:bqdd0q$njd$(E-Mail Removed)...
> > Hi everybody,
> > I am retrieving this error message, but I can connect to the internet
> > through a Netgear router. I had this error message with Suse 8.2 and

9.0.
> > First I used my onboard ethernet card (motherboard: MSI K7N2 Delta) and

> then
> > I bought a PCI card (Realtek RTL8139). I got the error message every

time
> on
> > startup. Actually I could be happy, because I have a connection to the
> > internet. But I am new to Linux and I would like to understand the whole
> > "apparatus". Furthermore when I restart the network with "rcnetwork

> restart"
> > I get this error message. But when I check the status with "rcnetwork
> > status" everything is fine and I get the message "eth0 (DHCP): running"

I
> > would be glad about any help and understanding....
> > Thanx,
> > Oliver.
> >
> >

>
>



 
Reply With Quote
 
mjt
Guest
Posts: n/a

 
      11-30-2003, 09:13 PM
On Sun, 30 Nov 2003 19:43:52 -0000, "Sam" <(E-Mail Removed)> wrote:

> The default SUSE DHCP setup asks the router to set or query the default DHCP
> Client Lease Time. The Netgear does not seem to respond in the way that SUSE
> requires so it it fails the setup


..... veerrrry interesting, thanks for the tip! (i use dlink,
but good to know what else is going on)
..
--
/// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\
\\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
"It's men like him that give the Y chromosome a bad name."
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      12-01-2003, 06:38 PM
can you please post the diagnostic messages from the ../var/messages?

raqueeb hassan
DRC
 
Reply With Quote
 
Sam
Guest
Posts: n/a

 
      12-01-2003, 06:58 PM
Just glad to help.
Sam

"Oliver Meike" <(E-Mail Removed)> wrote in message
news:bqdppf$9ln$(E-Mail Removed)...
> Thank you very much, Sam! Everything is working fine now!!
> Thanks,
> Oliver.
>
>
> "Sam" <(E-Mail Removed)> schrieb im Newsbeitrag
> news:3fca4877$0$25674$(E-Mail Removed) ...
> > Oliver
> >
> > This may be related to your problem.
> >
> > I replaced my DLink router with a Netgear ADSL modem / router. The

latter
> > did not work with the default SUSE 9.0 setup of DHCP. I find the Netgear
> > lacking in some settings that the DLink had especilly with regard to

DHCP.
> >
> > One specifically related to my problem is DHCP Lease Time which the

> Netgear
> > does not cater for.
> >
> > The default SUSE DHCP setup asks the router to set or query the default

> DHCP
> > Client Lease Time. The Netgear does not seem to respond in the way that

> SUSE
> > requires so it it fails the setup.
> >
> > To solve this I did the following (as root)
> >
> > 1. Open Control Center
> >
> > 2. Select YAST2 modules
> >
> > 3. Select System
> >
> > 4. Select Editor for /etc/sysconfig files
> >
> > 5. Select Network
> >
> > 6. Select DHCP
> >
> > 7. Select DHCP Client
> >
> > 8. Select DHCPCLIENT_LEASE_TIME
> >
> > 9. In the edit box to the right enter 604800. This is a value in

seconds,
> > the one I use.
> >
> > 10. Finish, close etc.
> >
> > Hope this helps
> >
> > Sam
> >
> > "Oliver Meike" <(E-Mail Removed)> wrote in message
> > news:bqdd0q$njd$(E-Mail Removed)...
> > > Hi everybody,
> > > I am retrieving this error message, but I can connect to the internet
> > > through a Netgear router. I had this error message with Suse 8.2 and

> 9.0.
> > > First I used my onboard ethernet card (motherboard: MSI K7N2 Delta)

and
> > then
> > > I bought a PCI card (Realtek RTL8139). I got the error message every

> time
> > on
> > > startup. Actually I could be happy, because I have a connection to the
> > > internet. But I am new to Linux and I would like to understand the

whole
> > > "apparatus". Furthermore when I restart the network with "rcnetwork

> > restart"
> > > I get this error message. But when I check the status with "rcnetwork
> > > status" everything is fine and I get the message "eth0 (DHCP):

running"
> I
> > > would be glad about any help and understanding....
> > > Thanx,
> > > Oliver.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Sam
Guest
Posts: n/a

 
      12-01-2003, 07:02 PM
My pleasure.
Sam

"mjt" <mjtobler@removethis_consultant.com> wrote in message
news:qYtyb.28705$(E-Mail Removed) hlink.net...
> On Sun, 30 Nov 2003 19:43:52 -0000, "Sam" <(E-Mail Removed)> wrote:
>
> > The default SUSE DHCP setup asks the router to set or query the default

DHCP
> > Client Lease Time. The Netgear does not seem to respond in the way that

SUSE
> > requires so it it fails the setup

>
> .... veerrrry interesting, thanks for the tip! (i use dlink,
> but good to know what else is going on)
> .
> --
> /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\
> \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
> "It's men like him that give the Y chromosome a bad name."



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dhcp error message abdullah_z82 Windows Networking 2 05-19-2009 09:39 AM
Continuation of "Arrrgh! rsync "chroot failed" error message!" kenney@lucent.com Linux Networking 3 08-10-2006 08:35 AM
Arrrgh! rsync "chroot failed" error message! Vinny Linux Networking 3 03-08-2006 03:15 PM
STMP error message event id 4006 mail delivery failed =?Utf-8?B?R2lsYmVydA==?= Windows Networking 1 02-17-2005 03:39 PM
error message at startup mike Windows Networking 1 01-09-2004 11:54 PM



1 2 3 4 5 6 7 8 9 10 11