Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
kkosiek
New Contributor

No bookmarks with DHCP and FSSO

Hello, I have ForiWiFi 40C, i can`t do DHCP reservation. In GUI bookmark DHCP doesn`t exist, in CLI in Config->System->DHCP-> reservation doesn`t exist too. FSSO Setting are visible only in CLI, in my FortiGate 100D this setings are visible in GUI and CLI and a can do DHCP reservations without problem from GUI and CLI. On booth device FortiOS version is 5.2. What can i do with this problem ?
Krzysztof Kosiek
Krzysztof Kosiek
3 REPLIES 3
TuncayBAS
Contributor II

The new firmware is done through the DHCP settings interface. For the sake of example:
 config system dhcp server
     edit 3
         set default-gateway 192.168.5.1
         set dns-service default
         set interface " internal" 
             config ip-range
                 edit 1
                     set end-ip 192.168.5.254
                     set start-ip 192.168.5.2
                 next
             end
         set netmask 255.255.255.0
             config reserved-address
                 edit 1
                     set ip 192.168.5.14
                     set mac 90:18:7c:aa:3c:1b
                 next
                 edit 2
                     set description " Galaxy Note II" 
                     set ip 192.168.5.56
                     set mac 38:aa:3c:bc:26:21
                 next
                 edit 3
                     set description " Galaxy Note 10.1" 
                     set ip 192.168.5.156
                     set mac 20:02:af:bb:76:c6
                 next
             end
     next
 end
 
as such.

Tuncay BAS RZK Muhendislik Turkey NSE 4 5 6 FCESP v5

Tuncay BAS RZK Muhendislik Turkey NSE 4 5 6 FCESP v5
kkosiek
New Contributor

Thanks a lot :)
Krzysztof Kosiek
Krzysztof Kosiek
MikePruett
Valued Contributor

Yeah the 40C has a lot of stuff that HAS to be done via CLI unfortunately. The features are there they are just hidden from the GUI
Mike Pruett Fortinet GURU | Fortinet Training Videos
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors