Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
21 views

Fedora 42. I use the following script to connect to my work VPN using Cisco AnyConnect Secure Mobility Client 4.10.08029 echo -e "$USER\n$(pass company/domain)\n$(pass otp company/mfa)\ny" &...
bqback's user avatar
  • 317
Advice
0 votes
1 replies
25 views

Can I setup an F5VPN connection using a key generated and stored inside the TPM of my Linux laptop? Platform is Debian 13? AFAICT f5fpc is based upon openssl (which could imply PKCS#11 support), but ...
Harri's user avatar
  • 71
0 votes
1 answer
79 views

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 ...
Mike's user avatar
  • 447
2 votes
0 answers
78 views

I'm developing an Android app in Java that interfaces with a Go service (Cloak proxy). The proxy listens locally and forwards traffic to an external proxy server. My app provides a frontend for the Go ...
user avatar
0 votes
0 answers
68 views

My personal project is a bit further along however after not being able to get this to work in my app I fell back to a much simpler/proven implementation out there. There is this project on GitHub ...
CalebK's user avatar
  • 727
0 votes
1 answer
68 views

We have this Wireguard VPN which we use to connect to AWS RDS database and perform some operations there through our rails API: I set the API to run with correct environment variables for the database,...
Roger Peixoto's user avatar
0 votes
0 answers
134 views

I'm working on mobile application (angular ionic capacitor). Our test-server with api is reachable only when you are connected to VPN. When I run application on real android device (vpn is ON) ...
Halyna Kyryliuk's user avatar
0 votes
0 answers
136 views

I'm developing a Flutter app using the openvpn_flutter library, and I’m facing an issue when changing the minSdkVersion from 21 to 23. The app works perfectly fine with minSdkVersion 21, but when I ...
Yiğit Erdugan's user avatar
0 votes
0 answers
130 views

I’ve been working on an Android app that uses a custom VPN service to connect via a SOCKS5 proxy on my VPS. However, I’m encountering the following error: Connection failed: Connection reset by peer ...
saeid yousefi's user avatar
0 votes
2 answers
456 views

I am trying to make proxy settings via a fake vpn in my react native android application. I am giving proxy settings into builder thanks to VpnService with android.net.ProxyInfo package. But the proxy ...
muazzez's user avatar
  • 108
0 votes
1 answer
440 views

Is it possible to make an Android VPN app, using VpnService.addDnsServer, and have DNS queries go to my own autonomous DNS resolver server listening on my phone's 127.0.0.1:5353 port? Here is my code ...
someuser's user avatar
1 vote
0 answers
180 views

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 ...
voxter's user avatar
  • 925
2 votes
2 answers
4k views

I have my own server on which I configure vless. I installed x3-ui and want to access the api. The official repository only has a config for nginx, which I used, but when I try to access the api I get ...
Gegegg GG's user avatar
1 vote
1 answer
152 views

I'm working on an Android app and need to: Detect when a VPN connection is active. Notify users that certain features may not work with VPNs. Understand if it’s possible to programmatically close all ...
Vahid Garousi's user avatar
0 votes
1 answer
195 views

I am using the Bigtable cbt CLI locally to manage my Bigtable instances and tables. When doing this from my home network, I have no issues. When attempting to run commands while connected to a VPN (...
E. Monk's user avatar
  • 378
0 votes
1 answer
72 views

I have a script which connects me to VPN using GlobalProtect: #!/usr/bin/expect -f spawn globalprotect connect -p my.server.com expect "username:" send "JoeDoe\r" expect "...
Danijel's user avatar
  • 8,684
0 votes
1 answer
739 views

I have the second: My company bought VPN servers with iOS app for managing VPN connection to that servers. I need to write the same App for Android devices. I never worked with VPN connection on ...
Denis Gusev's user avatar
0 votes
1 answer
386 views

I’m trying to connect to my Azure Flexible PostgreSQL private access server using a Point-to-Site (P2S) VPN configured on an Azure Virtual Network Gateway with Azure Active Directory not Certificates, ...
MertTheGreat's user avatar
0 votes
1 answer
334 views

I have docker-compose.yml: version: '3' services: shadowsocks: image: shadowsocks/shadowsocks-libev:latest environment: - TZ=Europe/Moscow - PASSWORD=<psw> - METHOD=...
Kristiano Odadu's user avatar
0 votes
0 answers
206 views

I have a .mobileconfig string sent by my server. If I configure it for IKEv2 VPN, it works. When I manually download and install the .mobileconfig file, everything works fine. However, I cannot do ...
muazzez's user avatar
  • 108
1 vote
1 answer
797 views

I'm working on an Android application that requires creating a local VPN to route all device network traffic for content filtering purposes. Instead of using a remote VPN server, my goal is to develop ...
Raj Tripathi's user avatar
2 votes
1 answer
167 views

I'm working on a Kotlin app in Android Studio that requires the user's web browsing to be monitored. I tried to use the android VPN API for this, and wrote the two functions below. The script compiles ...
Powplowdevs's user avatar
1 vote
1 answer
138 views

I'm encountering a problem where the Android Emulator won't connect to my company's VPN, blocking access to our servers from the app I'm developing and resulting in a host lookup error. Despite trying ...
Ertser's user avatar
  • 19
0 votes
0 answers
183 views

Please advise, is it possible to create a mobile VPN application for Android using Ionic + Capacitor + Vue 3? Or would it be better not to delve into this and instead focus more on native mobile ...
Maxim's user avatar
  • 47
0 votes
1 answer
163 views

I am trying to do sub-domain enumeration in my organization. Part of the python code is to get the IPs of the already enumerated sub-domains which are included in a text file . Used the below code ...
Biswa's user avatar
  • 445

1
2 3 4 5
65