Fortigate Static DHCP Leases | Reserved Addresses

Veröffentlicht von

Um mit einer Fortinet Fortigate Firewall eine MAC-gebundene statische IP-Adresse an einen Client zu vergeben, ist es nötig per Console auf die Firewall zuzugreifen, im Webinterface kann diese Option leider nicht gesetzt werden. Die Console erreicht man per telnet oder ssh, auch auch im Webinterface im CLI Fenster.

In order to assign a specific IP to a client computer via dhcp u can use the following commands:

config system dhcp reserved-address
edit "Oliver"
set ip 192.168.1.10
set mac 00:21:70:00:00:00
next
end

Die bestehenden Einträge können mit folgendem Befehl angezeigt werden:
Existing reserved dhcp adress leases can be viewed by using this command:

config system dhcp reserved-address
show

You can only configure it in CLI so you will need to access via Console, Telnet, or via web(The console in the status Dashboard).