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

learn more… | top users | synonyms

0
votes
1answer
18 views

How to disconnect from OpenVPN?

I'm connecting using VPNBook servers and it works fine with this command: sudo openvpn --config /etc/openvpn/vpnbook-udp-53.ovpn --auth-user-pass /etc/openvpn/password.txt but I just can't seem to ...
1
vote
1answer
30 views

How to run a command with one click, preferably from unity's launcher

I'd like to run this command without having to open up terminal every time. sudo openvpn --config /home/ubuntu/Documents/vpnbook/vpnbook-euro2-udp25000.ovpn --auth-user-pass ...
0
votes
0answers
10 views

VPN keeps Dying/Restarting on 12.04

Hi I am running Ubuntu 12.04. I recently got into VPNs for anonymous downloading; however, no matter what VPN location I choose (my provider allows me several), it eventually dies. This happeneds ...
0
votes
0answers
20 views

Open VPN is not working with me

i followed the instructions here and when i type the config command i get this output and then it freezes more than one hour please anyone can help ?
1
vote
1answer
156 views

“The VPN service failed to start” under Ubuntu 13.04

I'm trying to connect to a VPN under 13.04, but every time I get the error message "The VPN connection failed because the VPN service failed to start". I've tried looking around but come up with ...
0
votes
1answer
30 views

I can ping some host but not all from network on OpenVPN tun

I have a network I want to connect to which is behind a firewall (iptables). On the same PC there's the OpenVPN server. It's directly connected to the Internet. I can connect to the server through ...
0
votes
0answers
21 views

OpenVPN fails to connect

I have posted a previous question about getting OpenVPN connected as a client (OpenVPN fails from Network Manager, seems to connect from terminal, but no traffic to or from target network) but no ...
0
votes
0answers
27 views

Lost ability to connect to PPTP server after installing openvpn gone client

I have a Tomoato router which is running a PPTP server. I was able to connect via my ubuntu machine and my phone. I bought a VPN service which used Openvpn (private Internet access) and followed ...
1
vote
0answers
70 views

Connects to Openvpn on Ubuntu server 12.04 But cannot browse internet?

I'm trying to connect to ubuntu server 12.04 running openvpn from my ubuntu desktop running ubuntu 12.04.. openvpn client connects. But i cannot browse any ineternet. I can ping and ssh to my server ...
0
votes
0answers
70 views

Problem with ifconfig during connecting to openvpn server

I wrote this openvpn config file to connect somewhere: remote 127.0.0.1 1900 proto tcp http-proxy test.ovadd.com 7080 auth-user-pass ca VPNMakers.ca.pem cert VPNMakers.cer.pem key VPNMakers.key.pem ...
0
votes
1answer
142 views

OpenVPN-AS on Debian server and Ubuntu 12.10 client

I recently signed a VPS (OpenVZ / Debian 32 bits Minimal), installed OpenVPN-AS (Access Server), and successfully connect to it, however I have a few doubts. To make it clear, I will explain how I ...
1
vote
1answer
61 views

Is it worth uninstalling the GUI to lower the attack surface of my Ubuntu server?

I note that there are similar questions on how to remove the GUI from an Ubuntu install, so I know the technique, I'm just wondering is it worth doing? To explain, I have a Ubuntu server hosting ...
0
votes
0answers
104 views

Unable to uninstall OpenVPN 2.3.1

I've uninstalled Openvpn but it is still there When I type for example OpenVpn -- version it shows me: OpenVPN 2.3.1 i686-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [eurephia] [MH] [IPv6] built on ...
0
votes
0answers
414 views

Hotspot shield like proxy for Ubuntu

Youtube is blocked in my country and to open it I use hotspot shield on Windows. I have recently however ported to Ubuntu for almost everything, but still need to switch to windows when I have to open ...
0
votes
0answers
45 views

Android proxoid with openvpn?

I'll preface this by apologizing that I really have no idea how proxies work. But would like to learn! I followed this guide to use an android phone as a proxy server, using proxoid: ...
0
votes
1answer
232 views

OpenVPN on Ubuntu OpenVZ

I finished configuring OpenVPN on my OpenVZ vps. When I run service openvpn restart I get the following error output: * Stopping virtual private network daemon(s)... * No VPN is running. ...
0
votes
0answers
140 views

Make sure torrents only transfer over openVPN with iptables or ufw

