Skip to main content
Steaven_K
New Member
November 25, 2021
Question

Release for specific MAC address with dhcp server

  • November 25, 2021
  • 1 reply
  • 3093 views

Is it possible to release for a specific MAC address with a dhcp server?

 

Example)
1. Release 192.168.1.10~192.168.1.20 MAC addresses starting with AA:BB:CC
2. Everything else is released from 192.168.1.100 to 192.168.1.200

 

Thank you.

 

FortiGate 

 

1 reply

ESCHAN_FTNT
Staff
Staff
November 25, 2021

Hi Steaven_K

 

I am not so sure if you are looking to match the just the first 3 octet of the MAC address. If yes, I don't think so we can do that. However, for specific MAC address, we can actually do DHCP reservation:-

 

config system dhcp reserved-address

edit User1

set ip 10.10.10.55

set mac 00:09:0F:30:CA:4F

set type regular

end

 

Reference: https://docs.fortinet.com/document/fortigate/6.0.0/handbook/876572/assigning-ip-address-by-mac-address

Steaven_K
Steaven_KAuthor
New Member
November 25, 2021

Hi ESCHAN_FTNT

 

What I want is 3 octets.
The purpose is to give IP to multiple VoIP terminals in a specific range. (It is difficult to do with the above content because there are more than 100 terminals)

 

Thank you.