Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
1answer
615 views

VPN connection from Android emulator fails

I am new to Android development. I am trying to join an existing VPN from my Android app. I want to integrate the VPN in my app; my app then is supposed to query a remote database. I got some code ...
6
votes
1answer
275 views

How can I get my android emulator use my computer's VPN interface?

My company requires VPN to connect to our dev systems and for the first time I'm trying to work on an android app from home. Turns out the emulator doesn't want to use the VPN interface so even ...
6
votes
3answers
1k views

Is there a VPN-provider API for Android?

Is there a way to build a VPN 'provider' for Android? A way to add new VPN types to the existing VPN infrastructure? OpenVPN, for instance, though also things like pppoe might fit in this category.
5
votes
1answer
228 views

What's the fastest way to work in git over a slow network connection?

Here's the scenario: At work we have quite a few branches and we haven't kept the repo as tidy as we should, occasionally adding/removing large files or whatnot, and rarely removing dead branches. ...
5
votes
3answers
516 views

How to solve javax.net.ssl.SSLHandshakeException Error?

I connected with VPN to setup the inventory API to get product list and it works fine. Once I get the result from the web-service and i bind to UI. And also I integrated PayPal with my application for ...
5
votes
4answers
9k views

How can I programmatically create a Windows VPN connection?

I have a support environment where we connect to many of our customers' systems using VPN and Remote Desktop. Right now, support personnel have to manually set up the VPN connection on their ...
4
votes
1answer
145 views

How to set/use a VPN in C#?

I don't want to build my own VPN, but I was wondering about something.... If I build a program in C#, is there a way to make it connect through a VPN or initialize a connection or something like ...
4
votes
3answers
745 views

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 ...
4
votes
1answer
330 views

Programmatically changing Control Panel network options to connect to VPN [closed]

Possible Duplicate: Programmatically changing Control Panel network options to connect to VPN I offer a VPN service to my users, and a lot of them complain that it's a hassle to set up a ...
4
votes
2answers
773 views

Android - VPN at the native layer

Just a quick question as Google isn't throwing up much. Is it possible to create a VPN connection using native code in Android? And if so does the VPN offer support for keep alives?
4
votes
5answers
648 views

Is JPA + EJB to much slow (or heavy) for over Internet transactions?

I am developing a stand-alone java client application that connects to a Glassfish v3 application for JPA/EJB facade style transactions. In other words, my client application do not connect directly ...
4
votes
6answers
1k views

Is there such a thing as a SOAP proxy server or am I going to have to roll my own?

Disclaimer: I've tried Googling for something that will do what I want, but no luck there. I'm hoping someone here might be able to lend a hand. Background I have a .NET class library that accesses ...
4
votes
3answers
1k views

Capturing VPN usage statistics

We're monitoring usage statistics of a network interface using NetworkInterface.GetIPv4Statistics() in .NET 2.0. This isn't reporting correct statistics for connections over which VPN traffic is being ...
4
votes
5answers
9k views

Windows VPN connection ports [closed]

I'm trying to connect to my workplace using a VPN connection, however I'm behind a firewall and I need to know what ports the connection will use to ask the network adiministrator to open them. I'm ...
4
votes
7answers
3k views

DHCP overwrites Cisco VPN resolv.conf on Linux

