I have a VOIP installer that needs a few DHCP Options, 156 or 66, and Option 4
I have to do this on the fly because of my schedule. Anyone have the config commands to do this?
I have a VOIP installer that needs a few DHCP Options, 156 or 66, and Option 4
I have to do this on the fly because of my schedule. Anyone have the config commands to do this?
My example:
/ip dhcp-server option
add code=66 name=option66 value=http://192.168.0.56/
/ip dhcp-server network
add address=192.168.1.0/24 comment=“” dhcp-option=option66 dns-server=4.2.2.2,8.8.8.8 gateway=192.168.1.1