FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Not applicable
Article Id 197997

Article

Description Reserving a DHCP IP address for a particular MAC address.
Components
  • All FortiGate units in NAT mode
Steps or Commands

You can configure the FortiGate unit to assign specific IP addresses to a computer, based on its MAC address.

Use the CLI command config system dhcp reserved-address to reserve an IP address for a particular client identified by its device MAC address and type of connection. The DHCP server then always assigns the reserved IP address to the client. The number of reserved addresses that you can define ranges from 10 to 200 depending on the FortiGate model.

Use the following commands :

config system dhcp reserved-address
   edit <name_str>
     set ip <address_ipv4>
     set mac <address_hex>
     set type {regular | ipsec}
   end

!! Note : an IP address bound to a MAC address must be in the range of IP addresses (start-ip to end-ip) from an existing DHCP server already configured on the FortiGate.

For more details about DHCP configuration , see the FortiGate CLI Reference.or related articles here below.

 

Related Articles

Configuring a DHCP Server on a FortiGate unit - REMOVED from public KB

Technical Tip: Using DHCP server 'options' on a FortiGate

Technical Tip: Diagnosing DHCP on a FortiGate

Contributors