vpn Questions

1

Solved

I have tried below code in multiple iOS, MacOS. This is server code void *run_server(void *thread_id) { int server_fd, new_socket; struct sockaddr_in server, client; int opt = 1; int addrlen = ...
Andreasandree asked 22/6, 2021 at 4:34

5

Solved

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 ...
Stebbins asked 29/6, 2015 at 10:23

2

I use OpenServer and sometimes when I refresh site on my local machine next error occures error resolving "mysite:80""/profile.php" ("") for "10.238.0.4": rp...
Messuage asked 26/8, 2020 at 8:29

1

I am a newbie to node.js and looking for some example code or pointers on connecting through PPTP to a private virtual ip address using VPN connection. I have a node.js server running on aws that c...
Wiburg asked 13/8, 2013 at 20:3

4

Solved

I need to detect whether iphone is connected to VPN or not, programatically. I am developing a app which try to load URL, this page open only when device is connected to VPN. Before loading this UR...
Compendious asked 29/4, 2013 at 17:50

1

I'm trying to setup a 3 node Docker swarm cluster on Hetzner cloud, using wireguard VPN (setup on interface wg0) to build the local network between nodes. Networking works fine across nodes using V...
Terence asked 19/9, 2018 at 15:8

3

In my app I am trying to configure VPN settings in App load delegate. I am calling following method in my app delegate - (void)configureVPN { NEVPNManager *manager = [NEVPNManager sharedManager];...
Erlking asked 11/1, 2017 at 16:34

4

I found an article which lists several ways to detect an active VPN: Using Win32_NetworkAdapter: Get-WmiObject -Query "Select * from Win32_NetworkAdapter where Name like '%VPN%' and NetEnabled...
Adenovirus asked 20/7, 2017 at 6:32

5

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...
Chapple asked 18/2, 2013 at 22:40

1

I am trying to make application which can be use to connect to VPN using L2TP Protocol for Mac OSX Application using Objective C. I search a lot regarding this but couldn't find any proper example...
Dunsany asked 2/3, 2015 at 11:34

1

Solved

Don't ask how, but I parsed the server endpoints of over 5000 nordvpn servers. They usually are something like ar15.nordvpn.com for example. I'm trying to use nordvpn servers as request proxies. I ...
Barahona asked 8/7, 2019 at 11:32

1

I've been using my code on my company networks and it works really fine, but when I want to use it from my home (using a vpn to connect to the company network), it fails saying : Unable to resolve ...
Didactic asked 22/11, 2017 at 5:56

1

My Android app has registered ConnectivityManager onAvailable and onLost NetworkCallbacks, but they are not called when a VPN (I'm testing with OpenVPN app) is connected or disconnected. They do ge...
Insert asked 17/11, 2020 at 14:37

1

How can I create a VPN connection (PPTP or anything else) with react-native in android and then connect to it?
Milch asked 15/11, 2017 at 11:19

2

Solved

I've installed a couple of containers on my RockPro64 (ARMv8 Processor rev 2(v8|) running openmediavault (version 4.1.27-1 Arrakis). Everything is working like a charm. Containers that I use inclu...
Millford asked 15/12, 2019 at 1:32

2

Solved

In order to give our Developers access to IP Restricted internal and partner applications i'm setting up AWS Client VPN. I've manage to get everything running even with Internet access. As expected...
Lanilaniard asked 16/10, 2020 at 9:47

3

At the project I am at now, we have Github Enterprise set up behind a VPN, so I use OpenVPN to connect with my desktop (Ubuntu 14.04 LTS), but when I try to build with Docker (using Centos6) I alwa...
Between asked 17/3, 2015 at 12:37

5

Solved

I'm exploring the capabilities of Android's VpnService. Presently, I've built a very rudimentary request forwarder by essentially rebuilding the IP stack in user space: I read IP packets from the V...
Incardination asked 18/11, 2013 at 9:26

2

I've setup an Azure VPN Gateway according to the instructions on https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant However, each time I connect, the AAD Credentials token ...
Semicolon asked 28/9, 2020 at 20:18

2

I have a Stonesoft VPN-Client and Docker-for-Windows installed on my host machine. My Windows containers seem to fail to resolve any host (even www.google.com). My Linux containers however wo...
Cohort asked 28/5, 2019 at 12:4

2

Solved

I would like to connect to vpn using openconnect. Our company uses Google Authenticator codes.
Alphitomancy asked 3/8, 2020 at 15:38

1

I'm trying to redirect the whole android network traffic through HTTP Tunnel, and there is no tutorial or Github Repository on how to do it. Simply just get the host, port, username, and password ...
Servitor asked 11/8, 2019 at 21:7

2

Solved

What does the selector (parameter sel) in the "ip xfrm state add" command achieve? The source and destination addresses (and additional parameters like ports and protocol) are set in the ID ...
Fidelafidelas asked 25/11, 2013 at 23:22

1

Solved

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 ...
Dapplegray asked 5/8, 2020 at 9:23

6

Solved

Is there a cloud solution where Visual Studio runs on a virtual desktop hosted in the PUBLIC cloud (not on private physical server in my computer room) the virtual desktop can be reached f...
Crispate asked 12/2, 2013 at 12:35

© 2022 - 2024 — McMap. All rights reserved.