1
Development and Code Review / Re: Testing open connect server ocserv
« on: August 12, 2019, 12:35:05 am »
Hello, I tested to reproduce your awesome work!
I'm currently using OPNSense 19.7.
First of all I resolved the dependencies and installed them:
After that I've set up the certificates using the manual a local user using ocpasswd.
Manual: https://ocserv.gitlab.io/www/manual.html
I've also read this ( https://github.com/openwrt/packages/tree/master/net/ocserv ) one and
set up the connect script and the dummy OVPN server instance (+fw rules) according to reply #9 and #18.
My full config: https://pastebin.com/dY9GbPCE
This here is the debug lvl 3 log output.
https://pastebin.com/EFKsAiNQ
I've already set the file perm to 777, made it executeable and change the ownership serveral time but this error come up.
Has anyone an idea about this?
I'm currently using OPNSense 19.7.
First of all I resolved the dependencies and installed them:
Code: [Select]
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libunistring-0.9.10_1.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libidn2-2.2.0.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libtasn1-4.14.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/p11-kit-0.23.16.1.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/gnutls-3.6.9.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libpcl-1.12.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libgpg-error-1.36.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libgcrypt-1.8.4_1.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libltdl-2.4.6.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/libxslt-1.1.33.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/nspr-4.21.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/nss-3.45_1.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/xmlsec1-1.2.25.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/oath-toolkit-2.6.2.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/protobuf-3.9.0,1.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/protobuf-c-1.3.2_3.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/python36-3.6.9.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/talloc-2.2.0.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/radcli-1.2.11_1.txz
pkg add -f https://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/ocserv-0.12.4_1.txz
After that I've set up the certificates using the manual a local user using ocpasswd.
Manual: https://ocserv.gitlab.io/www/manual.html
I've also read this ( https://github.com/openwrt/packages/tree/master/net/ocserv ) one and
set up the connect script and the dummy OVPN server instance (+fw rules) according to reply #9 and #18.
My full config: https://pastebin.com/dY9GbPCE
This here is the debug lvl 3 log output.
https://pastebin.com/EFKsAiNQ
I've already set the file perm to 777, made it executeable and change the ownership serveral time but this error come up.
Has anyone an idea about this?