Skip to main content
Fullmoon
New Member
February 15, 2016
Question

FortiClient Update to FMGR

  • February 15, 2016
  • 1 reply
  • 6346 views

Hello Fellas,

 

Hope I could get any help.

 

My Fortigate 1200D already managed by FMGR, I installed Forticlient to my several computer, now how do I check if Forticlient gets its update from FMGR not in internet?

 

Under Fortigate, Forticlient Profile-->Default Profile--> I set to ON Use Fortimanager for client software/sig update

 

BR,

Fullmoon

 

    1 reply

    Fullmoon
    FullmoonAuthor
    New Member
    February 24, 2016

    has anybody in this forum tried to configure forticlient getting its av update thru fortimanager? thanks

    Chris_Lin_FTNT
    Staff
    Staff
    February 24, 2016

    When FortiClient gets update from FDS, its configuration usually looks like this:

    <update> <use_custom_server>0</use_custom_server> <server /> <port>80</port> <timeout>60</timeout> <failoverport /> <fail_over_to_fdn>1</fail_over_to_fdn> <auto_patch>0</auto_patch> <update_action>notify_only</update_action> <scheduled_update> <enabled>1</enabled> <type>interval</type> <daily_at>01:00</daily_at> <update_interval_in_hours>1</update_interval_in_hours> </scheduled_update> </update>

     

    You can backup your FortiClient config to see what it looks like.

    Fullmoon
    FullmoonAuthor
    New Member
    February 25, 2016

    Hi Chris,

    Thanks for the inputs. Pls see my xml looks like

     <use_custom_server>1</use_custom_server>             <server>10.2.2.102</server>------------->>My Fortimanger IP             <port>80</port>             <timeout>60</timeout>             <failoverport />             <fail_over_to_fdn>1</fail_over_to_fdn>             <auto_patch>0</auto_patch>             <update_action>notify_only</update_action>             <scheduled_update>                 <enabled>1</enabled>                 <type>interval</type>                 <daily_at>01:00</daily_at>                 <update_interval_in_hours>1

     

    But everytime my forticlient start to update it give failed update result.

    From workstations I can confirmed that Fortimanager is reachable.