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
1
vote
1 answer

Connecting an Azure virtual network to an external VPN gateway

I have a virtual network on Azure and would like to establish a VPN connection using the encryption details and shared key that I have received. All the Azure documentation that I've found for point-to-site and site-to-site VPN setups seem to not…
vahidg
  • 3,953
  • 2
  • 22
  • 30
1
vote
1 answer

Domain Authentication from .NET Client over VPN

I am writing a ClickOnce WPF app that will sometimes be used over VPN. The app uses resources available only to domain authenticated users. Some of the things include accessing SSRS Reports, accessing LDAP to lookup user information, hitting web…
Noel
  • 3,288
  • 1
  • 23
  • 42
1
vote
2 answers

Site functionality diminished over VPN/company network

We currently experience a diminished with one of our customers at our main production site. All subpages and resources seem to be affected as well. The customer reports a completely broken experience for themselves with the site not working…
Florian
  • 3,366
  • 1
  • 29
  • 35
1
vote
2 answers

Stunnel "Peer suddenly disconnected" error with QuickFix/n

Recently I started to use Stunnel program with QuickFix/n Engine to connect my VPS server and broker's server. I am getting "Peer suddenly disconnected" error from Stunnel. I am very new to Stunnel and would like to know what are the possible…
auto9817
  • 153
  • 3
  • 12
1
vote
2 answers

Checking which row from DataGridView exists in MySQL takes too long

I'm executing a query which returns me around 400 records (orders) and I display them in DataGridView. Then I have to check each row and make a green every row which exists in other MySQL database (by ID). I think I'm not doing this optimally. Here…
XardasLord
  • 1,764
  • 2
  • 20
  • 45
1
vote
1 answer

Secure login to a website on Azure with Windows authentication and username/password

I want to set up a website on Azure according to the following requirements and are wondering if it is even possible? As a internal team member, I must be able to login to the site with Windows Authentication As a external customer, I must be able…
magol
  • 6,135
  • 17
  • 65
  • 120
1
vote
0 answers

How to approach for tPacketCapture or MobiWol [Android] kind of app for packet

I was trying to do application level packet filtering, So that I may stop some apps from using the internet [Wifi,3G etc]. I know it is technically feasible to do this as Mobiwol and tPacketCapture are doing it. I tried figuring out what they are…
Reno Jones
  • 1,979
  • 1
  • 18
  • 30
1
vote
1 answer

connecting to firewalled MS-SQL server that requires Windows Authentication via proxy?

So I need to connect to a mssql server via Windows Authentication from a Unix server. Here are the obstacles: The db admin created a service account but made it Windows-Auth only, meaning I can't pass the username and password directly to the…
Anthony
  • 36,459
  • 25
  • 97
  • 163
1
vote
1 answer

Using VPN in a Cloud9 workspace

Good afternoon, Is it possible to connect to a (Cisco) VPN within a Cloud9 workspace? One of the projects I'm working on requires connecting to SAP web service provided on the clients closed network, a Cisco dial-in account has been set up to…
Ryan Hitch
  • 11
  • 2
1
vote
1 answer

DotRas error enumerating devices - RasException (Error code 1070)

Then trying to execute the following line: ReadOnlyCollection list = RasDevice.GetDevices(); I get a very non-helpful RasException (Error code 1070). This is also thrown when executing RasDevice.GetDeviceByName(...); I have ran the…
gunwin
  • 4,578
  • 5
  • 37
  • 59
1
vote
1 answer

Android connects to VPN

To debug a web application, I used a web debugging proxy. And I found that android devices keep connecting to a VPN with the address: https://scss-prod-ew1-notif-8.adobesc.com:443 Does anyone have an idea what is this? Thanks
BoNDoK
  • 135
  • 2
  • 4
  • 12
1
vote
1 answer

Action to open up VPN Settings Activity for API > 2.3.7

I need to open the system vpn settings activity through my app but can't find a way. I noticed there is a similar question here, but it's asking a solution targeting Android 2.2 which is not applicable for versions above 2.3.7. So what action…
monkeyM
  • 243
  • 3
  • 8
1
vote
0 answers

Auto create VPN account on CENTOS VPS server, with successful purchase of VPN subscription

I was wondering if anyone knows if this would be the correct approach for going about this process. I am making a VPN service as a project to further my computer programming background and portfolio. I was wondering, after a successful verification…
1
vote
0 answers

Not able to access Jenkins while

I want to implement Continuous integration in my organization. But the problem is SVN is in local network, all developers are allowed to check-in only in local network. But build and deployment setup is such that it needs to access client network…
Nitish
  • 11
  • 4
1
vote
1 answer

Set up team city 7.1.5 agent checkout and vpn

I am trying to set up team city with git. I have team city server on 1 machine a and team city agent on 2. Also we have vpn enabled on the agent machine, that allows get access to stash server. I am using default private key method for…
Alexandr
  • 5,460
  • 4
  • 40
  • 70
1 2 3
99
100