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 @ Port 80

I would like to use SSL VPN, but I need the Port 443(https) for my Exchange OWA.
Is there any security issue with moving the SSL VPN Port to Port 80? The reason i woul like to use port 80 is because the internet cafe I visit blocks all ports but 80 and 443.
Or is there any way I can have a NAT Rule for https and use SSL VPN at the same port.

Version 7.201 @ Vmware Server 1.06


This thread was automatically locked due to age.
  • The new version of OpenVPN supports port sharing. But only under Linux. Ok, of course Astaro is Linux, but not really a completely open system. You'd probably have some work ahead of you to update the integrated openvpn installation to a new version.

    If you're already using vmware, you might just create a new vm explicitely for a small debian installation where you'd setup the openvpn server with port sharing enabled.
    From Astaro all connections on port 443 are NATed to that linux where OpenVPN and a webserver are listening on the same port.

    But that's not the end of the story. As you speak of Exchange OWA it becomes clear that you're using IIS. You might configure an Apache to forward requests to the IIS ("Reverse Proxy").

    But it shouldn't be a problem to use port 80.