# cat /etc/hosts | grep backendNAS
192.168.0.3
# for x in {4..62} ; do echo "192.168.0.$x backendNAS" >> /etc/roundrobin_nas
# chmod 644 /etc/roundrobin_nas
# cat /etc/dnsmasq.conf | grep addn-hosts
addn-hosts=/etc/roundrobin_nas
# systemctl restart dnsmasq
# nslookup backendNAS
Name: backendNAS
(
Read more... )