Displaying 3 results from an estimated 3 matches for "mylocalsubnet".
Did you mean:
mylocalsubnets
2017 May 16
2
DNS (bind_dlz) forwarding not working
...0.0.1
@ IN AAAA ::1
addc IN A xxx.xxx.xxx.6
_kerberos._udp.myinstitution.edu. IN SRV 0 100 88 addc
_ldap._tcp.myinstitution.edu. IN SRV 0 100 389 addc
_kpasswd._udp.myinstitution.edu. IN SRV 0 100 464 addc
*named.conf.options*
acl clientes {
127.0.0.1;
mylocalsubnets; # public IP subnets
};
options {
directory "/var/cache/bind";
recursion yes;
allow-query {
clientes;
};
forwarders {
xxx.xxx.xxx.10; # Our DNS
};
forward only;
tkey-gssapi-keytab "/v...
2017 May 16
0
DNS (bind_dlz) forwarding not working
...A xxx.xxx.xxx.6
>
> _kerberos._udp.myinstitution.edu. IN SRV 0 100 88 addc
> _ldap._tcp.myinstitution.edu. IN SRV 0 100 389 addc
> _kpasswd._udp.myinstitution.edu. IN SRV 0 100 464 addc
>
> *named.conf.options*
>
> acl clientes {
> 127.0.0.1;
> mylocalsubnets; # public IP subnets
> };
>
> options {
> directory "/var/cache/bind";
>
> recursion yes;
> allow-query {
> clientes;
> };
>
> forwarders {
> xxx.xxx.xxx.10; # Our DNS
>...
2017 May 16
2
DNS (bind_dlz) forwarding not working
...eros._udp.myinstitution.edu. IN SRV 0 100 88 addc
> > _ldap._tcp.myinstitution.edu. IN SRV 0 100 389 addc
> > _kpasswd._udp.myinstitution.edu. IN SRV 0 100 464 addc
> >
> > *named.conf.options*
> >
> > acl clientes {
> > 127.0.0.1;
> > mylocalsubnets; # public IP subnets
> > };
> >
> > options {
> > directory "/var/cache/bind";
> >
> > recursion yes;
> > allow-query {
> > clientes;
> > };
> >
> > forwarders {
>...