You are not logged in.
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
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
Offline
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
Hi,
Check out if you changed your VPN IP address assignment range.
Offline