3,224 questions
0
votes
0
answers
183
views
OkHttp calls not going through VPN from within the app
I am working on a wireguard VPN client for android.
When I make an HTTP call from within the app using retrofit2, the call does not go through the VPN even when the VPN is working for all other apps.
...
0
votes
1
answer
213
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-...
0
votes
0
answers
2k
views
Unable to Connect Android Phone to Charles Proxy - SSL Handshake Failure
Body:
I am trying to connect my Android phone to Charles Proxy to inspect network traffic. However, I'm encountering issues with the connection. Here are the details:
Steps I've Taken:
Installed ...
0
votes
0
answers
44
views
How to fix SSL cert error in Python request if company VPN proxy changes remote website SSL certificates [duplicate]
VPN proxy changes remote website SSL certificates. There is no issues if I run without VPN.
Currently I have to set verify to false to disable the certificate validation if I run inside VPN (response ...
0
votes
1
answer
255
views
ikev2 mschapv2 android implementation
i am following documentation and trying to connect IKEv2 but below code always return log "No vpn interface"
https://developer.android.com/reference/android/net/Ikev2VpnProfile.Builder#...
1
vote
0
answers
17
views
Re-connecting to Jupyter notebook session
I connect to GPU server with VPN and SSH.
Jupyter server runs as daemon
Start Jupyter notebook through web interface.
Start long model training.
VPN drops.
Reconnect to VPN and SSH, Jupyter server ...
0
votes
0
answers
114
views
Sending HTTP Node.js Requests vs Browsers Requests, where is the difference?
When I try to send a request to a certain API with my own code in Node.js, I receive a "detection" of unusual usage of their API.
They call it a "VPN/Proxy detection" and returns ...
0
votes
1
answer
516
views
Connect DBeaver with Redshift through VPN
Currently I'm facing this problem, I have my AWS Redshift cluster with a sample dataset and I want to test different ways to share my data. I tried to connect my cluster with Dbeaver but always I got ...
0
votes
2
answers
224
views
Issue with wg-easy VPN service and setting up auto reboot using Powershell script on Automation Accounts
I am experiencing issues with the wg-easy VPN service, as the VPS containers seem to go down frequently. I have set up a cron job to reboot every 2 hours, but it doesn't seem to help much.
I am also ...
1
vote
2
answers
382
views
docker container cant reach internet attached to vpn [closed]
Hi I have a docker compose file with a vpn and a container attached to it I have a external network set up but the container attached to the vpn cant reach the internet.
docker-compose.yml
version: '3....
0
votes
1
answer
621
views
Issues Using NordVPN in Docker: TELIO Connection Errors
I am trying to use NordVPN within a Docker container but am encountering several errors during the connection process. These errors seem to involve issues with TELIO, specifically when attempting to ...
0
votes
1
answer
805
views
Automatically connect to network drives after connecting to VPN
I have several mapped network drives that I can only access when on my company's LAN or when connected to the VPN using OpenVPN.
When I connect to the network in our office, the drives automatically ...
1
vote
0
answers
2k
views
RStudio Running Unbearably Slow/Unresponsive when Connected to Cisco AnyConnect VPN
R Version: 4.3.2 (2023-10-31)
RStudio Version: 2023.12.1.0
Cisco Secure Client - AnyConnect VPN: Revision 6
RStudio extremely slow and at times unresponsive when working on the Cisco AnyConnect VPN. ...
2
votes
0
answers
76
views
Block images VPN - Android
I want to create a self vpn to block nsfw photos using nsfw js
I tried to write a simple empty vpn unsuccessfully
When I open a website the loading take forever. and I don't know how to block the ...
0
votes
0
answers
585
views
Add-VpnConnectionRoute : Invalid class error on Powershell 5.1
I am trying to add a connection for a company lab VPN network by running the following Powershell command:
Add-VpnConnectionRoute -Name VPN_NAME -DestinationPrefix 192.168.18.0/24 -RouteMetric 500
...
0
votes
0
answers
64
views
Issue Connecting to a Node.js Application from a Remote PC via VPN - ERR_CONNECTION_TIMED_OUT
I'm experiencing difficulties connecting to a Node.js application from a remote PC via a VPN. Despite configuring the application to listen on all interfaces (0.0.0.0) and allowing traffic on port ...
0
votes
0
answers
32
views
Is there any way to use a GUI app or website inside GCP from AWS?
We have an website inside a private VPC in GCP, but we want to securely access it from an AWS Client VPN we are already using to access other websites running in AWS infrastructure.
Is this even ...
0
votes
0
answers
2k
views
OpenVPN Connect incorrect profile configuration (Error message: crypto_alg: SHA3-512: not found)
I used to connect to the server through OpenVPN Connect without any issues when I had imported previous profile in .opvn format.
My boss had to reestablish server and while doing so he also must have ...
1
vote
1
answer
172
views
Connect to A VPN from Azure Synapse Pipelines
We are working on a data integration task, where the vendor provides access to their API's through a VPN and Client Certification. Is there any method available to connect the VPN from Azure Synapse?
...
0
votes
1
answer
86
views
How to pass device traffic through ssh server
I am developing an application that want to pass my android device all traffic through ssh. My vps is ready and works very well as i tested it with other applications like SSH Custom. I use jsch for ...
0
votes
1
answer
45
views
How to check between two words and add text in between those word if it didnot find it
I am trying to update our VPN profiles AOVPN Device tunnel and User tunnel. I want to update the IpinterfaceMetric from 0 to 9.
I am using a example here
IF file contains data something like:
\[AOVPN ...
2
votes
2
answers
195
views
AWS Copilot and AWS VPN
I am using the AWS Copilot system to deploy microservices. I have encountered an issue where I need a static IP for the services deployed in ECS due to a Site-to-Site VPN. I am interested in how I can ...
0
votes
0
answers
24
views
Unable to create AWS ClientVPNEndPoint with Powewshell
I would like to create ClientVPNEndPoint by using Powershell module AWSPowerShell.NetCore version 4.1.385 on Windows 10 Pro.
When I run this :
$serverCertificat = Get-ACMCertificateList | where-...
2
votes
1
answer
118
views
Measure internet speed continuously in kotlin
How can i measure the internet speed (download / upload)rate continuously? like when a vpn is connected and shows the speed rate until vpn disconnects
-2
votes
1
answer
1k
views
Turn on 'Always-on vpn' feature android
Im wonder if someone can help me with this.
i want to turn on 'Always-on vpn' feature programmatically in kotlin.
i appreciate that if someone can provide some codes or explain the process of ...