On 09/18/17 11:56 AM, Jonathan Adams wrote:
If I Launch OpenVPN via console (no daemon) it runs until "TCPv4_SERVER
READ [448] from [AF_INET]$CLIENTIP: P_DATA_V2 kid=0 DATA len=447" after
that it segfaults and dumps core.
pstack core says
core 'core' of 9356:/usr/sbin/openvpn --config
/e
my OpenVPN in a zone config (I have the external interface set as NAT over
an etherstub as well):
root@ekrecsrv02:~# dladm show-link
LINKCLASS MTUSTATEBRIDGE OVER
bnx0phys 1500 up -- --
bnx1phys 1500 up -- --
vboxnet
Hi Jim
Yes I have those permisions set. The interface gets set up. The
connection gets established but OpenVPN Segfaults somewhere during
cipher handling.
What version are you using? Have you needed to modify smf to make
openvpn work?
Greetings
Till
Am 17.09.2017 um 23:48 schrieb Jim Klim
On September 17, 2017 10:17:04 PM GMT+02:00, "Till Wegmüller"
wrote:
>Hello Everyone
>
>I am trying to install openvpn into a zone. However I am getting stuck.
>
>I am getting setpriv error when launching via smf.
>I have the priv part of the openindiana.README inside the manifest (it
>was there
Hello Everyone
I am trying to install openvpn into a zone. However I am getting stuck.
I am getting setpriv error when launching via smf.
I have the priv part of the openindiana.README inside the manifest (it
was there from installation).
If I Launch OpenVPN via console (no daemon) it runs un