Hi everyone,
I currently have a case that I’m not sure how to handle yet, and I’d like to ask if anyone who has configured a similar setup could share your experience.
Here’s the situation:
The issue I’m facing is that when a user connects successfully to vpn03.cybertest.com.vn, performing a tracert shows that the connection is actually coming from the public IP of GW2. I’m not sure if this behavior is related to some kind of load balancing.
Currently, we have not enabled the load balancing feature in Global Properties. I’m considering whether I should apply the define MEP topology configuration and switch it to client_decide, since I want each user to connect to the specific VPN configured on the gateway we designate.
:automatic_mep_topology ( :gateway ( :map ( :true (true) :false (false) :client_decide (client_decide) ) :default (true) ) )
Additionally, if the VPN domain is shared between both gateways, could that cause this behavior? Or should we create a separate VPN domain for each gateway?
Looking forward to everyone’s thoughts and suggestions.