Openvpn AS web gui exits after start
Posted: Thu Oct 29, 2020 6:54 pm
So, I did read lots of instructions and it was pointed out that this is caused by kernel in most cases.
I have CentOS 7.x installed on two separate server machines, both running CWP, one free and other pro version.
On both machines installed identical CentOS minimal versions, along with CSF.
On server with CWP Pro, OpenvpnAS installed and working, but web gui fails to work as it just starts briefly and exits.
On server with CWP free version, everything worked from first try.
Kernel version:
3.10.0-1127.13.1.el7.x86_64
Loaded iptables modules:
I tried many times to reinit settings, even removing access server and reinstalling from start again, each time it installs and then fails on start.
VPN server itself works fine, I was able to generate profile from CLI.
Is there something I missed here, or something I could modify to at least see some debug info on why web gui process exits ?
I have CentOS 7.x installed on two separate server machines, both running CWP, one free and other pro version.
On both machines installed identical CentOS minimal versions, along with CSF.
On server with CWP Pro, OpenvpnAS installed and working, but web gui fails to work as it just starts briefly and exits.
On server with CWP free version, everything worked from first try.
Code: Select all
2020-10-23T02:21:35+0200 [stdout#info] [WEB] OUT: '2020-10-23T02:21:35+0200 [stdout#info] Web server running as UID 1032'
2020-10-23T02:21:36+0200 [stdout#info] [WEB] OUT: '2020-10-23T02:21:36+0200 [stderr#error] Server agent has died, web server shutting down'
3.10.0-1127.13.1.el7.x86_64
Loaded iptables modules:
Code: Select all
lsmod | grep iptable
iptable_filter 12810 1
iptable_raw 12678 0
iptable_mangle 12695 1
iptable_nat 12875 1
nf_nat_ipv4 14115 1 iptable_nat
ip_tables 27126 4 iptable_filter,iptable_mangle,iptable_nat,iptable_raw
VPN server itself works fine, I was able to generate profile from CLI.
Is there something I missed here, or something I could modify to at least see some debug info on why web gui process exits ?