I was able to get version 8 to run without a recompile on a couple of HP T620 systems running Raspberry Pi version of Debian (it is a couple of years old, they have not updated the base OS code in a while). But I did have to add 32 bit C++ library support with the command: sudo apt-get install gcc-multilib g++-multilib After adding those libraries dualserverd is now running great.
Hi, I really like the OpenDHCP server software. I have a couple of locations setup with it and it really works well. The one thing that frustrated me a bit was I could not do much with the webserver page. I’m not a C++ programmer, and I wanted to search by lease date rather than Mac address, so I could easily find the latest device that popped up on my network. So I looked around and found a PowerShell utility that would let me easily scrape the web data and after that it was just a matter of presenting...