2024-05-14
King Solomon and Shakespeare both lament
there exists more things in heaven and earth
Than from our philosophies ever dreamt
Nor under the sun for finding our worth
Yet I stand today whole and undeterred
For the purpose to draw thy attention
Yes I will be seen and I will be heard
And will hear and see thee by extension
Thou vex me so with thy subdued disdain
Juxtaposed by thy gentle suggestions
Thou art my joy and my wonder; my bane
My query, my answer, and my questions
Enough time for us to remove our masks
A lifetime with you is all that I ask

# 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
IP: 192.168.1.3
Name: backendNAS
IP: 192.168.1.4
Name: backendNAS
IP: 192.168.1.5
...
Name: backendNAS
IP: 192.168.1.60
Name: backendNAS
IP: 192.168.1.61
Name: backendNAS
IP: 192.168.1.62