Forums

Resolved
0 votes
Hello,

Recently the Static IPsec VPN page is not loading, it just goes blank.

Source code only shows this.
<input id='clearos_app_name' value='static_vpn' type='hidden'>
<input id='clearos_daemon_name' value='ipsec' type='hidden'>
<input id='clearos_daemon_status_lock' value='off' type='hidden'>

Does anybody knows what to do?.

Regards.
In VPN
Tuesday, November 25 2014, 02:37 PM
Share this post:
Responses (5)
  • Accepted Answer

    Thursday, November 27 2014, 03:54 PM - #Permalink
    Resolved
    0 votes
    Any more clues in /var/log/webconfig/error_log?

    Have you tried restarting the IPsec service manually?
    service ipsec restart
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 26 2014, 10:56 PM - #Permalink
    Resolved
    0 votes
    HI,

    I increased the memory and restarted the webconfig but still the same, doesn't load the Static IPsec VPN.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 26 2014, 11:22 AM - #Permalink
    Resolved
    0 votes
    Hmm looks like the webconfig service ran out of memory - likely due to a runaway script? your log entry suggests a dashboard script, try restarting the webconfig service?
    service webconfig restart
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 25 2014, 11:55 PM - #Permalink
    Resolved
    0 votes
    'rpm -qa | grep -e vpn -e swan

    app-openvpn-plugin-core-1.1.0-1.v6.noarch
    openvpn-2.2.2-1.el6.x86_64
    app-static-vpn-1.4.2-1.v6.noarch
    openswan-2.6.32-27.2.el6_5.x86_64
    app-openvpn-core-1.5.15-1.v6.noarch
    app-ibvpn-core-1.0.9-1.v6.noarch
    app-openvpn-1.5.15-1.v6.noarch
    app-ibvpn-1.0.9-1.v6.noarch
    app-static-vpn-core-1.4.2-1.v6.noarch

    Also found this on webconfig log [error_log]

    [Tue Nov 25 09:25:11 2014] [error] [client 190.85.XXX.XXX] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted
    (tried to allocate 97 bytes) in /usr/clearos/apps/base/libraries/Shell.php on line 200, referer: https://190.85.XXX.XXX:81/app
    /dashboard

    Which is arround 380MB for scripting... which I think is very hight .. php.ini looks like

    memory_limit = 384M
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 25 2014, 09:06 PM - #Permalink
    Resolved
    0 votes
    Hi Jorge, that's strange as there have been no recent changes to the app

    If that's all the source code your getting then something is wrong with the page generation as you're missing all the theme content

    What's the output of 'rpm -qa | grep -e vpn -e swan'
    The reply is currently minimized Show
Your Reply