880 questions
Tooling
0
votes
0
replies
51
views
Are there any programs out there to use OpenVPN client configuration and serve it as local proxy?
My VPN provider gave me an OpenVPN configuration. I'm on KDE so I can easily configure network manager to use this configuration.
Discord, however, is banned in my country. So I was thinking whether ...
Score of 0
0 answers
59 views
[CANNOT FIND DDK]; I am trying to install open vpn driver tap for windows
I have this error but according to the instructions that follow from Microsoft to install Windows Toolkit I did everything to the letter.enter image description here
This is the link, I already have ...
Score of 0
1 answer
443 views
Nginx configuration for Matrix-Synapse under VPN [closed]
I'm trying to setup and run Synapse on my Raspberry Pi. So far, I installed it as Python library and setup Postgres for it, and locally it seems to run correctly. But I got some problems on reverse ...
Score of 0
2 answers
322 views
cannot connect to vpn using python-openvpn-client api
I have a pyhton program from which I am using python-openvpn-client API to connect to a vpn server using an .ovpn configuration file.
I have installed python 3.13.1 from the official website. Then I ...
Score of 1
0 answers
235 views
Running openvpn inside a docker container make network inacessible
I have an app is dockerized, then I need to make this app work with VPN, so I need to install openvpn and run it inside my container. I use docker desktop for window 10. I have run these below ...
Score of 0
0 answers
122 views
SQL Server Database Connection Timing Out. VPN Connection Good, SSH Connection Bad
Running a Rails 7.2 application connecting to an ancient remote SQL server for work.
Using Net::SSH::Gateway and .open() for the SSH and port forwarding in the database.yml file
I can VPN my dev ...
Score of 0
2 answers
1466 views
Where to find list of connection profiles for OpenVPN in Ubuntu
I am trying to start an OpenVPN connection but when I run openvpn3 session-start --config filename
It responds with
---- More than one configuration profile was found with the given name
Where would ...
Score of 0
1 answer
79 views
Is it necessary to close a port when stopping the application temporarily? What are the security implications? [closed]
I'm running OpenVPN on my server using the default port 1194. To save resources, I occasionally stop the OpenVPN service (using systemctl stop openvpn) when it's not needed, with plans to restart it ...
Score of 0
1 answer
148 views
OpenVpn3 CMake generate step fails;
I'm facing a cmake error while trying to build openvpn3 for android platform on my ubuntu system. The CMake generate steps fail stating:
CMake Error at test/ovpncli/CMakeLists.txt:10 (add_library):
...
Score of -1
1 answer
411 views
How can I connect to a VPN using Node.js?
I am working on a project where both the frontend and backend are implemented using Node.js, and we are using .hbs (Handlebars) files for rendering data on the frontend.
I need to connect my system to ...
Score of 1
1 answer
91 views
CMD window pop-up when I use ‘mysteriumnetwork/go-openvpn’, how to stop pop-up window?
I use fyne with go-openvpn to build an application as openvpn GUI client to connect server.
I use the example code for desk to build the 'test.exe', when I run it with admin privilege, it quickly pop-...
Score of 0
1 answer
262 views
How to access the internal network of a server through a vpn
I have a server running both an openvpn server and an http service. The service isn't exposed to the internet and should only be accessible through the vpn.
My vpn is running fine and I can access the ...
Score of -1
1 answer
1100 views
How to throttle internet speed (upload and download) in Android programmatically
How to Limit the Internet Speed of a VPN Connection on Android programmatically.
I have managed to control the upload speed using the OpenVPN "shaper" option, but I want to control both ...
Score of -3
1 answer
199 views
Can't get working the privacyidea authentication for openven and ssh
I am pretty new to linux and never done anything with PAM so I installed the OpenVPN and PrivacyIdea on separated VMs. OpenVPN works fine until I want to connect to PrivacyIdea for authentication.
I ...
Score of 0
1 answer
229 views
Authentication fails after enabling RequireGroup in openvpn-auth-ldap.so
I use openvpn-auth-ldap.so as an authentication plugin for openvpn
I only want to allow members under cn=corevpn,ou=tech,ou=group,dc=openldap,dc=example,dc=com to be able to log in openvpn
My ldap-...