Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem with SSL COnnection after 8.201 Update

Hi

i have some Problems with the SSL VPN Connection after update to 8.201.
One day ago, the ssl vpn worked fine.

Tue Aug 16 09:10:03 2011 OpenVPN 2.1.1 i686-pc-cygwin [SSL] [LZO2] built on May  7 2010

Tue Aug 16 09:10:07 2011 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).
Tue Aug 16 09:10:07 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue Aug 16 09:10:07 2011 LZO compression initialized
Tue Aug 16 09:10:07 2011 Control Channel MTU parms [ L:1556 D:140 EF:40 EB:0 ET:0 EL:0 ]
Tue Aug 16 09:10:08 2011 Data Channel MTU parms [ L:1556 D:1450 EF:56 EB:135 ET:0 EL:0 AF:3/1 ]
Tue Aug 16 09:10:08 2011 Local Options hash (VER=V4): '619088b2'
Tue Aug 16 09:10:08 2011 Expected Remote Options hash (VER=V4): 'a4f12474'
Tue Aug 16 09:10:08 2011 Attempting to establish TCP connection with XX.XX.XX.XX:443
Tue Aug 16 09:10:29 2011 TCP: connect to XX.XX.XX.XX:443 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)


The same Problem on 3 Machines.

Also i can't get on the UserPortal from external or internal adresses (after a rebootet internal access works).

Any idea or solutions?

Greetings and thanks

Daniel


This thread was automatically locked due to age.
Parents
  • for some reason I can't set up a ticket with MyAstaro with the home license
    There's no support with a home license.

    If they can confirm that this is a bug or have a fix, please post back here.  Might help others in future.
Reply
  • for some reason I can't set up a ticket with MyAstaro with the home license
    There's no support with a home license.

    If they can confirm that this is a bug or have a fix, please post back here.  Might help others in future.
Children
  • The solution was to reset the openvpn servers on the v7 boxes. (instructions for doing in SSH session below) It seems that when I upgraded the v8 box to v8.2, the sessions on the v7 boxes got hung. In order to clear it so that new connections can be made, we had to reset the server entirely on both v7 boxes. The VPNs now work.


    SSH commands to reset openvpn server:


    1.  Stop the daemon:
    /var/mdw/scripts/openvpn stop

    2. Verify that there are no openvpn processes running, by running the following:

    ps -ef | grep -i openvpn

    If there are openvpn process running, run the following:
    killall openvpn

    If you rerun the "ps -ef | grep -i openvpn" command, you should no longer see the
    openvpn process.

    3.  Start the daemon:
    /var/mdw/scripts/openvpn start