Quote from: drivera on October 28, 2018, 05:35:07 AM
Any ETA on 18.7.7?
i can say that dev version works fine in 18.7.9.
and main version still doesn't support groups.
DNS problem i semi-solved only with overriding option on "Unbound DNS"
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: drivera on October 28, 2018, 05:35:07 AM
Any ETA on 18.7.7?
/usr/local/etc/rc.d/opnsense-openconnect and add needed keys to the start function:openconnect_start()
{
echo "starting openconnect"
echo ${openconnect_flags}
/usr/local/sbin/openconnect --authgroup SSLVPNClient -c /path/to/crt.cer -k /path/to/crt.key ${openconnect_flags} < /usr/local/etc/openconnect.secret 2>&1 > /dev/null
sleep 5
ifconfig tun30000 name ocvpn0
ifconfig ocvpn0 group ocvpn
return 0
}