OpenVPN is a free and open source software application that implements virtual private network (VPN)

learn more… | top users | synonyms

0
votes
2answers
646 views

How to install gopenvpn?

How do i install gopenvpn and configure it in ubuntu 11.10 x64? I managed to build it from source code, but when i start it i get the following No OpenVPN configuration files were found in ...
0
votes
1answer
13k views

How to configure Openvpn server in Ubuntu 11.10 and Openvpn client in Windows 7

I'm really new in Linux, so I have lack of knowledge about it. I would like to setup a VPN connection, I choose Openvpn as the tool, so can somebody explain me in details how to configure Openvpn ...
0
votes
2answers
1k views

Problem with apt-get [install, purge, autoremove, upgrade] [closed]

I am trying to install openvpn using apt-get, but I get an error during the process [As far as I understand the issue is with unattended-updates, which I could not upgrade due to apt-get porblem :/]. ...
3
votes
1answer
664 views

Force VPN Connection Automatic

I have a VPN connection on a server that must be connected at all times. I can make a connection, but I would like it to connect on boot, and if the connection drops it should reconnect automatically, ...
1
vote
0answers
554 views

OpenVPN bridge client on Ubuntu 11.10 doesn't work [closed]

I'm trying to set up my desktop running Ubuntu 11.10 to connect to my OpenVPN server in bridge mode. I have my client configuration file set up like so: remote [omitted] 1194 client dev tap0 proto ...
-1
votes
1answer
80 views

How do i setup and configure VPN [closed]

I have a personal server with webmin installed on it.What next?
1
vote
1answer
268 views

Using OpenVPN for a single window

How do I use OpenVPN for only one window/process? Example Case Scenario: I want to use a US only website on Firefox, but use my ip on the chromium process
0
votes
1answer
336 views

Internet via openVPN

I managed it to install openVPN on a virtual host and the connection works great, but I am not able to use the internet through the openvpn server (it s only possible to ping the servers ip). How can ...
1
vote
2answers
3k views

network bridge - without destroying network manager

I have seen a lot of questions related to Bridge and network manager. however none of them seem to apply to what i seen AND want. I setup my bridge in /etc/network/interfaces. This works perfectly; ...
1
vote
1answer
274 views

OpenVPN / PPTP vpn in Combination with Exchange 2010

I will start off by saying - my issue is very odd and I really have no idea where to start searching. Alright the introduction: I have got: MS 2008 PPTP vpn server OpenVPN on Endian Firewall server ...
2
votes
1answer
840 views

OpenVPN configuration on Ubuntu

I want to use OpenVPN on Ubuntu. The following three files are provided: client.conf tccg-ca.crt tccg-ta.key What are the steps to configure OpenVPN in Ubuntu by using these files. I have ...
5
votes
1answer
2k views

Getting OpenVPN to work with XFCE on Xubuntu? [closed]

I'm trying to get OpenVPN to work properly on my install of Xubuntu 11.10. So far, no luck. I've successfully set this up very easily using Ubuntu 11.10 so not sure why I'm seeing issues. The base ...
0
votes
1answer
461 views

Does SafeNet Token and Openvpn work on 11.10?

Does anybody have a way to make Openvpn work on Oneiric with a SafeNet token ? I have install properly the token : http://www.jlaundry.com/2011/aladdin-etoken-on-ubuntu-11-10-oneiric-ocelot-amd64/ ...
2
votes
1answer
736 views

OpenVPN with IPv6

I have a tun OpenVPN server running in routed mode which was set up on a Ubuntu server and I know that Ubuntu's build of OpenVPN has support for the IPv6 for quite a while now but it didn't get much ...
4
votes
3answers
2k views

Why will network manager not allow me save my VPN settings?

I am trying to configure am OpenVPN client on my laptop. I am running Ubuntu 11.10 64-bit. When I open network manager and import the VPN settings from the premade config folder everything takes. The ...
0
votes
1answer
316 views

How to run Openvpn Access Server and PPTPD (pptp server) at the same time?

OpenVPN Access Server relies heavily on iptables rules. And adding PPTP network interfaces may interfere with AS operation. I desperately need help getting two services to run properly on the same ...
4
votes
1answer
765 views

When is network-manager-openvpn going to be updated to the 0.9 version?

Since bug 274930 implemented added functionalities in Network Manager regarding OpenVPN, the network-manager-openvpn plugin needs to be updated to 0.9 version to benefit from those improvements. At ...
1
vote
1answer
4k views

