FortiWeb
A FortiWeb can be configured to join a Security Fabric through the root or downstream FortiGate.
Nishtha_Baria
Article Id 276139
Description This article describes an explanation of the 'use-interface-macs' parameter in FortiWeb's Virtual Zone (V-Zone) configuration and offers guidance on its usage.
Scope FortiWeb.
Solution

FortiWeb is a Web Application Firewall (WAF) designed to protect web applications from a variety of threats. In FortiWeb's configuration, the 'use-interface-macs' parameter under V-Zone settings plays a role in network traffic management and security. Understanding this parameter is essential for effective FortiWeb configuration.

 

Understanding the 'use-interface-macs' Parameter:

The 'use-interface-macs' parameter is a setting within the V-Zone configuration in FortiWeb. This parameter controls whether FortiWeb uses the MAC (Media Access Control) addresses of its interfaces for V-Zone communication or if it uses the routing table for traffic forwarding.

 

Usage of the 'use-interface-macs' Parameter:

Here is how to understand and use the 'use-interface-macs' parameter in FortiWeb V-Zone configuration:

 

  1. Parameter Values:
    This parameter can have two values: 'enable' or 'disable'.

  2. Enable ('use-interface-macs enable'):

When set to 'enable', FortiWeb will use the MAC addresses of its interfaces for V-Zone communication. This means that FortiWeb will use its interface MAC addresses to determine how to forward traffic between V-Zones.

 

This mode is generally suitable for scenarios where you have multiple V-Zones connected to different physical interfaces on FortiWeb, and one wants to ensure that traffic between these V-Zones is processed according to the interface-specific routing.

 

  1. Disable ('use-interface-macs disable'):

    When set to 'disable', FortiWeb will use the routing table to determine how to forward traffic between V-Zones. In this mode, MAC addresses are not used to make forwarding decisions.

    Disabling 'use-interface-macs' is typically useful in scenarios where it is wanted to treat traffic between V-Zones based on their IP routing and configuration rather than relying on the physical interface MAC addresses.

     

     

  2. Considerations:

    The choice of whether to enable or disable 'use-interface-macs' depends on the network architecture and requirements. Consider the network topology and how one wants FortiWeb to manage traffic between V-Zones.

     

Configuration Example:

Here is an example of how to configure the 'use-interface-macs' parameter in FortiWeb:

config system v-zone
    edit VZone1
        set use-interface-macs enable
    next
end

 


In this example, 'use-interface-macs' is set to 'enable' for 'VZone1'.

 

The 'use-interface-macs' parameter in FortiWeb's V-Zone configuration determines how FortiWeb manages traffic between Virtual Zones, whether by relying on the MAC addresses of its interfaces or by using the routing table. Understanding and configuring this parameter appropriately is essential for optimizing network traffic management and security in the FortiWeb deployment.

 

When configuring FortiWeb's V-Zones, consider the specific network requirements and topology to determine whether to enable or disable 'use-interface-macs' for each V-Zone.