Linux Autoload not working

This forum is for general conversation and user-user networking.

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

Post Reply
tdukes
OpenVpn Newbie
Posts: 1
Joined: Sun Jan 02, 2022 6:26 pm

Linux Autoload not working

Post by tdukes » Sun Jan 02, 2022 6:44 pm

Hello,

I am running OpenVPN on an AWS server. I can connect my Windows PCs, and other devices via OpenVPN apps. I can connect my Centos 8 server by command line but cannot get the autoload feature to work.

I'm stumped. Been at this for about 1-1/2 days.

My .autoload file:
Server Config

{
"autostart": true,
"user-auth": {
"autologin":true,
"username": "openvpn",
"password": "password"
}
}


The openvpn3.service is enabled and running on the Centos server. No errors whatsoever. Its just won't connect.

In the .autoload file, I also tried the username "openvpn@x.x.x.x" as i use to connect other devices with the OpenVPN apps to the AWS server.

Any help would be greatly appreciated!

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Linux Autoload not working

Post by TinCanTech » Sun Jan 02, 2022 7:16 pm

For Openvpn3 support, please look here:https://github.com/OpenVPN/openvpn3/issues

Post Reply