openvpn

PHP ssh2_exec answering to prompt questions

I must use ssh2_exec to install some packages on linux servers. Some of the packages require some answers when installing so I must be able to provide those answers using the ssh2_exec function from PHP. I already know the answers to those questions but it's hard to enter the response when the question is prompted. Example: // Bu...

Can't get openVPN to correctly push a route

I'm trying to get an openVPN server setup at my house. right now it is currently on a box running ubuntu server. I have everything setup and I can connect to the openVPN box and I can talk with the actual server, but I can't get out on to the LAN that the openVPN box is connected to. When I add a line to server.conf that says push "r...

Writing a connection manager for OpenVPN in python

Hi I'm having trouble trying to write a connection manager for OpenVPN in python. My needs are to have a script that listens on port 1195 UDP and when a connections is established, it should forward all the packages to the server instance of OpenVPN. The reason I need to do this is that I will have 4 instances of OpenVPN running in the s...

Apache/OpenVPN access restriction

Hi everyone, I'm Working on a developpement server where i've set a Virtualhost in order to make Zend Framework work has it's meant to. Problem is, I'm working with people who have dynamic ips: so I can't restrict (allow from) specific access for everyone. I've installed an OpenVPN server then, which gives every client an ip like 10.8...

How do I kill an OpenVPN connection using Perl?

Is there any way to kill an OpenVPN connection with a Linux command or Perl command? ...

Issue in pinging machines in subnet for pfsense Openvpn server

During the testing of pfsense openvpn server I faced issues in pinging machines in subnet of pfsense server. Setup Internet router provided by ISP. IP: 192.168.1.254 My Laptop. Ubuntu 9.04. IP: 192.168.1.105 pfsense running as a virtual machine (vmware player). WAN IP: 192.168.1.239, LAN IP: 192.168.1.233 Another virtual machine (vmwa...

Create openVPN Certificate with python

Hi guys ... Do you guys know a python "script" that can generate openVPN certificates ? I need this to integrate it with my django project ... Thx. ...

Options for Mobile Device VPN (Virtual Private Network)

My employer uses a Juniper product for web based VPN - it apparently has all the connection settings preset. But It requires Java/JRE so it does NOT run on Mobile devices like RIM, Apple or Android. Are there any good alternatives for VPN applications. Perhaps something that would connect to the same independant back end? How safe it...

2 DNS servers on 2 adapters - How can I determine order or preference?

When VPN is enabled 2 adapters have a DNS server, the VPN and the normal NIC. Most apps use the VPN adapters DSN (nslookup, browsers, etc., verified with packet capture). But one flash app/site uses the NIC DNS server, which is not what I want to happen. Any suggestions on what I can do to troubleshoot this? How can I dig into the logi...

Simple auto updater for OpenVPN config files

Hi, We have deployed several OpenVPN servers globally and our 8k+ Windows users have OpenVPN GUI installed. Each server is defined in a config file in the program files directory. As we add new servers to the network (we require almost a dozen globally) we would like a slick solution to auto update the config directory with the new conf...

Create VPN for single computers located in different regions

Hi VPN Experts! I have a set of single computers (terminals). Each terminal is connected to Internet via xDSL or Dialup connection. Terminal IPs are dynamic. Terminals would like to communicate to each other via sending messages. Here I see 2 problems: 1) Provide secure communications over Internet. 2) Terminal addressing. The IPs are...