Skip to main content
payday
New Member
November 13, 2014
Solved

FortiClient downloading updates from Fortimanager. Which port?

  • November 13, 2014
  • 1 reply
  • 3823 views

I've created config file to automate signatures download. I can't find in documentation which port numer is used to comunicate with FortiManager (bold one below)?

 

 

<update>             <use_custom_server>1</use_custom_server>             <server>10.0.10.123</server>             <port>8890</port>             <timeout>60</timeout>             <failoverport>443</failoverport>             <fail_over_to_fdn>0</fail_over_to_fdn>             <update_action>notify_only</update_action>             <scheduled_update>                 <enabled>1</enabled>                 <type>interval</type>                 <daily_at>03:00</daily_at>                 <update_interval_in_hours>3</update_interval_in_hours>             </scheduled_update>         </update>

Best answer by Chris_Lin_FTNT

The default port is probably 80.

 

See the following FortiManager config:

FMG-VM64 # config fmupdate fct-services

(fct-services)# get status : enable port : 80

 

1 reply

Chris_Lin_FTNT
Staff
Staff
November 17, 2014

The default port is probably 80.

 

See the following FortiManager config:

FMG-VM64 # config fmupdate fct-services

(fct-services)# get status : enable port : 80