help with an openvpn server

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
huliospps
OpenVpn Newbie
Posts: 2
Joined: Tue Sep 10, 2019 10:03 am

help with an openvpn server

Post by huliospps » Tue Sep 10, 2019 3:08 pm

hi, i'd like to install a openvpn server (+ a proxy) that create a ovpn file like this:

but i need a guide to install it on an ubuntu server (aws)

[oconf=]

client
dev tun
proto tcp
remote myipaddress 1194
http-proxy myipaddress 53
http-proxy-retry
resolv-retry infinite
cipher AES-256-CBC
redirect-gateway

# Keys
# Identity
key-direction 1
remote-cert-tls server
auth-user-pass
auth-nocache

# Security
nobind
persist-key
persist-tun
comp-lzo
verb 3


<key>... :?

[/oconf]

Post Reply