How does the Hotel Management feature connect back to on-prem if the 3CX instance is hosted in Public Cloud? I can only see a private IP in the settings. We were assuming it must somehow connect via the SBCs.
You might be using an Amazon Virtual Private Cloud (VPC) to establish a VPN connection between your office (local site) and your AWS environment. In this scenario, you likely have an AWS Site-to-Site VPN, which allows you to connect your local network to AWS's VPC through a secure VPN connection. This service does not require you to install a specific VPN service on your 3CX VM, as the connection is established at the network level through AWS's VPN gateways.
Here's how it typically works:
- **VPC**: Check if you have a VPC in your AWS EC2 account where 3CX is running.
- **VPN Gateway**: If so, you likely have a Virtual Private Gateway in the AWS VPC, serving as the anchor point for VPN connections.
- **VPN**: If that's also the case, you probably have a Site-to-Site VPN.
- The VPN connection can be checked in your office router.
- **Traffic Routing**: Go back to your VPC, validate the routing tables to allow communication between the new 3CX VM and your local network via the VPN.
AWS provides detailed instructions and guides for setting up Site-to-Site VPN.
This pertains more to network logic and not to 3CX logic.
3CX recommends NOT installing a VPN service on the VM where 3CX runs.