question

support-5 avatar image
0 Likes"
support-5 asked

Configure DHCP Custom Options 66 on a FortiGate

Hi,

We are changing our telephony provider and they are asking us to configure option 66 of our DHCP server with an URL like https://tftpserver.provider.com.

Any clue on this?

Thank you for your help

FortiGate
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Jose Lozano avatar image
0 Likes"
Jose Lozano answered

Hi,

You can create it via cli as a FQDN. Or try to create the same option with type string and paste the URI with the https://

config system dhcp server
    edit 8
        set dns-service default
        set default-gateway 192.168.11.254
        set netmask 255.255.255.0
        set interface “port1”
        config ip-range
            edit 1
                set start-ip 192.168.11.2
                set end-ip 192.168.11.254
            next
        end
        config options
            edit 66
                set code 66
                set type fqdn
                set value "tftpserver.provider.com"
            next
        end
    next
end


Regards

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Welcome to FortiAnswers

FortiAnswers is the space dedicated to FortiSASE and FortiOS questions and suggestions.

  • Please review the Community guidelines
  • If you are a moderator, please refer to the Moderation guidelines
  • If something in the above guidelines is unclear, please post your question to the Community Feedback space or the Moderators' space