My set up: Headless Ubuntu server 12.04 in a virtualbox, deluge and openVPN. The problem is that if the VPN goes down deluge will continue over my normal connection, this should not be possible. I ...
1
vote
1answer
64 views

Where are the OpenVPN connection logs and configuration files?

I have problem connecting to OpenVPN server. Where are OpenVPN log files and how do I find the connection details?
0
votes
0answers
35 views

Vpn server connections

So I'm trying to setup my ubuntu 12.1 as a vpn file sharing server. I'm going to be using the openvpn to allow connections to the server. But I also want to connect to an openvpn server that's offsite ...
0
votes
0answers
122 views

Tun/tap installation

i have got a virtual private server with Ubuntu 12.04.2 LTS (GNU/Linux 2.6.32-5-openvz-amd64 x86_64). I want to install openvpn but this requires a working tun device. i get the following error: ...
1
vote
1answer
38 views

Is it possible to configure openvpn in ubuntu according configuration files relevant to windows?

I am using openvpn in windows and have the configuration files as well. Unfortunately the service provider doesn't have any guide or configuration files for Linux users. Is it possible to use windows ...
0
votes
0answers
42 views

Networkmanager OpenVPN problem

I'm trying to set up an OpenVPN connection and I've imported the correct .opvn file and provided the username and password. I don't have a CA certificate so I left this field with the default option . ...
0
votes
0answers
57 views

OpenVPN client-connect timing

Situation: I have an Ubuntu 10.10 machine with OpenVPN configured as a server with one tap interface. I have multiple Ubuntu 10.10 machines with OpenVPN configured as a client. All the clients use ...
4
votes
2answers
358 views

What does this command mean ls -l test.conf -rw-r--r— l root root?

root@ubuntu:/etc/openvpn# ls -l test.conf -rw-r--r-- l root root 791 Mar 20 09:23 test.conf What does the above command mean?
1
vote
0answers
39 views

2 OpenVPN Connections with NetworkManger

How can activate 2 OpenVPN-Connections at once ? Is one connection active the other one is disabled in the menu of the network-manager.
0
votes
0answers
15 views

size another key openvpn become 0 or broken after build new key. why?

I've successfully build a new key openvpn for my new computer but when I seen key list of openvpn size another key openvpn become 0 and when I try use the key which size 0 can not working. ...
0
votes
1answer
72 views

How to check if openvpn is connected in Upstart?

I need to run a script after mysql and openvpn are started (Ubuntu for ARM). I can succesfully run the script with upstart with this .conf: # my upstart for logging boot start on (starting openvpn ...
5
votes
1answer
307 views

How can I bypass governmental censorship of certain websites, for instance in Iran?

I live in Iran and as you know there's a blocking system here. The people here use VPNs to access websites. I did the same. But days ago VPNs (PPTP, L2TP,SSTP) ports was blocked too. The alternatives ...
0
votes
0answers
105 views

Using OpenVPN to access MySQL

I have a server setup with Ubuntu Server 12.04 LTS and I use Windows 7 on a desktop and ODBC Connector 5.1 within the same network to access a MySQL database for a CAD program. I also have a Windows 7 ...
0
votes
1answer
63 views

Trying to install an openVPN GUI messed up sudoers

I installed openVPN successfully but I would like to get remote desktop access with it, as is the case with openVPN in Windows. I found this GUI here http://sourceforge.net/projects/sogfl/ and ...
0
votes
0answers
91 views

Open VPN will not connect

I have created an OPenVPN connection to GigaNews' VyperVPN but it will not connect. I followed all of their procedures found here: http://www.giganews.com/support/vyprvpn/linux/pptp.html In my ...
0
votes
0answers
209 views

OpenVPN fails from Network Manager, seems to connect from terminal, but no traffic to or from target network

I'm new to Ubuntu (as in, last week!) and really liking the system, but am having a real problem getting the OpenVPN connection to work. My system: DELL XPS L702X, 8Gb RAM, tested with both WiFi ...
0
votes
0answers
177 views

OPENVPN client starts but ifconfig tun output reports device not found

I am new user of ubuntu and I am trying to experiment on VPN connections. I have ubuntu 10.04 on my machine. I installed VMware Player and on top of that another ubuntu 10.04. So, on the VMware Player ...
1
vote
1answer
202 views

problems with openvpn

When I am trying to install Openvpn on Ubuntu 12.10 I get only problems. The config files are all empty and I only get error. When I have installed it for first time it was not empty config files. ...
0
votes
0answers
98 views

