How do I configure DR between single nodes?

Float a single broker with podman for each of the two vm’s with static ip.

I’m working on the DR configuration between the two brokers.

But even if I follow the official document, I can’t replicate it, and before that, the operating status of config-sync is still down. What should I do?

I’m going to use Node03 as the primary
I’m going to sweep Node04 into DR

Node03(show)> config-sync

Admin Status : Enabled
Oper Status : Down (remote replication table has a
problem: (2,Vpn,‘dr-vpn’) [stale])
SSL Enabled : No
Client-Profile
TCP
MSS : 1460
Keepalive
Count : 5
Idle : 3 seconds
Interval : 1 seconds
Client
Name : #config-sync/Node03
Connection State : Connected
Last Fail Reason :
Synchronize
Username : Yes

Node04(show)> config-sync

Admin Status : Enabled
Oper Status : Down (remote replication table has a
problem: (2,Vpn,‘dr-vpn’) [stale])
SSL Enabled : No
Client-Profile
TCP
MSS : 1460
Keepalive
Count : 5
Idle : 3 seconds
Interval : 1 seconds
Client
Name : #config-sync/Node04
Connection State : Connected
Last Fail Reason :
Synchronize
Username : Yes

Hi @user38,

Can you confirm that you are NOT using the standard edition broker? It doesn’t support DR w/ replication.

Hi, @marc

I download docker images at https://solace.com/downloads/.

And, Click the Solace Event Broker Enterprise Evaluation Procedure for Docker

so, this guides like this

PubSub+ Enterprise Evaluation

Warning: The following procedure cannot be reversed. Once the Enterprise
Evaluation key is installed the broker will cease to function after 90 days
and all configuration will be lost unless it is upgraded to PubSub+
Enterprise prior to the 90 day expiration.

To start a 90 day evaluation of PubSub+ Enterprise:
1) Create an instance of PubSub+ Standard (using your preferred packaging).
2) Enter the PubSub+ CLI and run the following commands:
solace> enable
solace# admin
solace(admin)# product-key quscWoxxdp4-Gg88sDQ9dcA-k8vnR1QrpBr-EVAL-G-GA_1
3) Restart the instance.
---

I follow this guide