Forums

Resolved
0 votes
Hello,

A company that I do some work for is in the process of getting new phones. The phone vendor asked me if I could add a DHCP option 132 to the firewall.

I googled around and found some good information, but I haven't been able to get it to work. I think I just don't know how the syntax should be.

Currently in /etc/dnsmasq.d/dhcp.conf I've added the following, but no luck.


dhcp-option=132,string
dhcp-option=6


My entire dhcp.conf looks like this:

dhcp-option=eth1,1,255.255.255.0
dhcp-option=eth1,28,192.168.16.255
dhcp-option=eth1,3,192.168.16.254
dhcp-option=eth1,6,8.8.8.8,24.25.5.60,24.25.5.61
dhcp-range=eth1,192.168.16.125,192.168.16.175,24h
read-ethers

dhcp-option=132,string
dhcp-option=6


I've also tried referencing the interface, but still no luck

dhcp-option=eth1,132,string
dhcp-option=eth1,6


I'd be grateful if anyone can show me where I'm going wrong. Thanks!
Friday, November 17 2017, 02:25 AM
Share this post:
Responses (2)
Your Reply