OpenVPN fails to start due to options error

I have followed the guide here https://help.ubuntu.com/10.04/serverguide/openvpn.html but when i try to start OpenVPN i get following error: ovpn-server[2455]: Options error: --server and ...
1
vote
1answer
346 views

Change OpenVPN client's default route

When setting up a test openvpn client on Ubuntu (using this guide), the client sets a route which tunnels all traffic through the vpn. For example, when I connect to the vpn from Ubuntu, this is what ...
1
vote
1answer
154 views

Cannot get outside VPN (same settings work on Debian)

Background I have an OpenVPN server on my Debian VPS box. The purpose is to bypass firewalls (my paranoid ISP blocks TCP port 25) enable safe connection via untrusted networks (mainly for portable ...
1
vote
0answers
290 views

Can I use the Openvpn Access Server WEB GUI on Ubuntu 12.04?

Is the openvpn web-gui working on ubuntu 12.04? See access-server: download openvpn for Ubuntu on openvpn.net. On the link above i only see support for ubuntu 10 and below.
1
vote
1answer
4k views

Setting up ovpn connect for iPhone with no ovpn file

I have a working openvpn connection on a Ubuntu laptop. When I export it (using network-manager) I get a conf file. I need an ovpn file so I can configure my openvpn app on my iPhone. I also have a ...
0
votes
0answers
110 views

Need to set up network bridge over SSH

I need to set up a network bridge for OpenVPN but I am connecting over ssh so I need to do this without losing web connectivity on the server. I am using Ubuntu 12.04 LTS. I know the basics but I am ...
1
vote
1answer
439 views

Package network-manager-openvpn is not available, but is referred to by another package

I'm trying out Ubuntu's live cd and have booted in from a USB. I want to check if it will work with my VPN or not. I already have Network Manager installed, but when I go to Configure VPNs, I can only ...
0
votes
0answers
56 views

crt certificate not appearing in menu for selection

I'm trying to set up the VPN for my university on my laptop. I have downloaded to certificate file and put it in ~/misc/cacert.crt. When I try to set up the VPN, I click on the CA Certificate option ...
1
vote
1answer
133 views

OpenVPN struggling

I've got some problems with my OpenVPN setup. The Setup: -> Ubuntu Server 12.04 -> Two active NIC's: eth0 (default): 192.168.1.0/24 eth1: x.x.x.x (external ip) I've managed to get the routing to ...
0
votes
0answers
104 views

Openvpn tunnel freezes when there is any traffic after upgrade to 12.10

This is beyond weird. One of my remote VPN clients decided today to upgrade his 11.10 laptop to 12.10. Everything was working prior to that. Now, his OpenVPN client connects (as usual) and I can ...
0
votes
0answers
31 views

How can i create a openvpn tunel with just ipv6 address directly via GUI?

Good morning! I've been trying to create a tunel openvpn, it worked with ipv4 address, but i wanna know how can i create this connection with ipv6 address? Is it possible to do both, at the command ...
0
votes
1answer
529 views

OpenVPN Logs “IP Packet with unknown IP version=15”

On my OpenVPN server, I'm getting messages from OpenVPN like: ovpn-server[2455]: host/192.168.129.155:33454 IP packet with unknown IP version=15 seen I have three OpenVPN clients and each of them ...
1
vote
0answers
259 views

OpenVPN fails with invalid secrets

I followed these set of instructions: https://www.ipredator.se/guide/openvpn/ubuntu/gnome But unfortunately, when I connect it fails saying that invalid secrets are the cause. I'm quite sure that my ...
1
vote
0answers
277 views

Setting up bridge to tun0 (OpenVPN)

I have two networks, with one machine that is supposed to act as bridge between them. The bridge host is a Ubuntu 12.04 (64bit) connecting via OpenVPN to a remote network. The local network is ...
11
votes
2answers
1k views

How to configure an OpenVPN Client Router

I am attempting to set up an OpenVPN Router so that I may connect my tablet (wireless) and Blu-Ray (wired) to a paid VPN service in another country on Ubuntu 12.10. I have successfully done this using ...
1
vote
1answer
489 views

how to auto start openvpn (client) on ubuntu cli?

I have an *.ovpn file that works if I type in sudo openvpn client.ovpn Now I would like to start up openvpn when I boot the computer. It's a headless version of ubuntu if that matters. 12.04 64bit. ...

1 2 3