I had to try research more and config strongswan with UI tools gome
https://community.checkpoint.com/t5/Remote-Access-VPN/strongSwan-GUI-Network-Manager-Username-Passwo...
but I don't know how to config connect to VPN Checkpoint with 2FA get OTP token from FortiToken, I try more and config l2tp vpn client ubuntu 22.04 but cannot success.
![Untitled.png Untitled.png](https://community.checkpoint.com/t5/image/serverpage/image-id/26054i27BB9B3E7E1F5F40/image-size/medium?v=v2&px=400)
With my config /etc/ipsec.conf
config setup
charondebug="ike 2, knl 2, cfg 2"
conn %default
keyexchange=ikev2
ike=aes256-sha256-modp2048!
esp=aes256-sha256!
conn myvpn
keyexchange=ikev2
leftauth=eap-mschapv2
eap_identity=ACCOUNT_VPN
right=IP_SERVER_VPN
rightid=%any
rightauth=pubkey
rightsubnet=0.0.0.0/0
rightdns=8.8.8.8,8.8.4.4
leftsourceip=%config
auto=start
Maybe, my config is wrong so search and get by sample.
My team uses the Windows connect from Remote Access VPN
After entering the username/password -> connecting and response -> enters OTP token [Response] get from FortiToken here
![nguyentthai96_1-1717433614301.png nguyentthai96_1-1717433614301.png](https://community.checkpoint.com/t5/image/serverpage/image-id/26056i5D8D4D98A4CFC238/image-size/medium?v=v2&px=400)
My partner talked about configuring Site-to-Site Checkpoint VPN version R81.20, I need a solution client remote to connect on linux (Ubuntu).
Thank you so much, for replying to me. If can please help me.