deterministik

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by deterministik

  1. I read somewhere that running vpn client on server is not recommended due to security concerns, correct? Any recommended IP-TABLES rules to apply?? Anyway here is how i deployed this plugin, works great! For those who use OVPN.se mkdir /boot/openvpn && cd /boot/openvpn wget https://files.ovpn.com/linux/ovpn-se.zip && unzip ovpn-se.zip && mv config/* /boot/openvpn && rm -rf config && rm ovpn-se.zip WORKING CONFIG FROM OVPN.SE (taken from ubuntu example) client dev tun proto udp remote pool.prd.se.ovpn.com 1194 # resolves to multiple VPN servers in location remote pool.prd.se.ovpn.com 1195 # resolves to multiple VPN servers in location remote-random mute-replay-warnings replay-window 256 remote-cert-tls server cipher aes-256-cbc pull nobind reneg-sec 432000 resolv-retry infinite comp-lzo verb 1 persist-key persist-tun auth-user-pass ca ovpn-ca.crt tls-auth ovpn-tls.key 1 Configure client in settings admin page, save and start then check ur external ip in CLI: curl ipinfo.io/ip