Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In U-Boot, the dhcp command automatically sets some environment variables. e.g. gatewayip, netmask, bootfile, and rootpath. These environment variable all correspond to the configuration settings of the DHCP server.

Which configuration setting in the DHCP server will inform the U-Boot DHCP client to set the serverip environment variable?

share|improve this question
Did you check here: plugcomputer.org/plugforum/index.php?topic=1313.0 – Satish Dec 20 '12 at 16:04
Yes, I did see that, maybe I need to change my dhcp server. I'm using udhcpd in Ubuntu. I've tried all the obvious settings and I've taken a look at the U-Boot source code my for version. I can see that serverip can be set. I'll just have to follow it through and find the mechanism. – Mr Stinky Dec 20 '12 at 16:10
It's also possible that the U-Boot image I have been given was compiled without support to set the serverip. There is an #ifdef around this code ... – Mr Stinky Dec 20 '12 at 16:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.