Multiple local servers?

OS Windows 7 x64 (server and client)

How to create multiple local servers on the same subnet?
192.168.0.11 - server1
192.168.0.12 - server2
192.168.0.13 - server3

p.s. network range 192.168.0.0/24

Is it possible to redirect the server using the file “hosts”
So that the program understands that it works in Internet but in fact on the local network?

File “hosts” on the client machine:

screenshot_941

No need to manually edit the host file.
Just set them as different servers with differetn ips and names.
and read the doc for how to copy key file so autodiscovery works with multiple servers

FYI
hosts file doesn’t use ports, it’s just a name (DNS) resolution mechanism that has priority over your DNS servers.

Will your method work on the local network?

What he said.

https://www.urbackup.org/administration_manual.html#x1-230004.3