- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Release for specific MAC address with dhcp server
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.
- Labels:
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
