Question
DHCP search domain
Hi everyone,
We have our forti setup as DHCP server for our network, it has a search domain defined in the system DNS settings and the DHCP settings for vlans are set to use system default settings, however the search domain is not being passed to clients.
Any ideas?
Tech: 2x 1100E A-A
FortiOS: 7.0.0
config system dns
set primary x.x.x.x
set secondary y.y.y.y
set domain "our.search.domain"
end
config system dhcp server
edit x
set dns-service default
set default-gateway x.x.x.x
set netmask 255.255.252.0
set interface "some-interface"
config ip-range
edit 1
set start-ip x.x.x.16
set end-ip x.x.x.254
next
end
next
end
