I see your description was edited and now there is just a number there.
Is your problem solved already?
No ,
I'd like to know if it is possible to implement openvpn in pipeline ?
i need it to acces to my client .
What i have tried :
pipelines:
default:
- step:
script:
- apk update
- apk upgrade
- apk --no-cache --no-progress add bash curl ip6tables iptables openvpn shadow tini sudo
- adduser --system --no-create-home vpn
- addgroup -S vpn
- mkdir /dev/net
- mknod /dev/net/tun c 10 200
- chmod 666 /dev/net/tun
- cp cloud.conf /etc/openvpn/
- sudo openvpn --config /etc/openvpn/cloud.conf
the problem remain :
Thu May 16 10:44:15 2019 ERROR: Cannot ioctl TUNSETIFF tun0: Operation not permitted (errno=1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess I don't have good news for you on this one.
Due to security reasons, Pipelines does not allow some special settings which prevent the use of OpenVPN. This was already discussed in this post:
Philip is one of our developers. He shared an enhancement request already tracked in our system:
And a survey where more information could be collected so they can better evaluate and prioritize this issue among others.
The only option we have now is to leave comments on that enhancement request, fill the survey requested by Philip and wait.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.