Questions tagged [vpn]

A virtual private network (VPN) is a network that uses primarily public telecommunication infrastructure, such as the Internet, to provide remote offices or travelling users access to a central organizational network. Questions about configuring or using a VPN should be asked on Super User or Server Fault.

Virtual private networks encapsulate data transfers using a secure cryptographic method between two or more networked devices (which are not on the same private network) to keep the transferred data private from other devices on the wide area networks. (adapted from Wikipedia)

Although VPNs are private, they still use public resources. This means that all data sent over the network needs to be encrypted encase it is intercepted during the transfer.

Please keep in mind that questions about how to set up or use VPN software do not involve programming, and are therefore off-topic for this site. You may want to try posting these questions on Server Fault instead.

3339 questions
10
votes
3 answers

Is it possible to write a script to avoid VPN from getting timeout

I recently connected to VPN using Nortel client. The problem that i faced, I borrowed RSA from somebody connected to VPN , had to leave pc idle for 30min or so and VPN timed out. So i had to wake people up and ask for keys to connect. So I was…
Mukul Goel
  • 8,387
  • 6
  • 37
  • 77
10
votes
2 answers

PHP Post Data Over VPN

I need to connect to a webservice which is behind of a VPN via PHP. My server is Debian Linux (Squeeze). Is it possible to accomplish this via PHP on Linux? Is it risky to do this if it is possible? (When VPN connection hangs etc., does the…
Lashae
  • 1,372
  • 1
  • 20
  • 36
10
votes
4 answers

How to check VPN connection status on Android ICS

I'm trying to register receiver, that will check VPN status. I have tried this: Get VPN Connection status on Android but looks like it no longer works on ICS. I have checked android source code for some clue, but with no luck, only noticed that in…
Stigi
  • 550
  • 7
  • 21
9
votes
1 answer

Create VPN profile on Android

Is it possible to programmatically create VPN profile on Android (assuming that I have a rooted device)? If is possible, how? Thanks.
jorjap
  • 358
  • 3
  • 7
  • 20
9
votes
4 answers

How to find definition of structure when reading c program on linux?

I am reading source code of xl2tpd, and face lots of problems when reading this code. For example I cannot find where the structure lac is defined. How do I find the definition of this structure? I have used ctags and vim to read this code, but…
thinke365
  • 1,305
  • 3
  • 14
  • 22
9
votes
3 answers

Pre-configured EC2 VPN AMI

I have been google-ing around for the answer to this for that last hour or so but can't find anything on it. I would like to have pre-configured ami for AWS EC2 that will let me spin up an instance and ssh in and set user/pass for people to VPN…
JoshStrange
  • 1,121
  • 1
  • 7
  • 22
9
votes
2 answers

Docker container cannot access internet behind cisco vpn

My setup: Linux Mint 20 Docker version 19.03.12 Cisco AnyConnect 4.3.05017 My Issue: When I connect to my company's VPN I cannot access the internet through my docker containers. e.g. running docker run -it ubuntu apt update will fail with the…
F. Hansen
  • 91
  • 1
  • 3
9
votes
0 answers

connect vpn programmatically react native for android ios

I am new to react native, I want to make a VPN client app for Android and IOS. VPN protocol should be IPSec or IKEv2 or any other. I have tried these: 1. OpenVPN node-openvpn and openvpn-bin but no luck const openvpnmanager =…
9
votes
1 answer

Is there a way to trace the "real" route of a packet if i am behind a VPN?

I would like to find a way to have as response the real route, tracing a server, when I am behind a VPN. For example the first hop tracing stackoverflow.com from my pc is my router. When I dial a VPN then the first hope is the vpn server. My…
Socios Socials
  • 101
  • 1
  • 1
  • 3
9
votes
4 answers

.NET Remoting Speed and VPNs

I'm working on a project which uses .NET Remoting for communication between the client application and an object server. For development, the client, server, and MSSQL database are all running on my local development machine. When I'm working at…
Donovan Woodside
  • 1,911
  • 1
  • 19
  • 16
9
votes
3 answers

Want to implement a VPN for just one application

I looking for add support to a VPN for my software, I known PPTP and OpenVPN , the two makes a system-wide binding, installing a TAP driver so all applications route their traffic to then. How could i implement a VPN support for just my application…
bratao
  • 1,980
  • 3
  • 21
  • 38
9
votes
3 answers

RADIUS with MS-CHAPv2 Explanation

Can't find any flowcharts on how communication works between peers. I know how it works in Radius with PAP enabled, but it appears that with MS-Chapv2 there's a whole lot of work to be developed. I'm trying to develop a RADIUS server to receive and…
Shaul
9
votes
3 answers

Run app in iOS simulator with VPN connection

I want to run my app in iOS simulator with VPN. My mac is connected to a VPN network, i want to run my app in simulator, is this possible. Please help.
Ashwani
  • 378
  • 1
  • 3
  • 13
9
votes
1 answer

roboblender-3.0.1.jar: not included in Android: javax.tools. Referenced from com.google.inject.blender.AnnotationDatabaseGenerator

I try to build my android project and I get: Information:Gradle: Executing tasks: [clean, :app:compileDebugSources] Information:1/10/15, 11:13 AM - Compilation completed successfully in 5 sec I then try to deploy it to my device and get: FAILURE:…
Elad Benda2
  • 13,852
  • 29
  • 82
  • 157
9
votes
3 answers

Setting up a VPN Configuration Profile on iOS 7

I had a configuration profile that I had set up on iOS 6, so that when a certain URL is hit, the VPN kicks in. I was doing this using the following configuration profile…
Hawkeye001
  • 791
  • 2
  • 11
  • 25