NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
shen
Jun 17, 2014Tutor
Wanted: DualServer - Dual DHCP DNS Server
Hi folks, Im running DualServer on a Windows machine an want to move it to my ReadyNAS 312. Sources and binaries can be found at http://sourceforge.net/projects/dhcp-dns-server/ Is anybody ab...
shen
Jul 19, 2014Tutor
I finally got it to work, prior to compliling just change dualserver.cpp line 9783 (v7.11)
from
to
This will disable checking for dynamic interface.
compile, daemonize and start:
But I still need some help as the documentation does not reflect ths: How to enable automatic statup on boot for ReadyNAS OS 6?
from
if (addr && mask && !(flags & IFF_POINTOPOINT) && !(flags & IFF_LOOPBACK) && !(flags & IFF_DYNAMIC))
to
if (addr && mask && !(flags & IFF_POINTOPOINT) && !(flags & IFF_LOOPBACK))
This will disable checking for dynamic interface.
compile, daemonize and start:
g++ dualserverd.cpp -odualserverd -lpthread
ln -s /opt/dualserver/rc.dualserver /etc/init.d/dualserver
chmod 755 /etc/init.d/dualserver
/etc/init.d/dualserver start
But I still need some help as the documentation does not reflect ths: How to enable automatic statup on boot for ReadyNAS OS 6?
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!