vpn Questions
0
Client changed VPNs to Global Protect, so I have to build a new connection in code.
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClhQCAS
This is the only thing I can...
Droplight asked 29/7, 2019 at 21:25
5
I have a code which detects if OpenVPN connection is up or down:
if echo 'ifconfig tun0' | grep -q "00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00"
then
echo "VPN up"
else
echo "VPN down"
fi
exit...
2
Solved
I have setup a PPTP server on my own server. I follow this tutorial https://www.digitalocean.com/community/articles/how-to-setup-your-own-vpn-with-pptp
But when I try to use my mobile phone or my ...
2
Solved
I'm trying to implement a packet sniffer similar to Charles for iOS using iOS's NetworkExtension framework.
Objective
So, that's a big goal and I'm breaking it down into a tiny piece right now: I...
Duckweed asked 16/6, 2019 at 13:52
2
I'm having problems trying to impersonate an active directory user in a desktop application. Every time I use the LogOn API the result is false.
The user and domain do exist since I can also auth...
Jacoby asked 4/6, 2019 at 17:39
3
I need container be able to use sshuttle tool.
I try either way in host or containner. But none of it will work.
Here's what I need:
I run : sshuttle -r [email protected] --dns 0/0 in host. It...
1
Solved
I want to write a simple VPN for my device which can't set up VPN. in Linux I can create a tun interface to deal with this problem. But in macOS I could not find any tun interface in /dev/.
I find...
1
I have the code in my nodejs file which gives me the following information
host:"147.0.40.145"
method:"aes-256-cfb"
password:"9c359ad1ebeec200"
port:38473
I need to use above information and wa...
Roncesvalles asked 1/4, 2019 at 6:59
5
Solved
I am new to this development.
I searched a lot over Internet but cant find any proper solution for it.
I want to check VPN connectivity available in my iPhone application as I am fetching data from...
0
I am using NETunnelProviderManager for implementing VPN with HTTP/HTTPS proxy.
I have Basic Authentication from the Proxy server to authenticate with it, and I need to update password at regular t...
Underquote asked 19/12, 2018 at 14:4
9
Solved
I have the Xming X Window Server installed on a laptop running Windows XP to connect to some UNIX development servers.
It works fine when I connect directly to the company network in the office. ...
2
Solved
I have two applications that uses VpnService class. But there can be only one VPN connection running at the same time. The existing interface is deactivated when a new one is created and I want the...
1
We are currently providing our software as a software-as-a-service on Amazon EC2 machines. Our software is a microservice-based application with around 20 different services.
For bigger customers w...
Engracia asked 2/3, 2018 at 9:52
2
Solved
I've created app that connects iPhone to VPN(IKEv2) server. When I'm trying to connect to VPN first time it requires user permission in modal alert. Is there any way to change text of this modal al...
Chatty asked 8/6, 2018 at 10:44
2
Solved
I need to be able to turn on my vpn in a python script and then terminate it. Very easy to do it manually (see picture in the link below) but I have no idea how to code it. I heard about subprocess...
Eldoria asked 12/2, 2018 at 20:15
3
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 n...
0
I have an L2TP server set up with docker-compose, and nginx to filter certain hosts to a hostname, but when I try to connect, nginx is reading the original IP, not the IP proxied through the VPN.
...
Barbarian asked 10/6, 2018 at 7:41
4
Solved
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?
...
3
So, we have a Heroku app.
We have a web service running on an intranet.
That intranet needs a VPN connection for outsiders to
connect.
We want our Heroku app to call the web service on th...
0
I'm trying to build an iOS app that lists all requests that are made from the device, like Charles Proxy does. Much like Charles, my idea has been to create a Packet Tunnel Provider and have it set...
Entrust asked 16/4, 2018 at 7:11
2
I'm getting "Error Domain=NEVPNErrorDomain Code=1 \"(null)\"" only first time while connecting to VPN server, later onwards it works perfectly.
I've checked NEVPNErrorDomain Error 1 when trying to...
Finance asked 29/11, 2017 at 10:36
10
I have installed SecuRemote Client of checkpoint E75.30 on my computer running Windows 8.
When I try to perform any of SecuRemote functions e.g. See client, Add client, See options etc. it gi...
Iambic asked 13/5, 2014 at 6:32
3
I am trying to add Network Extension framework to xcode for implementing Vpn configuration from my application. For that i am referring this video https://developer.apple.com/videos/play/wwdc2015/7...
Mothball asked 25/11, 2016 at 10:39
1
Solved
I'm always connecting and disconnecting to my VPN and I have a powershell script that connects to the VPN profile and it's brilliant. I dont have to type anything just run it.
However, I always n...
Castiglione asked 9/3, 2018 at 12:42
3
Solved
I'm calling openconnect inside an ubuntu based docker container. It successfully connects to the server and prompt for my password, but then
Got CONNECT response: HTTP/1.1 200 OK
CSTP connected. D...
© 2022 - 2024 — McMap. All rights reserved.