Download your personalized VPN configuration file to connect securely to Kryptsec environments.
Download and install the Wireguard client for your platform:
See all platformsAfter downloading the configuration file:
After activating the tunnel, verify your connection:
Test connectivity:
ping 10.14.0.1
Check connection status:
sudo wg show
Verify latest handshake:
sudo wg show | grep "latest handshake"
Success indicators:
For Linux users or those who prefer command-line:
# Install WireGuard tools sudo apt install wireguard # Copy config to WireGuard directory sudo cp ~/Downloads/kx-peer.conf /etc/wireguard/ # Connect to VPN sudo wg-quick up kx-peer # Verify connection ping 10.14.0.1 # Check status sudo wg show # Disconnect from VPN sudo wg-quick down kx-peer
These commands are for Debian/Ubuntu-based systems. Commands may vary on other distributions.
If you cannot connect or ping 10.14.0.1:
View detailed connection info:
sudo wg show kx-peer
Check if interface is active:
ip link show kx-peer
View routing table:
ip route | grep kx-peer
No handshake received
Your connection might be blocked. Check corporate firewall settings or try a different network.
Configuration file error
Re-download the config file. Ensure you're logged in and have an active subscription.
Permission denied
WireGuard requires root/admin privileges. Use sudo on Linux/macOS or run as Administrator on Windows.
Still having issues? Contact support at [email protected] with your diagnostic output.