class "Phones"{ match if substring(option vendor-class-identifier, 0, 8) = "snomD765"; options tftp-server-name "http://10.20.210.2"; options bootfile-name "IP_Phones/general-{mac}.xml"; }
When i put my First test Telefon then get he the setting files. But when i put a other One the Telefon don´t get the files and there is no log on the Webserver (apache).
1 Comment
J
Joey
said
about 1 year ago
Problem is Solved i forgot the cloud autoprov to take out the Telefon.
Joey
I have a Problem my Linux DHCP Config is
subnet 10.20.210.0 netmask 255.255.255.0 {
range 10.20.210.50 10.20.210.254
interface eth0
default-lease-time 1440;
max-lease-time 2880;
option domain-name "ad.syncpilot.com";
option domain-name-servers 10.20.3.2, 10.20.3.3;
option broadcast-address 10.20.210.255;
option subnet-mask 255.255.255.0;
options routers 10.20.210.1;
}
class "Phones"{
match if substring(option vendor-class-identifier, 0, 8) = "snomD765";
options tftp-server-name "http://10.20.210.2";
options bootfile-name "IP_Phones/general-{mac}.xml";
}
When i put my First test Telefon then get he the setting files. But when i put a other One the Telefon don´t get the files and there is no log on the Webserver (apache).