Displaying 2 results from an estimated 2 matches for "recurrsive".
Did you mean:
recursive
2003 Aug 09
1
To Switch or not to Switch... that is the question....
Hi,
when using multiple * boxes, there appear to be 2 choices as to how to go about sharing cards and dialplans
1) using switch
2) using dial fail fall-through ie
exten => 1,1, dial(xyz)
exten => 1,2, dial(otherpbx/xyz)
As i see it switch could end up being recurrsive resulting in a wild ooc pbx .. anyone got any opinions ?
Andy
2013 Sep 11
3
Bind9 AD SDLZ driver failed to load
...llow-transfer {none;};
notify no;
allow-query {
xxx.xxx.xxx.xxx/24;
// other networks you want to allow to query your DNS
};
allow-recursion {
xxx.xxx.xxx.xxx/24;
//other networks you want to allow to do recurrsive queries
};
tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
};
cat /usr/local/samba/private/named.conf
# This DNS configuration is for BIND 9.8.0 or later with dlz_dlopen support.
#
# This file should be included in your main BIND configuration file
#
# For exa...