Skip to main content
chefedinga
Staff
Staff
March 20, 2026

Technical Tip: Behavior and limitation of having an interface in a zone on FortiGate

  • March 20, 2026
  • 0 replies
  • 605 views
Description This article describes the limitations and behavioral considerations when configuring interfaces as members of a zone on FortiGate firewalls. While zones help simplify firewall policy management by grouping interfaces, certain functional restrictions apply once an interface becomes part of a zone.
Scope
  • FortiGate/FortiOS.
  • Firewall policy configuration using zones.
Solution Background.

A zone on a FortiGate is simply a way to group several interfaces and treat them as a single object when creating firewall policies. This makes policy management easier, especially when multiple interfaces need to follow the same security rules, as it reduces the number of policies that must be created and maintained. 


However, once an interface is added to a zone, FortiOS applies certain restrictions that impact how interfaces are referenced across configurations.
These limitations are in place to keep the configuration consistent and to ensure traffic is processed in a clear and predictable manner.

Limitations/Behavior.

  1. Interfaces must be referenced as zones in policies.

Once one or more interfaces are added to a zone, a FortiGate Administrator cannot reference the individual interfaces directly in firewall policies; the zone name must be referenced instead. This can reduce granularity in some security rules if only specific member interfaces need unique treatment. This limitation also affects other policy-type configuration that references interfaces (e.g., local-in policies, VIPs in policies). Some users have noted that interfaces inside zones are not available in the drop-down when editing policies unless referenced by zone.

 

  1. Lack of Per-Interface Policy granularity.

Grouping interfaces removes the ability to individually control security policies targeting a specific VLAN or physical port inside the zone. If one interface needs a stricter or different rule than the others, that distinction must be handled through source/destination addressing or separate zones. This can make troubleshooting traffic flows more difficult, especially when traffic behavior differs across interfaces that share one zone.

 

  1. Restrictions when the interface is referenced elsewhere.

FortiOS may prevent adding an interface to a zone if that interface already exists in a firewall policy or other configuration (e.g., routing, VIPs). The interface must often be removed from those references before it can be included in a zone. This can require careful planning when redesigning policies or migrating interfaces into or out of zones.

 

  1. SD-WAN behavior with zones.

When interfaces become part of SD-WAN zones, they are treated differently: individual SD-WAN member interfaces cannot be used directly in policies; policies must reference the SD-WAN zone. However, interfaces can move between SD-WAN zones as needed. 

 

  1. Intra-zone traffic control.

FortiGate supports blocking or allowing traffic between interfaces inside the same zone using the intrazone setting. However, it is not possible to create a policy to control traffic between interfaces in the same zone unless that traffic explicitly uses the zone as both source and destination (e.g., creating an intra-zone policy).

This can complicate scenarios where fine-grained control inside the zone is needed.

 

  1. Impact on Management Tools.

When using FortiManager, interfaces mapped to zones locally on FortiGate may not be visible in the Device Manager until zone objects are also created on FortiManager and pushed. This can introduce synchronization challenges when managing devices centrally.


Best practices.

Plan zone usage early.

Create zones based on clear administrative and security boundaries. If an interface might need unique policies later, consider using individual interface references or smaller zones to avoid future rework.

 

Use zones to reduce policy duplication.

Zones are useful when multiple interfaces share identical policy requirements; this simplifies maintenance and reduces misconfiguration risk.

 

Verify references before adding to the zone.

Audit policies and other configurations to ensure interfaces are not referenced elsewhere before adding them to a zone.

Related documents:

  • Zones: Firewall policies can reference zones, but not individual interfaces, once they are members of a zone.
  • Modify Interface-Zone Mapping: Interfaces assigned to a zone must be unmapped before reuse; zones must be created and mapped in FortiManager to be visible in policies.