Free software implementing virtual private networks (VPN). Uses TCP or UDP, not IPSec.

learn more… | top users | synonyms

0
votes
0answers
4 views

socket communicaiton over vpn

Here is what i am trying to do I have a server and a client on remote pc as the server is behind the router i have to port forward as far as i know two methods are there frist is port forward by ...
0
votes
0answers
22 views

OPEN VPN API - Create ios VPN client Application

I want to create the VPN client application in an ios using OPEN vpn API. Please tell the procedure to do it and guide me. I have tried to get from their site, but i could not concluded where to ...
0
votes
0answers
26 views

Opening an OpenVPN connection in Windows using the command line [closed]

I am a complete newbie when it comes to OpenVPN, so I'm a bit confused at the moment. I can easily open a VPN connection using the OpenVPN GUI in Windows 7: I put in the IP, the GUI asks me if I want ...
0
votes
0answers
22 views

IPTable Routing - Why output doesn't have any affect?

I'm confused over why my iptables are behaving like this. I'm attempting to block port 25 from PPTP VPN users. Most of the guides online mention blocking port 25 in the output chain to block SMTP. ...
0
votes
0answers
22 views

system design issues when using tun/tap virtual network card

on a host, there is a Ethernet interface eth0, with public IP address, like 173.194.45.41 and I will establish a tun/tap interface tun0, with a private IP address, like 10.1.2.5 I want to construct a ...
-1
votes
1answer
56 views

openvpn easy-rsa command not found [closed]

im trying to install openvpn on my centos 6 box im using epel repository to install the vpn all went fine on the installation but somehow when coming to generate certificate part lots of command not ...
0
votes
0answers
14 views

Filter advertisements using VPN on ubuntu

I have just installed a vpn with the solution OPENVPN on my ubuntu server. I have discovered in the past a solution named spotflux which is able to filter some contents like spyware and apparently ...
-1
votes
0answers
15 views

OpenVPN Stress Test Tool

I need a tool to load test my open vpn server on red hat machine with about 100 virtual vpn connection. I have google various tools for this. The tool in open vpn community and wiki tracker is a paid ...
-1
votes
2answers
130 views

OpenVPN:Route addition via IPAPI failed [adaptive]

UPDATE: Solved. I forgot to install cert on my computer..sorry My OpenVPN works well until I upgrade my Win 7 to 8. Now it can connect but not work properly. Logs: Tue May 07 15:35:59 2013 Route: ...
0
votes
0answers
30 views

OpenVPN server configuration

I would like to configure OpenVPN server in such way that client addresses are obtained by DHCP not OpenVPN server. I read that for this configuration tap adapter must be in bridged mode with ...
0
votes
0answers
61 views

OpenVPN: route all except local network

So, I have a OpenVPN proxy and this configuration file: dev tun0 proto tcp remote 0.1.2.3 443 client nobind tun-mtu 1500 tun-mtu-extra 32 ca ca.crt cert user.crt key user.key tls-client ...
-1
votes
0answers
13 views

OpenVpn: signals

I'm working on a project that uses OpenVPN core. Can I have some info about controlling a running process: what does exactly the signal "sigusr1" do? I mean, if I send a command like that: ...
0
votes
0answers
36 views

Android >4.X : pause an active VPN

I use an openvpn client to connect to a vpn. Since this client does not stop my vpn when the screen is blanked, I want to create a service to do that. I thought to build an app with a service and ...
0
votes
1answer
17 views

OpenVPN set alias for server

I have made VPN server in my local (home) network, it does run in bridging mode. Now, I want to configure my notebook to be able to connect to my VPN, but I want it to use server's local lan IP when ...
0
votes
0answers
32 views

Android ics-Openvpn

I'm building the open source project https://code.google.com/p/ics-openvpn/ The readme file says: "Disable Google breakcode (WITH_BREAKPAD=0 in jni/Android.mk)" how can I perform this action?
-2
votes
1answer
32 views

What is the best way to connect two machines over the internet? [closed]

If I have two machines that need to exchange information over the internet. Which is the best protocol to use? OpenVPN? Http? Something else?
0
votes
1answer
132 views

Building icsopenvpn