Using external VPN resources from inside VirtualBox

I'm using NetworkManager to connect to work via OpenVPN. It works nicely, but VirtualBox guests (connected to the host with NAT) can't resolve work-related hostnames. The OpenVPN server pushes a ...
1
vote
1answer
325 views

OpenVPN conflicts with 3G mobile broadband

I'm using ubuntu 11.04 2.6.38-8-generic fresh install. The usb 3G dongle (Onda MT833UP) is recognised by the networkmanager and works fine until I install the openvpn client (sudo apt-get install ...
0
votes
1answer
116 views

What should the source be when using OpenVPN?

I'm trying to use OpenVPN on my Ubuntu 10 VPS. I'm trying to route my traffic using this command: iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT -to The error I get is: iptables v1.4.4: ...
1
vote
0answers
467 views

Gray “apply” button in NetworkManager openvpn connection window [closed]

I installed all the necessary packages for the networkmanager-openvpn function to function. The openvpn-connection-setting are successfully imported into the networkmanger via the conf file but the ...
0
votes
1answer
349 views

NetworkManager, OpenVPN and float

I'm trying to use OpenVPN to connect to a work network. Unfortunately, the work network is behind a NAT, which means I have to use the float option to make it work. Apparently, NetworkManager does ...
17
votes
3answers
16k views

How do I setup OpenVPN so I can securely use the internet from an unsecured hotspot?

Goal: I want to be able to securely use the internet via my home PC while my notebook is connected to an open hotspot/access point. I do know that I can use a SSH tunnel/SOCKS proxy, but I don't want ...
0
votes
1answer
1k views

How to change OpenVPN server address?

Currently my openvpn server has ip address 10.8.0.1. I want to change it to 10.9.0.1. I tried changing the following lines in server.conf # Configure server mode and supply a VPN subnet # for OpenVPN ...
0
votes
2answers
2k views

OpenVPN vs. IPSec - which one is faster for tunneling?

Complexity of installation of IPSec is not an issue. I would like to know which one will provide a faster connection for tunneling.
0
votes
1answer
579 views

Wireshark showing no encryption in OpenVPN

I have cipher BF-CBC uncommented in both server and client and wireshark is listening to tap0 but it is not showing any encryption. Am I doing something wrong here?
1
vote
1answer
412 views

Run OpenVPN service on connection to internet

How can I make a OpenVPN run automatically whenever my system is connected to the internet?
7
votes
1answer
4k views

No internet access when VPN connected

I have an OpenVPN config that I use on my Windows XP box and on my Ubuntu machine. When I use it with my Windows machine, I can connect to the VPN and access sites on the VPN, and the internet as ...
3
votes
2answers
8k views

Where are VPN configuration files imported by Network Manager saved?

I've imported an OpenVPN configuration file that behaves differently when trying to connect from Network Manager and command line. I would like to see what the imported configuration file looks like.
2
votes
7answers
2k views

How do I open up firewall while keeping it safe?

Since I've installed Firestarter I have encountered connectivity issues that are all resolved by disabling the firewall. I'd prefer to have the firewall running and allow all the traffic I normally ...
6
votes
2answers
18k views

How do I run a script after OpenVPN has connected successfully?

How can I associate a script to OpenVPN so that it runs when the VPN is connected successfully?
4
votes
2answers
4k views

Best Way To Learn How To Set Up OpenVPN On Amazon EC2/a VPS?

What is the best way to learn how to set up a VPN using OpenVPN on an Amazon EC2 server/a VPS? What level of proficiency is required in Linux System Administration for this?
5
votes
2answers
8k views

Config import on network-manager-openvpn

I'm trying to use a free service using the OpenVPN protocol using OpenVPN's GUI module in the network manager. The config worked perfectly well as .ovpn on Windows. The behavior in Windows is such ...
4
votes
2answers
800 views

Exempt programs from using active VPN connection

When I connect to a VPN, all my network traffic is automatically routed through it. Is there a way to add exemptions to that? I don't know if adding exceptions has anything to do with the VPN ...
6
votes
3answers
1k views

VPN connection breaks internet

After installing OpenVPN properly (network-manager-openvpn) and setting up my VPN, I am not able to connect to any internet page or access anything that's remote. Pinging stuff is totally dead. I ...
1
vote
1answer
559 views

Ubuntu machine behind a LAN as openvpn server

I am running an ubuntu server with LAN ip on which I want to run openvpn server which will provide access to the LAN that ubuntu server is in. I will be opening a port on my router through which the ...

1 2 3