Pues los forwarders sirven para consultar en otros dns xD
resolv.conf
nameserver 192.168.1.2
Y:
forwarders {
200.33.146.209;
200.33.146.217;
};
host.conf
order bind, hosts
mdns off
Google.com
UnderHouse bind # ping google.com
PING google.com (64.233.187.99) 56(84) bytes of data.
64 bytes from 64.233.187.99: icmp_seq=1 ttl=241 time=144 ms
--- google.com ping statistics ---
2 packets transmitted, 1 received, 50% packet loss, time 1004ms
rtt min/avg/max/mdev = 144.828/144.828/144.828/0.000 ms
Mi dominio local XD
UnderHouse bind # ping soullost.comPING soullost.com (192.168.1.2) 56(84) bytes of data.
64 bytes from soullost.com (192.168.1.2): icmp_seq=1 ttl=64 time=0.034 ms
64 bytes from soullost.com (192.168.1.2): icmp_seq=2 ttl=64 time=0.023 ms
--- soullost.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.023/0.028/0.034/0.007 ms
UnderHouse bind # ping www.soullost.comPING soullost.soullost.com (192.168.1.2) 56(84) bytes of data.
64 bytes from soullost.com (192.168.1.2): icmp_seq=1 ttl=64 time=0.035 ms
64 bytes from soullost.com (192.168.1.2): icmp_seq=2 ttl=64 time=0.034 ms
--- soullost.soullost.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1003ms
rtt min/avg/max/mdev = 0.034/0.034/0.035/0.005 ms
UnderHouse bind # ping ftp.soullost.comPING soullost.soullost.com (192.168.1.2) 56(84) bytes of data.
64 bytes from soullost.com (192.168.1.2): icmp_seq=1 ttl=64 time=0.032 ms
64 bytes from soullost.com (192.168.1.2): icmp_seq=2 ttl=64 time=0.032 ms
--- soullost.soullost.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1003ms
rtt min/avg/max/mdev = 0.032/0.032/0.032/0.000 ms
Nslookup:
UnderHouse bind # nslookup
> set query=any
> soullost.com
Server: 127.0.0.1
Address: 127.0.0.1#53
soullost.com
origin = soullost.com.mx
mail addr = root.soullost.com.mx
serial = 2002081601
refresh = 28800
retry = 14400
expire = 604800
minimum = 86400
soullost.com nameserver = soullost.com.mx.
Name: soullost.com
Address: 192.168.1.2
> 192.168.1.2
Server: 127.0.0.1
Address: 127.0.0.1#53
2.1.168.192.in-addr.arpa name = soullost.com.mx.
> set query=A
> soullost.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: soullost.com
Address: 192.168.1.2
Lo de ACL mirando una documentación dice que es para definir una lista para controles de acceso..
