Skip to main content
lokutus25
New Member
June 6, 2017
Question

Unable to create a policy from ssl.root to a VIP Address in FOrtiOS 5.4

  • June 6, 2017
  • 1 reply
  • 8107 views

I have a VIP address that is available to my internal users. It's not linked to a specific interface (any) so the fortigate listen on all the interfaces.

From GUI I cant create a policy with source ssl.root and destination the vlan were the VIP belongs to, it give an error.

Does anyone noticed this behavior? I was able to create such policy in FortiOS 5.2.

Thanks for any feedback!

    1 reply

    emnoc
    New Member
    June 6, 2017

    What is the error? Can you do it from the CLI ? Was it working b4  5.4 ?

     

    Ken

    lokutus25
    lokutus25Author
    New Member
    June 6, 2017

    Hi, the error is "Some changes failed to save". On FOrtiOS 5.2.X I can create policy like this.

    Thanks!

     

    emnoc
    New Member
    June 6, 2017

    Try it from the command line copy the  configuration to  this thread

     

    e.g

     

    config firewall policy     edit 2092         set uuid 4ba384b4-2acf-51e7-0625-d4a5431bbd04         set srcintf "ssl.root"         set dstintf "NETWORKRED01"         set srcaddr "SSLVPN_TUNNEL_ADDR1"         set dstaddr "VIP_WEBSERVER01         set action accept         set schedule "always"         set service "HTTP" "HTTPS" "PING"     next end