886 questions
Tooling
0
votes
0
replies
39
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 ...
0
votes
1
answer
103
views
Github Actions have updated network interfaces. Ping timeout. VPN
Posting this as a heads-up, the issue is resolved
One of our long-running GitHub Actions has always done the following:
Connect to our VPN with OpenVPN.
Ping a private IP inside that network as a ...
0
votes
0
answers
97
views
Routing issues between OpenVPN and LAN in OpenWRT
I am trying to set up routing between an OpenVPN network (10.8.0.0/24) and a LAN network (10.10.10.0/24) on OpenWRT. I have an OpenVPN server with the configuration:
Configuration of the OpenVPN ...
0
votes
0
answers
46
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 ...
0
votes
0
answers
62
views
How to handle a different FQDN when connected through openvpn client
I must setup a vpn in such a way that from any client host x.mydomain.com resolve to the public IP when not in vpn and to the local one when in vpn. Is it possible? How?
Thanks in advance
0
votes
1
answer
247
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 ...
0
votes
2
answers
261
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 ...
1
vote
0
answers
209
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 ...
0
votes
0
answers
112
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 ...
0
votes
2
answers
1k
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 ...
0
votes
1
answer
63
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 ...
0
votes
1
answer
139
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):
...
-1
votes
1
answer
301
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 ...
1
vote
1
answer
81
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-...
0
votes
1
answer
237
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 ...