I'm using an Ubuntu 8.04 (x86_64) machine to connect to my employer's Cisco VPN. (The client didn't compile out of the box, but I found patches to update the client to compile on kernels released in ...
4
votes
11answers
2k views

Using VM to get around VPN restrictions

One major problem I have is corporate IT policy (Oh, I'm not alone then? :) ) Specifically that if I'm off-site using a VPN connection, I cannot link to anything outside that VPN connection. So my ...
3
votes
1answer
90 views

How does a VPN client work under the hood?

I'm wondering how L2TP works internally to provide transparent IP connectivity. I understand that L2TP tunnels IP packets via UDP port 1721. However I don't see how this provides transparent access. ...
3
votes
1answer
253 views

How can I programmatically connect to a VPN?

I have a VPN connection that I keep losing, that I need to connect to our DB server, but every second or third connection fails because I have lost the VPN connection. I'd like to add somde code - for ...
3
votes
2answers
551 views

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?
3
votes
1answer
776 views

Get VPN IP address via WMI on Vista

How can we enumerate all the network connections in order to extract the IP address of the VPN connection using WMI? On XP, Win32_NetworkAdapterConfiguration works fine but on Vista it only seems to ...
3
votes
4answers
322 views

What is your developer's font when VPN'ing to a remote machine?

Once in a while, I would VPN to my computer at work. I usually use either Consolas or Bitstream Vera Sans Mono on my choice of IDE. But the problem is that, when remoting into a machine, an ClearType ...
3
votes
4answers
1k views

How to build a tunnel for file transfer between distant windows 2003 machines quickly

I have two distant locations with Windows Server 2003. Can I build a secure tunnel quickly? Is there secure VPN built into the OS? I have domain names and router control on both sides. I can build a ...
2
votes
2answers
66 views

What information is visible to an ISP when using a VPN connection? [closed]

If I want to browse the web "securely" and am on a guest network somewhere, how secure is my internet browsing if I use a VPN to connect back to a corporate office? What I mean is, can the local ISP ...
2
votes
1answer
61 views

Titanium Mobile Framework. Access server through VPN from an iPad app

In an iPad application, with VPN active and connected, the HttpClient can't access to a server in intranet, but I can access to same url when I access from Safari iPad. The property ...
2
votes
1answer
539 views

Installing/Accessing Certs for VPN/WIFI programmatically on Android

Here's the situation: I'm working on an application which allows automated management of network connections. Users are able to configure WiFi/VPN profiles through the application and the ...
2
votes
1answer
174 views

VPN IP Bind Option for OSX?

Hello there helpful stackoverflow community :) This is an OSX specific question. I have been googling my a$$ off, looking at OpenVPN clients like tunnelblick and viscosity. Obviously I'd like to use ...
2
votes
4answers
467 views

Problem changing Database in Hibernate

i'm having a problem with hibernate and don't know exactly what's going on, i have this project at work where i connect to an Oracle 10g Database using the following settings: Host Name: localhost ...
2
votes
0answers
291 views

VPN Error 619: Behind Cisco Router WRT310N

I've researched a lot on all the forums and this error is too generic for any of the proposed solutions to work. I'll try to give as much detail and tried solutions. I'm running a CentOS PPTP server ...
2
votes
2answers
1k views

Determining Android VPN Interface/IP?

I'm trying to determine the name of a PPTP VPN interface in android so I can list it as a bind-able interface in my application. Since there is no VPN API to do that in Android -- I figured I could ...
2
votes
2answers
944 views

vpn client for iphone/ipad

I want to implement vpn client applcation for iphone and ipad. my requirement is to develope an application to enter vpn details and to show the network traffic and the connection. can anyone please ...
2
votes
1answer
447 views

Connect to VPN from BlackBerry

Is there any way to create a connection to a virtual private network using the BlackBerry APIs? My understanding is that to connect to a VPN on BlackBerry you need to use bes, create a vpn profile, ...
2
votes
2answers
251 views

Citrix font errors on Fedora 13/14

I need to run Citrix Receiver on Fedora 13 to connect into a corporate VPN. I had it running originally on Fedora13, but after some previous update some time ago in the past, Citrix stopped working. ...
2
votes
2answers
137 views

Connect to a VPN from a .NET app on Windows Azure?

Does anyone know how to connect to an existing VPN from a .NET app running from a worker role in Windows Azure?
2
votes
1answer
254 views

Saving files to a VPN in Visual Studio 2010 very slow

I'm connecting to a VPN so I can work at home, but when I open small ASPX files and make minor changes and save them, it's incredibly slow. Also even doing simple things like clicking a different ...
2
votes
2answers
656 views

Difficulty getting Visual Studio 2010 to attach to remote processes

It's been years since I've had such a hard time getting something to work. I'm at home, on subnet 192.168.50.nnn. I VPN'd in to XYZ company office machines that are on subnet 192.168.40.nnn, domain ...
2
votes
0answers
336 views

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.
2
votes
5answers
408 views

detecting a VPN connection in Windows?

Is there any way to detect if I am connected to a VPN using standard windows APIs in C? Basically I have a client that has to sync with a server but only if the VPN is connected. This could be a ...
2
votes
0answers
244 views

Unable to access the WCF service over VPN!

Heres the scenario, im on a network A, and i use a vpn client to connect network B to access the webservice which can be accessed in network B.Even though im connect to network B , im unable to access ...
2
votes
1answer
206 views

Visualforce and VPN

I'm looking to integrate my Salesforce implementation with an external database. I know that in most circumstances I would use Visualforce with an Apex controller/extension to access the data, however ...
2
votes
1answer
85 views

Programatically notify automatically when my VPN Client got disconnected

I want to notify automatically when my VPN Client got disconnected.If any body knows in bulid method available or I can create an windows application/notifier using VS 2005 c# to receive a ...
2
votes
2answers
886 views

Options for iPhone app which requires VPN?

I was thinking about creating an iPhone app "front end" for one of our internal systems. I suspect this will need to run via a Cisco VPN (connecting with a key code). What are the options to do this ...
2
votes
1answer
133 views

How should I secure a SOA with inter-service communication between data centers?

For my pet project I've decided on a services based architecture (yeah the buzzword SOA) because I can scale each service independent of others, distribute them geographically where they will be used ...
2
votes
1answer
1k views

How to Create a Virtual Network Adapter in .NET?

I would like to create/add a virtual network adapter to a client operating system at runtime (via code), preferably in C#. Something similar to that of what VirtualBox/VMware/Himachi creates when you ...
2
votes
2answers
775 views

iPhone - Send VPN traffic for a specific URL

I am building a iPhone web based app for our execs to view sales data. The app goes over SSL with a typical login page that sets a cookie for the day. Since the info is sensitive and we have a VPN at ...
2
votes
2answers
219 views

How do odbc (or mysql) resources work in php?

When you run a query like so: $query = "SELECT * FROM table"; $result = odbc_exec($dbh, $query); while ($row = odbc_fetch_array($result)) { print_r($row); } Does the resource stored in $result ...
2
votes
1answer
1k views

How can I connect to VPN server through C# program?

I am a C# programmer, I have client needs: He have 10 computers in office (VPN connection). one computer is server and all are clients. server computer has one folder it always updated time to time, ...
2
votes
1answer
252 views

Asp.Net Impersonation over a VPN

I'm doing a spot of development from home over a VPN. The project is an Asp.Net 2.0 (Using 3.5 SP1) app that uses impersonation. The account that is impersonated is on the domain at work but when ...
2
votes
6answers
1k views

Security risks of an un-encrypted connection across an international WAN?

The organisation for which I work has an international WAN that connects several of its regional LANs. One of my team members is working on a service that receives un-encrypted messages directly from ...
2
votes
9answers
8k views

Not connecting to SQL Server over VPN

I have connected for the first time to an existing network over VPN. I can ping the IP address which is used by the SQL Server from the VPN client, but SSMS does not connect to the SQL Server. I am ...
2
votes
1answer
2k views

Checkpoint NG VPN client for linux

Is there a working solution for connecting a Linux client to a Checkpoint NG VPN server ?

1 2 3 4 5 8