Thread: OpenVPN server issue
hello,
since december, i'm trying configure openvpn server on vps (xeneurope, offer 512ram, on ubuntu.
problem every time set server up, can create user, run these users, etc... few days latter, can connect server there no internet connexion. @ point, can't create new users, have uninstall/install openvpn , process....
have idea solve issue?
use "easy-rsa" openvpn.
server.conf
# serveur tcp/443
mode server
proto tcp
port 443
dev tun
# cles et certificats
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
tls-auth ta.key 0
cipher aes-256-cbc
# reseau
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option dns 4.4.4.4"
push "dhcp-option dns 8.8.8.8"
keepalive 10 120
# securite
user nobody
group nogroup
chroot /etc/openvpn/jail
persist-key
persist-tun
comp-lzo
# log
verb 3
mute 20
status openvpn-status.log
log-append /var/log/openvpn.log
client.conf
a.b.c.d solved with# client
client
dev tun
proto tcp-client
remote a.b.c.d 443
resolv-retry infinite
cipher aes-256-cbc
# cles
ca ca.crt
cert myvpn.crt
key myvpn.key
tls-auth ta.key 1
# securite
nobind
persist-key
persist-tun
comp-lzo
verb 3
i don't think it's because of openvpn, maybe because of ubuntu (my version 10.04)wget -qo- whatismyip.org
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] OpenVPN server issue
Ubuntu
Comments
Post a Comment