Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
..and then:
dhclient: No DHCPOFFERS received.
dhclient: No working leases in persistent database.
dhclient: Exiting.
So how can I increase DHCPDISCOVER times to 9999 for example?
From the messages, one can find out that no DHCPOFFER packets are sent from the DHCP server. The client is sending out DHCPDISCOVER packets, but the server is not responding fine. Have you configured the server correctly? Try configuring the server properly and check again.
To edit the timeout you can use the directive 'timeout' in '/etc/dhclient.conf' file. The default timeout is 60 seconds.
Hope you got the answer....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.