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

WAF and SSL remote access

Hi, we're currently using ssl vpn on the utm for remote access, and are currently considering beginning to use WAF as well for securing our Internet facing servers. We have only 1 external IP address. Can we run the ssl VPN on port 443 and at the same time publish our servers with https on port 443 as well with only 1 ip or must we move one of the services over to a new port?

/Andy


This thread was automatically locked due to age.
Parents
  • You can switch SSL VPN protocol from TCP to UDP in Server settings in order to avoid the conflict with WAF.

    Bad news are that you will probably have to deploy new config files to current users:

    [FONT="Courier New"]client
    dev tun
    proto tcp
    remote edge.***.com 443[/FONT]
Reply
  • You can switch SSL VPN protocol from TCP to UDP in Server settings in order to avoid the conflict with WAF.

    Bad news are that you will probably have to deploy new config files to current users:

    [FONT="Courier New"]client
    dev tun
    proto tcp
    remote edge.***.com 443[/FONT]
Children
No Data