Port-sharing with OpenVPN
I was reading the Change log for the RC19 when i came across this part:
Quote:
--port-share host port
When run in TCP server mode, share the OpenVPN port with another application,
such as an HTTPS server. If OpenVPN senses a connection to its port which is
using a non-OpenVPN protocol, it will proxy the connection to the server at
host:port. Currently only designed to work with HTTP/HTTPS, though it would
be theoretically possible to extend to other protocols such as ssh.
Not implemented on Windows.
I know that Openvpn in untangle use UDP but if the end user hade a choice to use TCP and port-share then one less port would needed to be open.
Or binding it to the remote admin port.
This is just me thinking...
Why is it that by default only UDP is enabled
I am currently using OpenVPN to connect to systems that sit behind a customer's firewall and they block practically every port except for just a few. My plan was to use the Untangle box as a secondary OpenVPN server on TCP port 443 but found that it was limited to UDP ports. I guess I am just trying to understand the reason for this limitation? The fact of the matter is that it would be way too much work to get several hundred customers to create a new firewall rule for a blocked UDP port versus using TCP port 443 which is already open.