This is dhcpd.conf  which works great with Polycom 501:

 

option domain-name "blah.com";

option domain-name-servers 192.168.80.3;

default-lease-time 7200;

max-lease-time 14400;

authoritative;

# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates.

ddns-update-style none;

log-facility local7;

 

# A slightly different configuration for an internal subnet.

subnet 192.168.80.0 netmask 255.255.255.0 {

        range 192.168.80.20 192.168.80.199;

        option domain-name-servers 192.168.80.3;

        option domain-name "blah.com";

        option routers 192.168.80.1;

        option  tftp-server-name "192.168.80.3";

        option broadcast-address 192.168.80.255;

        option ntp-servers 192.168.80.3;

        option  time-offset -18000;

        default-lease-time 7200;

        max-lease-time 144

 

 

Wojtek


From: Douglas Garstang [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 10:17 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] auto provision of IP501 polycom

 

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:[EMAIL PROTECTED]
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:[EMAIL PROTECTED]
Sent: Thursday, February 23, 2006 8:09 AM
To: asterisk-users@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?

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to