Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHCP client doesn't handle multiple DNS server addresses in DHCP response [imported] #569

Closed
cmaglie opened this issue Nov 15, 2012 · 2 comments
Assignees
Labels
Library: Ethernet The Ethernet Arduino library Type: Bug

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2012

This is Issue 569 moved from a Google Code project.
Added by 2011-07-07T20:57:41.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium, Component-Core

Original description

With the new Arduino 1.0 Ethernet library with the DHCP client included, if your DHCP server returns more than one DNS server address for use it fails to parse the remainder of the DHCP response correctly.

This often results in the Ethernet chip not being configured correctly (which can sometimes be spotted if the netmask and/or gateway IP address are set to 0.0.0.0) and the Arduino won't be able to communicate over Ethernet

@powtac
Copy link

powtac commented Apr 6, 2013

Very interesting! I research this problem since days. On Wireshark I see that the DHCP ACK goes back to 0.0.0.0 And I could not explain why. How can I check if my DHCP server returns more than one IP?

Any solutions @cmaglie ?

@agdl
Copy link
Member

agdl commented Jul 12, 2016

This issue was moved to arduino-libraries/Ethernet#24

@agdl agdl closed this as completed Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Library: Ethernet The Ethernet Arduino library Type: Bug
Projects
None yet
Development

No branches or pull requests

5 participants