You are not logged in.

#1 2015-11-10 23:16:42

Smallville
Member
Registered: 2014-11-12
Posts: 62

Openvpn Inactivity timeout

HI all i really need help on my openvpn setup, i have installed openvpn last version from aur and i use unbound for my dns leak and cache.
The problem is my openvpn conection drop every 5/10 minutes.

Heres my openvpn log  http://pastebin.com/2fVm1px2

Heres my openvpn client.ovpn

 
client
dev tun
proto udp
remote lu1-ovpn-udp.purevpn.net 53
persist-key
persist-tun
ca ca.crt
tls-auth Wdc.key 1
cipher AES-256-CBC
comp-lzo
verb 6
mute 20
route-method exe
route-delay 2
route 0.0.0.0 0.0.0.0
auth-user-pass
auth-retry interact
explicit-exit-notify 2
ifconfig-nowarn
auth-nocache 
remote-cert-tls server
user nobody
group nobody

And heres my unbound.conf

server:
  use-syslog: yes
  username: "unbound"
  directory: "/etc/unbound"
  trust-anchor-file: trusted-key.key
  verbosity: 1
  num-threads: 2
  interface: 127.0.0.1
  port: 53
  do-ip4: yes
  do-ip6: no
  do-udp: yes
  hide-identity: yes
  hide-version: yes
  msg-cache-slabs: 4
  rrset-cache-slabs: 4
  infra-cache-slabs: 4
  key-cache-slabs: 4
  rrset-cache-size: 256m
  msg-cache-size: 128m
  so-rcvbuf: 1m

# Disable default rejection of 192.168/16 range
local-zone: "192.in-addr.arpa." nodefault

forward-zone:
    name: "blah.mycompany.com"
    forward-addr: 192.168.1.71

# Reverse DNS
forward-zone:
    name: "192.in-addr.arpa"
    forward-addr: 192.168.1.71

Im really apreciate some help, im on this issue like a month i cant use the vpn connection. I have read all and try all i know.

Thx in advance

Last edited by Smallville (2015-11-11 00:10:32)

Offline

#2 2015-11-10 23:28:50

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Openvpn Inactivity timeout

Why did you install from AUR and not the official repos?

Please use code tags when pasting to the boards:
https://wiki.archlinux.org/index.php/Fo … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-11-11 00:04:08

Smallville
Member
Registered: 2014-11-12
Posts: 62

Re: Openvpn Inactivity timeout

jasonwryan wrote:

Why did you install from AUR and not the official repos?

Please use code tags when pasting to the boards:
https://wiki.archlinux.org/index.php/Fo … s_and_code

Sry i made confusion, i install from official repos with pacman -S .

Last edited by Smallville (2015-11-11 00:11:05)

Offline

#4 2015-11-20 06:10:26

Elizine
Member
From: United Kingdom
Registered: 2015-10-07
Posts: 39
Website

Re: Openvpn Inactivity timeout

Hi,

Check out if you changed your VPN IP address assignment range.

Offline

Board footer

Powered by FluxBB