[Dnsmasq-discuss] How can I set tftp options in dnsmasq?

Art Hebert art_hebert at calypso.com
Mon May 24 22:55:50 BST 2010


I need to setup something like this for some sip phones.

Set up DHCP on the linux server. HEre are the class/options will need for the IP phones.

class "phone" {
match substring(hardware,1,3);
}

# Polycom
subclass "phone" 00:04:f2
{
authoritative;
option tftp-server-name "10.1.19.2";
}

subclass "phone" 00:90:7a { # Polycom
option tftp-server-name "10.1.19.2";
}

subclass "phone" 00:e0:75 { # Polycom SoundStation IP
option tftp-server-name "10.1.19.2";
}

subclass "phone" 00:08:5d { # Aastra
option tftp-server-name "10.1.19.2";
}

subclass "phone" 00:10:bc { # Aastra Telecom
option tftp-server-name "10.1.19.2";
}

subclass "phone" 00:0b:82 { # Grandstream
option tftp-server-name "10.1.19.2";
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20100524/15c347cb/attachment.htm 


More information about the Dnsmasq-discuss mailing list