Dear Team
Iam using Openconnect feature on vyos 1.4 and iam using below commands from documents mentioned on vyos website.
###################################################
run generate pki ca install i2k2
run generate pki certificate sign i2k2 install Devashish
set vpn openconnect authentication local-users username deva password ‘deva@12345’
set vpn openconnect authentication mode local ‘password’
set vpn openconnect http-security-headers
set vpn openconnect network-settings client-ip-settings subnet ‘10.34.1.0/24’
set vpn openconnect network-settings name-server ‘8.8.8.8’
set vpn openconnect network-settings name-server ‘8.8.4.4’
set vpn openconnect ssl ca-certificate ‘i2k2’
set vpn openconnect ssl certificate ‘Devashish’
################################################
Iam using it without 2FA . As per your documents only the above commands are mentioned i dont understand how my remote user get access the server behind the firewall , there is no option to mention public IP , no option for push route .
Now how i use it if i use openconnect client software.
Please let use know what iam missing