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

SSL VPN Exiting due to fatal error

Hi,

All of a sudden one user having problem connecting to SSL VPN ( check the enclosed error).

Other users are connected. this specific user was worked fine till yesterday and from today without any changes in the laptop the issue raised .

we have even restarted and tried. same error



This thread was automatically locked due to age.
Parents
  • I think thi sis IPv6 related but am unsure how this information applies to your VPN environment or the user's WAN connection.

    open_tun, tt->ipv6=0

    In an old mailing list I found this code:

    >>      if (tt->type == DEV_TYPE_TUN)
    
    >>      {
    >> -        if (!tt->did_ifconfig_setup)
    >> +        if (!tt->did_ifconfig_setup && !tt->did_ifconfig_ipv6_setup)
    >>          {
    >> -            msg(M_FATAL, "ERROR: --dev tun also requires --ifconfig");
    >> +            msg(M_WARN|M_INFO, "WARNING: neither ifconfig nor
    >> ifconfig-ipv6 specified");
    >>          }

    Which VPN Client and version is used? Log snip reads like an old VPN Client.

Reply
  • I think thi sis IPv6 related but am unsure how this information applies to your VPN environment or the user's WAN connection.

    open_tun, tt->ipv6=0

    In an old mailing list I found this code:

    >>      if (tt->type == DEV_TYPE_TUN)
    
    >>      {
    >> -        if (!tt->did_ifconfig_setup)
    >> +        if (!tt->did_ifconfig_setup && !tt->did_ifconfig_ipv6_setup)
    >>          {
    >> -            msg(M_FATAL, "ERROR: --dev tun also requires --ifconfig");
    >> +            msg(M_WARN|M_INFO, "WARNING: neither ifconfig nor
    >> ifconfig-ipv6 specified");
    >>          }

    Which VPN Client and version is used? Log snip reads like an old VPN Client.

Children
No Data
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?