Questions tagged [round-robin]
The round-robin tag has no summary.
6 questions
2 votes
1 answer
1k views
SSH Configuration for multiple IP addresses (round-robin or randomized)
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 ...
0 votes
1 answer
216 views
Thread safe next number (or round-robin) service in linux
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 ...
5 votes
1 answer
2k views
round robin for curl and dnsmasq
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 ...