Re: [opensuse] dhcp still waiting for data
- From: Sampsa Riikonen <sampsa.riikonen@xxxxxx>
- Date: Thu, 7 Aug 2008 12:01:09 +0300
Dear All,
Thank you for your swift replies! I am afraid I did not
give you all the details..
Neil, thank you for your thorough tutorial
(I will keep it in my archives, just in case for
the future), but the router and DHCP is working
perfectly with other machines.
My desktop is not able to connect with the
router at all (via web interface or ping to
10.0.0.2).. David's inform in bugzilla concerns
more about the domain name server, If
I undestood correctly?
I tried Kai's suggestion of restarting the dhcp client.
Here are my findings..
---------------------------------
linux-pmz9:/home/user # ps -A -f | grep dhcp
root 3603 1 0 11:36 ? 00:00:00 /sbin/dhcpcd -C -D -K -N -t
999999 -h linux-pmz9 -c /etc/sysconfig/network/scripts/dhcpcd-hook eth0
root 4038 3999 0 11:38 pts/1 00:00:00 grep dhcp
linux-pmz9:/home/user # kill -9 3603
-----------
.. have to kill, otherwise dhclient wouldn't start
-----------
linux-pmz9:/home/user #
linux-pmz9:/home/user # dhclient
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:1c:25:54:3e:f3
Sending on LPF/eth0/00:1c:25:54:3e:f3
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
linux-pmz9:/home/user # ps -A -f | grep dhcp
root 4195 3999 0 11:40 pts/1 00:00:00 grep dhcp
------------
As a next try, I start dhcpd with original parameters..
-----------
linux-pmz9:/home/user # /sbin/dhcpcd -C -D -K -N -t 999999 -h
linux-pmz9 -c /etc/sysconfig/network/scripts/dhcpcd-hook eth0
----------
Also tried to run dhcpd without any parameters, but without
any luck.
Well, guys, I guess I am off to buy a new ~ 10 EUR network card.
I hope this one will not give me excessive headache:
http://www.a-link.com/NA1GHR.html?id=TmoLdZMS
Cheers,
Sampsa
On Thursday 07 August 2008 11:08:49 am Neil wrote:
On 8/6/08, Sampsa Riikonen <sampsa.riikonen@xxxxxx> wrote:
Dear List,
In my desktop PC (Acer Veriton), the network connection
suddenly disappeared. Ifstatus is saying that
"dhcp still waiting for data".
I have not done any updates, any fiddling with the system,
nothing! It just suddenly stopped working! I checked the router
(alink rr23ap) and it is working correctly with my laptop. I also
checked the network cable.
I am running suse 10.3, 64-bit. The processor in my desktop
is intel celeron. My setup of desktop+tv+voip phone+etc. has been
working flawlessly for ~ 6 months, but suddenly I get this weird
problem. When I initially bought this computer, I had to recompile
some kernel modules for the sis190 chipset to work, but it has been
working ever since and I have not touched it.
I think I have to assume that my integrated network card has
****ed up? If that is so, I really hate SiS. No linux support &
crappy hardware that breaks up.
Just in case I have missed something, please find
the outputs of dmesg, rcnetwork and ifstatus below..
http://users.tkk.fi/~sriikone/acer/
Cheers,
Sampsa
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hi Sampsa
I am assuming that this one PC is the only one connected to your
network (NOT the only one with problems, but really the only one
connected.) If it is the problem I am describing the problem should
occure to all the PC's connected, not only Linux but also Mac and
Windoze.
It may be that the DHCP service is broken. If you do not know where
that may be hiding it probably is included in the nearest router.
DHCP isn't nescesary, and on most cheap routers it is crappy at best.
You could simply try to run things with static settings. If this works
and you are satisfied you can keep this for years and years w/o
problems.
However there are some things that are made easier by DHCP:
Setting up interfaces is way easier with DHCP. If you use a laptop
and have it disconnect and reconnect every day it may be usefull to
get a new router (or repair the DHCP server some other way)
To set your network manually you need some info:
(I assume your router performs DHCP service . If it doesn't and you
are network admin you will know it doesn't)
1. What is the IP range? (it will be something like 192.168.1.xxx The
1 is the thing that varies usually, sometimes it is 2 but it could be
the router has some own ideas of an IP range. This is something that
may be found in your router manual)
2. What is the gateway adress? (if your IP range is 192.168.1.xxx it
must be in that range, so the first 3 numbers will be 192 and 168 and
1. It probably is 192.168.1.255 or 192.168.1.1 (quite widely used
numbers) This should be in your router's manual aswell)
3. What is the DNS adress of your provider? (I cannot say anything
usefull about that exept: you should call your internet provider to
find this. I will not be in the IP-range)
You should base your own IP adress on the IP range you just found out.
If it is 192.168.1.xxx an IP adress like 192.168.1.200 would in most
cases be a good choice.
These are the things you will have to enter in your network manager. I
can't say exacly where and how because I am at work and have windoze
here. It wil probably be in yast-network devices somewhere.
If you can't find the manual or can't find what the gateway is you
could send us the brand and type of your router so we can help.
Neil
--
There are two kinds of people:
1. People who start their arrays with 1.
1. People who start their arrays with 0.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- Follow-Ups:
- Re: [opensuse] dhcp still waiting for data
- From: Koenraad Lelong
- Re: [opensuse] dhcp still waiting for data
- References:
- [opensuse] dhcp still waiting for data
- From: Sampsa Riikonen
- Re: [opensuse] dhcp still waiting for data
- From: Neil
- [opensuse] dhcp still waiting for data
- Prev by Date: [opensuse] problem with creating ISO image on DVD (K3b/Suse10.2)
- Next by Date: Re: [opensuse] Ddoes anyone know why the updater in the panel insists on installing stuff I don't use>
- Previous by thread: Re: [opensuse] dhcp still waiting for data
- Next by thread: Re: [opensuse] dhcp still waiting for data
- Index(es):
Relevant Pages
|