[Asterisk-Users] auto provision of IP501 polycom
Douglas Garstang
dgarstang at oneeighty.com
Thu Feb 23 08:16:43 MST 2006
This has worked for several months for us. It's /etc/dhcpd.conf
ddns-update-style ad-hoc;
authoritative;
option option-66 code 66 = string;
subnet 172.32.16.0 netmask 255.255.255.0 {
#range 192.168.10.101 192.168.10.120;
default-lease-time 600;
max-lease-time 7200;
option option-66 "boot.voip.com";
option domain-name-servers 172.32.16.16, 172.32.16.16;
option time-servers clock.voip.com;
option domain-name "uac.bil.voip.com";
option time-offset -25200;
host uap301-1 {
hardware ethernet 00:04:f2:02:1b:b8;
fixed-address 172.32.16.128;
}
host uap301-2 {
hardware ethernet 00:04:f2:02:96:23;
fixed-address 172.32.16.129;
}
host uap601-1 {
hardware ethernet 00:04:f2:02:3d:42;
fixed-address 172.32.16.130;
}
host uap601-2 {
hardware ethernet 00:04:f2:02:86:47;
fixed-address 172.32.16.131;
}
host uap501-1 {
hardware ethernet 00:04:f2:02:f4:0e;
fixed-address 172.31.16.132;
}
host uap501-2 {
hardware ethernet 00:04:f2:02:2d:00;
fixed-address 172.32.16.133;
}
host uap501-3 {
hardware ethernet 00:04:f2:03:6a:c7;
fixed-address 172.32.16.134;
}
}
-----Original Message-----
From: Wojciech Tryc [mailto:Wojciech.Tryc at pikatech.com]
Sent: Thursday, February 23, 2006 6:15 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] auto provision of IP501 polycom
Damon,
I have no problem provisioning 501s through tftp. The tftp address is distributed via dhcp.
Thx,
Wojtek
_____
From: Damon Estep [mailto:damon at suburbanbroadband.net]
Sent: Thursday, February 23, 2006 8:09 AM
To: asterisk-users at lists.digium.com
Subject: [Asterisk-Users] auto provision of IP501 polycom
Has anyone been able to get the IP501 to discover the FTP server IP address (via dhcp or dns) and download 100% of the config from a provisioning server?
We are still having to touch each unit to enter the ftp server address and password, as well as set many of the options that will not take from the config file.
Have a sample config file you are willing to share?
What is required in the way of dhcp options or dns entries to get the polycom to discover the ftp boot server?
What about changing default passwords via ftp?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060223/1b10367e/attachment.htm
More information about the asterisk-users
mailing list