High Availability
Use multiple RPort servers for high availability
Client-side failover
[client]
## rportd server address.
## Mandatory IP address and port divided by a colon.
server = "0.0.0.0:8080"
## list of fallback rportd servers to which the clients tries to connect
## if the above "main" server is not reachable.
#fallback_servers = ["fallback-a.example.com:9090","fallback-b.example.com:80"]
## if connected to a fallback server, try every interval to switch back to the main server.
#server_switchback_interval = '2m'Setting up a secondary server
Active-Active server scenario
Hypervisor HA
Last updated
Was this helpful?