I have some issues in building ics-openvpn project. When I deploy the app on the device and try to import a .ovpn file, I get cannot find minivpn. I think this error is related to an error during the ...
0
votes
0answers
50 views

Connecting to a SQL Server with a VPN Using PHP

I am attempting to query a remote SQL database with a PHP script to visualize data (on Cyfe.com's platform). However, the SQL server requires a VPN connection to access. Is there a way I can ...
-3
votes
1answer
249 views

OpenVPN connect Android source code [closed]

does anyone know where can I find the source code of OpenVPN connect Android?
0
votes
0answers
108 views

how to select desired network adapter to get GetAllNetworkInterfaces().GetIPv4Statistics

its first time im asking a question in stackoverflow.com i always found my problems with searching on this website but for this problem seems like there is nothing mentioned ( or i cant find ) ok ...
1
vote
1answer
78 views

Error in OpenVpn android app

I have downloaded the openvpn code from https://code.google.com/p/ics-openvpn/source/checkout and it compile succesfully but when I create a profile and try to connect it .. it will give me an error ...
0
votes
0answers
45 views

Connection or Services to access ONLY specific database table or field : PHP - MySql

Systems involve: (System Setup is through VPN) Inventory Fields: Product_ID Product_Name Description Status (i.e.: Paid, Reserved, Sold) 3rd party payment center Questions: Is there a way ...
0
votes
0answers
75 views

How to get a local IP of the interface that directly connects to a default gateway

-Environment- VPN connection(OpenVPN) -Default gateway is changed into VPN server IP -Virtual interface(tunXX) for VPN connection directly connects to a default gateway Interfaces & default ...
0
votes
0answers
57 views

Active Directory Access using LDAP

I've set up VPN on my redmine server. Server where my redmine is installed. What I want is to give my client's server access using LDAP to my Redmine. So his network won't need to login while ...
0
votes
0answers
88 views

Trying to start OpenVPN via cron fails on Ubuntu? It works from command prompt as a root user but doesn't work from cron [closed]

I am running the following from cron: */4 * * * * service openvpn restart and the following from the root user: service openvpn restart The root user works but cron fails.
0
votes
1answer
53 views

Get the output log from wrapper service (OpenVPN)?

I'm thinking of writing a simple custom .NET OpenVPN client. I was wondering in what different ways would it be possible to get and display the output log of the underlying openvpn executable? ...
0
votes
0answers
97 views

TAP interface on Windows 7

I'm using QEMU in configuration host - windows 7 and guest gentoo. Since I wanted to make a connection between them I wanted to do it via the TAP interface, but the problem is, that when I install ...
0
votes
0answers
49 views

large GPRS data traffic

I have a server that is located in CityA and I am located in CityB. This server ServerA is running ubuntu 12.04 LTS and I have a usb mobile broadband modem to connect to the internet. In order to ...
0
votes
1answer
281 views

Create a lightweight openvpn client on Android (server config already)

I have a server which I install openvpn. I have config some client and now I want to create an openvpn client to connect to it with the client config I've created. I know there is an OpenVpn client ...
0
votes
1answer
181 views

Samba Share Over OpenVPN, Split Tunneling?

I would like my PC to connect to a server running OpenVPN + Samba + file management software. How would I setup so that the PC only connects to the server without tunneling all the internet traffic to ...
0
votes
0answers
125 views

OpenVPN + PAM : authentication issue

My OpenVPN server uses pam authentication with a remote MySQL server. The problem is that sometimes it can't connect to the mysql server. In logs I can see ERROR 2005 (HY000): Unknown MySQL server ...
0
votes
1answer
76 views

query re. OpenVPN providers and encryption

If the login password of an OpenVPN provider is not kept secure, is the encryption of the openvpn Internet connection then also potentially breached?
1
vote
2answers
3k views

OpenVPN failed connection / All TAP-Win32 adapters on this system are currently in use

^^ i get this error if i would connect to any OpenVPN Network. All TAP-Win32 adapters on this system are currently in use. Here is a Screenshot. -> ...
0
votes
1answer
28 views

Clarification regarding VPN Client

I have a working profile exported from ChekPoint VPN. Now If I load the same profile in any VPN Client such as OPEN-VPN client installed on a windows system will it be able to connect to the required ...
0
votes
0answers
500 views

Please help, Can connect to OpenVPN server, but can't connect to Internet

I have what should be a fairly simple Open VPN setup: 1) Server (Windows 7 PC, OpenVPN configured as server service) 2) Client (Windows 7 PC, OpenVPN configured as a client) 3) Server PC connected to ...
1
vote
0answers
302 views

