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
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
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
FortiAnswers is the space dedicated to FortiSASE and FortiOS questions and suggestions.
1 Person is following this question.