Free software implementing virtual private networks (VPN). Uses TCP or UDP, not IPSec.
1
vote
1answer
15 views
OpenVPN two-factor authentification
we have got an openvpn authentication running with an Active Directory over ldaps.
Now, there is a need for a two-factor authentication. Restricting VPN access to certain machines would be great.
...
0
votes
0answers
10 views
Is possible to access a VPN using as gateway a pc inside VPN?
The question is about OpenVPN but the theory may apply to all VPNs.
We have a VPN with OpenVPN which involves about 50 client pcs + 1 server. This is the configuration established:
Server (Windows): ...
-2
votes
0answers
13 views
Will this VPN setup completely hide my IP address? [closed]
I am trying to connect to an online poker site via VPN because they block users in my country.
At home, I have a linksys router flashed with ddwrt. In a foreign country, I have set up a VPN server. ...
1
vote
1answer
20 views
read() on a NON-BLOCKING tun/tap file descriptor gets EAGAIN error
I want to read IP packets from a non-blocking tun/tap file descriptor tunfd
I set the tunfd as non-blocking and register a READ_EV event for it in libevent.
when the event is triggered, I read the ...
-1
votes
0answers
32 views
Run openvpn server with additional IP address on debian [closed]
I have a debian 64bit system, OpenVZ, with perfectly working openvpn server.
I have ADDITIONAL IP which I want to use on that same openvpn server and I can't make it work. It only works if I specify ...
0
votes
0answers
12 views
OpenVPN Site to Site configuration
I am new to OpenVPN, and after looking for a day for a solution I am unable to find one.
I have the following setup.
A box that is configured as the VPN Server
A box that is configured at the VPN ...
-2
votes
0answers
29 views
Internet access through bridged openvpn connection (Server: win7) [closed]
I created a bridged openvpn server on a windows 7 machine, and this works fine.
How can I set it up in a way that my clients can access the internet through the vpn channel?
These are the current ...
0
votes
1answer
21 views
Google Oauth for private networking
I am trying to implement google oauth 2.0 as authentication method for my django website.
For developing purpose, I was working on localhost, which is just fine.
Now my website need to be moved to ...
0
votes
1answer
13 views
OpenVPN access control
Using OpenVPN, I can enable 2-way authentication with certificates, private keys and a CA-certificate.
In my understanding, this only provides authentication (the client is, who he says he is) but ...
0
votes
0answers
66 views
delivering a packet through tun file descriptor leads to different results
I created a tun interface
openvpn --mktun --dev tun2
ip link set tun2 up
ip addr add 10.0.0.1/24 dev tun2
I wrote a program which relates the tun interface to a file descriptor fd, crafts a ICMP ...
-1
votes
1answer
38 views
How to route specific IPs into a VPN network [closed]
I have a very specific problem, that I try to solve for three days now. Maybe one of you has an idea:
I have to monitor several systems over the internet. These systems are located within very ...
0
votes
0answers
34 views
Getting myplex port 32400 to connect through a VPN or VPN split tunnel?
I wasn't sure how to word this but here it goes.
I have all of my traffic going through an openvpn that I pay for on a mac (OSX 10.7.5) that is behind an Airport Extreme. Unfortunately for me I have ...
0
votes
0answers
13 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
1answer
71 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 ...
-1
votes
1answer
31 views
IPTable Routing - Why output doesn't have any affect? [closed]
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
38 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
204 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
23 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
2answers
480 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
72 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
106 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
...
0
votes
0answers
41 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
20 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
40 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
33 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
190 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
66 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
344 views
OpenVPN connect Android source code [closed]
does anyone know where can I find the source code of OpenVPN connect Android?
0
votes
0answers
167 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
87 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
59 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
92 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
79 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
113 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
62 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
119 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
50 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
320 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
224 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
127 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
81 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?
0
votes
2answers
4k views
OpenVPN failed connection / All TAP-Win32 adapters on this system are currently in use [closed]
^^
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
30 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
556 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
326 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
374 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
267 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
232 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
680 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
267 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 ...
