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
11
votes
2 answers

Is it possible to setup a VPN on Heroku?

Is it possible to setup a VPN using openVPN on heroku to keep a staging environment private? If so, anyone have a writeup or links?
Justin
  • 1,070
  • 2
  • 12
  • 16
11
votes
5 answers

Windows Azure VPN - How to Install/Use Azure Connect

I'm feeling like an idiot here. I've setup a simple Windows virtual machine in Azure that needs to be accessed via VPN by 12 remote users (who all work from home) to simply access a shared drive. I thought this would be super easy, but I have…
bigmac
  • 2,553
  • 6
  • 38
  • 61
11
votes
3 answers

How to Save Password in rasdial?

guys. I want to use the windows RASDIAL in my app to connect to a VPN. I'm using this cmd command: rasdial a-1 username pass I just want to know, how to save password in this command for the next connects? Thanks.
Mostafa Farzán
  • 899
  • 2
  • 11
  • 30
10
votes
1 answer

How can I connect to a VPN in docker not using VPN images?

Good morning! Im using check point mobile to connect to my client VPN, and I have 2 containers in docker: mysql and karaf both sharing the network I created using the command docker network create --subnet=vpnAddress mynet I used the command…
Tiago Machado
  • 355
  • 7
  • 24
10
votes
0 answers

VPN not working on Mac Catalyst SecKeychainItemCopyContent returned The contents of this item cannot be retrieved

I'm trying to run my VPN iOS application on Mac OS platform with Mac Catalyst. My code is work on iOS applications but somehow it's not working on Mac OS. VPN is not connect. But seems available in Network from System Preferences on Mac…
Bartu Akman
  • 187
  • 10
10
votes
2 answers

How to deploy software builds from Azure DevOps to internal servers?

We have our software hosted in Git on Azure DevOps and built using a build pipeline (which primarily uses a Cake script). We are now looking to deploy this software using the Azure DevOps release pipeline. However, all of our application servers are…
Ross Gustafson
  • 1,182
  • 3
  • 16
  • 32
10
votes
1 answer

Is there a way of getting ConnectionStatus from IVpnProfile in a UWP application?

I have the following WinRT code which works fine to discover active VPN Profiles: VpnManagementAgent vpn; auto profiles = vpn.GetProfilesAsync().get(); wprintf(L"Found %d profiles\n", profiles.Size()); for (auto vp : profiles) { wprintf(L"Found…
Paul Dolphin
  • 758
  • 2
  • 8
  • 18
10
votes
2 answers

App doesn't resolve an internal DNS entry when connecting via Cisco IPSec

I use Cisco IPsec to connect to my workplace VPN. I connect using OS X's native Cisco IPSec client. We have an internal DNS server that holds records for internal sites, such as scotty.infinidat.com. Using curl to contact an internal site works as…
reish
  • 831
  • 7
  • 18
10
votes
2 answers

Kubernetes: VPN server and DNS issues

I spinned a docker-openvpn container in my (local) Kubernetes cluster to access my Services securely and debug dependent services locally. I can connect to the cluster via the openVPN server. However I can't resolve my Services via DNS. I managed to…
MrE
  • 19,584
  • 12
  • 87
  • 105
10
votes
1 answer

Get VPN Connection status on Android

Is it possible to check if an Android device is connected to a VPN server? A search in the API provides 'paltform highlights' for Android 1.6, so that doesn't fill me with much confidence.
Jonah H.
  • 1,760
  • 4
  • 18
  • 31
10
votes
3 answers

Hitting resources in a private network from within a Docker container using VPN

I'm running Docker 1.9.1 on OSX, and I'm connected to my private work network with Cisco AnyConnect VPN. A service that I'm running in a Docker container connects to a DB within the work network, and is unreachable from within the container, but…
Jared
  • 2,043
  • 5
  • 33
  • 63
10
votes
1 answer

Packet Sent but cannot Received Packets

I've been editing androids toyvpn sample project for vpn and i got this one for my sample app I know there is something wrong/missing with my code because when i manually set up the vpn via android settings, there are packets Receive that's why…
jameshwart lopez
  • 2,993
  • 6
  • 35
  • 65
10
votes
5 answers

how to store server key permanently? openconnect

Is there a way to store the server key after a successful connection, the way ssh does? No matter how many times I connect, I have to always type "yes" to accept the server key. I wish it would be accepted and stored…
Amir Abdollahi
  • 455
  • 3
  • 5
  • 18
10
votes
1 answer

Can't create IPSEC connection using NEVPNManager on iOS

I'm trying to create an IPSEC VPN connection in my iOS app. My code for setting up the configuration looks like this: -(void)setUpConfig NEVPNManager *manager = [NEVPNManager sharedManager]; int status = manager.connection.status; if…
flyingtoaster0
  • 159
  • 1
  • 7
10
votes
5 answers

pptpsetup meet error: "EAP: unknown authentication type 26; Naking"

The OS is ubuntu 12.04-lts, when using pptpsetup to setup and initiate a VPN connection, it reports: $sudo pptpsetup --create vpn --server xxx.xxx.xxx.xxx --username xxx --password xxx --encrypt --start Connect: ppp0 /dev/pts/1 EAP:…
Devboard Fan
  • 199
  • 1
  • 10