For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

marian_57792's avatar
marian_57792
Icon for Nimbostratus rankNimbostratus
Apr 08, 2015

change SSL port for LTM management

Hello folks,

 

how can I change management port from 443 to different port ? I see it already configured on different LTM under the http daemon. I did not find any reference.

 

list sys httpd sys httpd { auth-pam-dashboard-timeout on ssl-include "Listen 8020

 

Thx

 

7 Replies

  • Acctually I do not want to change ssl port just add different port for managment purpose .

     

  • I think it's not possible (at least not documented). TMSH command "list sys httpd sys httpd" do not show any of such option.

     

    • cjunior's avatar
      cjunior
      Icon for Nacreous rankNacreous
      Sorry, I did not understand. Can you explain?
    1. Use SSH to log in to the virtual machine using the Public IP address.
    2. Move the port that is used to access the user interface from port 443 to some other port (such as 8443) using a tmsh command. modify sys httpd ssl-port 8443
    3. Add your new port (8443 in this example) to the default self allow port list (required for single NIC deployment) using a tmsh command. modify net self-allow defaults add { tcp:8443 }
    4. From the tmsh prompt, save the changes to the system configuration. save sys config
    5. End the SSH session on the virtual machine.