Displaying 2 results from an estimated 2 matches for "shpw".
Did you mean:
show
2010 Sep 10
5
Polycom dhcp boot
Hi all
I have a few Polycom 331's but after following allot of advice I can't
get them to provision from a dhcp boot server. We have a sonicwall
router in place.
I can press setup and set the FTP boot server to my * box. From there
th phones boot fine. But I cannot get them to autoprovision.
I have tried dhcp option 66=ipaddres. 66=FTP://PlcmSpIp:PlcmSpIp at 192.168.1.1/
u ahve also
1997 Sep 28
0
[IPD] Internet Probe Droid
...EBUG $server \@passwd:\n@passwd\nUID: $uid\nUNAME: $uname\n\n" if $debug;
if (grep /root:.:/, @passwd) {
if ($uid =~ /root/) {
push (@really_dumb_sites, "$server:$port");
$rootservers++;
}
$pathname = "$shadowpath/$server.shpw";
$shadowed++;
} else {
$pathname = "$path/$server.pw";
}
print "\nfilename: $pathname\n" if $debug;
open $filehandle, ">$pathname"
or die "Can''t write passwd file ''$pathname'':...