Configure a VPN with Shrew Soft VPN

I am creating a VPN connection with shrew soft vpn and not connect. My computer works with windows 7 pro. This computer is within a domain controlled by a server. The server gets ...
0
votes
0answers
353 views

Getting OpenVPN Connect to work

I have set up an OpenVPN server on my Synology DS212j. I would like to get my Android device to connect to it, using the official OpenVPN Connect app. The OpenVPN server package on the Synology ...
0
votes
1answer
193 views

Pause a batch file until a host is reachable (using ping)?

I'm looking to add some functionality to a batch file that I've been writing; essentially what happens is I dial up a VPN connection using openvpn and then continue to mount a network drive as well ...
0
votes
1answer
189 views

Android VPNService Route Exclusion

I'm using OpenVPN and the new VpnService API that comes with ICS (Android 4.X) Is there a way to define an exclusion of an IP address from the VPN tunnel? (so that traffic which is destined to that ...
0
votes
0answers
538 views

Openvpn password authentication

I am trying to connect openvpn windows client to openvpn server running on ubuntu. The VPN works fine when using 'certificate only' authentication, . But when trying to authenticate using below ...
0
votes
0answers
256 views

Add Squid in the chain: Clients<->OpenVPN Server<->Internet

A server has OpenVPN and Squid installed. OpenVPN clients now have the access to the internet thanks to push "route 172.16.0.1 255.255.255.0", push "redirect-gateway def1 bypass-dhcp" in OpenVPN ...
0
votes
0answers
59 views

how to build android_external_openvpn_ics with ndk-build

everyone There is a project on github --> https://github.com/CyanogenMod/android_external_openvpn/tree/ics ,After download the sourcecode , I just want to build it use NDK-BUILD command ...
0
votes
1answer
177 views

Samba server on VPS over OpenVPN

I'm running Ubuntu 12.04.1 LTS on a VPS and just installed an openVPN server. I can connect to the vpn server from my laptop at home and the server assigns me an IP (10.8.0.6). All seems to be going ...
0
votes
0answers
464 views

How to prevent OpenVPN from overriding local DNS? [closed]

I use OpenVPN to connect to the LAN at the office. When I start an OpenVPN connection, the office LAN DNS server becomes the default DNS server on my workstation, thus overriding my LAN's DNS service ...
1
vote
1answer
264 views

check status of VPN connection status for openVPN on Android

Is there any way to get the status of VPN connectivity on android 4.using openVPN ?
1
vote
1answer
140 views

Bash script to automate Open VPN

so what I'm trying to do is to write a Bash script that will ssh into a server and generate new user credentials. However, it won't create the new user keys, but it can tell you if a user already ...
0
votes
0answers
240 views

OpenVPN routing without affecting host routing table [closed]

I have an OpenVPN server with two clients, A and B. I've set these up with client-to-client so they can talk to each other. I want to make client A to be the default route for client B so that B can ...
1
vote
1answer
117 views

openvpn cli client does not give up and exit?

How do I get the openvpn CLI client to exit if the connection is refused or times out? Here's what I'm doing: for i in `find ~/data/openvpn/Open_TCP/`; do openvpn --config $i --auth-user-pass ...
0
votes
2answers
2k views

How to route specific traffic through OpenVPN? [closed]

I'm running a server at home with rtorrent and apache2. I would like to route my rtorrent traffic via OpenVPN and since im kinda new to OpenVPN and iptables i would like to have a user friendly guide. ...
-1
votes
1answer
250 views

OpenVPN disconnecting due to another connection [closed]

Today I connected my openvpn server from my home laptop. I left for work and I forgot to disconnect my client. Now, at work, I get disconnected after a few seconds (5). I know this is normal, but I'd ...

1 2 3 4