Community
User Guides
Support
Community
Help Forums
English Forum
General
About our Community
General Discussion
News and Feedback
Products
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Beta programs
Feature Requests
Finnish Forum (Tukifoorumi)
Tuotteet Kotiin
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Muut tietoturvatuotteet
Support Articles
Language
English
Suomi
Deutsch
Français
日本語
Svenska
Dansk
Italiano
Nederlands
Norsk
Polski
中文 (繁體)
Products & Services
F-Secure TOTAL
F-Secure SAFE / Internet Security / Anti-Virus
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Common topics
User Guides
Support
Login
|
Register
How to configure F-Secure Policy Manager Server to listen on multiple TCP ports for HTTPS traffic - F-Secure Community
<main> <article class="userContent"> <h3 data-version="3" data-article="000027641" data-id="issue">Issue:</h3> <p>In default configuration, Policy Manager Server listens to HTTPS traffic on port 443. However, if there is a requirement for changing this port, clients connected to the Policy Manager may end up in state where they are no longer able to communicate with the server.<br> </p> <h3 data-id="resolution">Resolution:</h3> <p>This article describes, how to configure port forwarding on the server running windows. Effectively, this allows the Policy Manager Server to listen to multiple TCP ports.<br><br>To accomplish this, we use "Netsh interface portproxy " documented <a rel="nofollow" href="https://docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-interface-portproxy ">here</a>.<br><br>Also ensure, the correct listening port is provided in the Policy Manager policy.<br><br>The following command forwards TCP port traffic from port 443 to port 444. (<b>Note:</b> PMS=Policy Manager Server):<br></p><ul><li> <pre class="code codeBlock" spellcheck="false" tabindex="0"><br>C:> netsh interface portproxy add v4tov4 listenaddress=<<b>insert PMS IP address> </b>listenport=443 connectaddress=<<b>insert PMS IP address></b> connectport=444</pre> </li></ul> To print the current settings: <ul><li> <pre class="code codeBlock" spellcheck="false" tabindex="0"><br>C:> netsh interface portproxy show all</pre> </li></ul> To remove the netsh portproxy forward from port 443 to 444: <ul><li> <pre class="code codeBlock" spellcheck="false" tabindex="0"><br>C:> netsh interface portproxy delete v4tov4 listenport=443 listenaddress=<<b>insert PMS IP address></b></pre> </li></ul> Remember to ensure, all configured TCP ports are open in the windows firewall on the server hosting PMS. <p>Article no: 000027641</p> </article> </main>