DHCP Error

fej78

Cadet
Joined
Dec 29, 2019
Messages
2
Hi Mates,

I am seeing the below error.

dhclient[58809]: unknown dhcp option value 0xe0


Can you help me? thanks!
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Hi Mates,

I am seeing the below error.

dhclient[58809]: unknown dhcp option value 0xe0

Can you help me? thanks!
What system is receiving a DHCP address, your FreeNAS?
 

XStylus

Dabbler
Joined
Nov 22, 2017
Messages
20
Hi Mates,

I am seeing the below error.

dhclient[58809]: unknown dhcp option value 0xe0


Can you help me? thanks!

I realize this is a necropost, but I may have an answer to help point you (or others) in the right direction.

What you're running into is DHCP option 224, which is specific to Fortigate DHCP servers. If you're comfortable with Fortigate's command-line interface, here's how you disable it:

config system dhcp server
edit <insert VLAN ID here>
set forticlient-on-net-status disable


That worked for me, though unfortunately I haven't found a corresponding setting via Fortigate's GUI.
 
Top