Skip to main content

Questions tagged [round-robin]

2 votes
1 answer
1k views

I have a machine that I am using as an SSH jumphost which has multiple ethernet ports each of which has its own IP address (192.168.1.22 and 192.168.1.178 in case it matters). I use SSH for a lot of ...
RedHack's user avatar
  • 141
0 votes
1 answer
216 views

I have an Ubuntu machine and a scenario in which I need to generate the next number (starting from X) between 0 and 20 in a round-robin way. I need a way to get the next number which will be thread ...
winter's user avatar
  • 101
5 votes
1 answer
2k views

I have setup dnsmasq to the basic configuration, pointing a file with two IP addresses. 10.0.0.1 a.b.c 10.0.0.2 a.b.c When I do nslookup or dig on a.b.c, I see round robin seems to be in effect (as ...
mccormickt12's user avatar