Attention! The IPSEC used by the program uses Strongswan-based IPSec. To learn more about it,
visit the OpenWrt page for more information on possible settings:
https://openwrt.org/docs/guide-user/services/vpn/ipsec/strongswan/start
Enter
the IP setting
for VPN connection’s
remote gateway address
, select
Authentication
mode
, and enter the PSK (
Secret or PSK of connection
) key.
IKEv1 connection
mode
can be main or aggressive.
Enter the keys for the
Local gateway identifier
and the
Remote gateway identifier
.
When you have modified the settings, save them by the
Save & Apply
button.
You can read more about IPSEC settings that can also be set from the UCI (Command Line UCI
https://oldwiki.archive.openwrt.org/doc/uci/ipsec
IPSEC can also be configured using the Linux-side Strongswan daemon using the UCI - from the
command line - using SSH. Some examples of its use:
To query OpenVPN settings:
#uci show
ipsec
For this, the current IPSEC settings are displayed on the command line.