On 02/20/2011 07:49 PM, Thomas Rasmussen wrote:
> Hi,
>
> In a fresh FC14 install my log is flooded with dhcp requests:
>
> dhclient: DHCPREQUEST on eth1 to x.y.z.41 port 67
> dhclient: DHCPREQUEST on eth1 to x.y.z.41 port 67
> dhclient: DHCPREQUEST on eth1 to x.y.z.41 port 67
> dhclient: DHCPREQUEST on eth1 to x.y.z.41 port 67
> [..]
>
> After some random time it sends the request to 255.255.255.255 and gets
> a reply instantly:
>
> dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
> dhclient: DHCPACK from x.y.z.129
> dhclient: bound to n.n.n.n -- renewal in 30394 seconds.
>
> Seems it sends the requests to the wrong server - it keeps trying
> x.y.z.41, gives up, tryes 255.255.255.255, and gets a reply from x.y.z.129.
>
> Is there a way to force dhclient to use 255.255.255.255 every time?
>
> /Thomas
>
>
After looking you up at robtex I'm guessing it could be a misconfigured
dhcp server at Bredbånd Nord I/S. Can you contact them?
x.y.z.41 is probably your dns server, x.y.z.129 is the dhcp server.
http://zhigang.org/wiki/DHCP may give you a solution/workaround for your
problem: add "reject x.y.z.41" to your dhclient.conf.
Michel