$ mtr 74.82.46.6 -r
Start: 2026-05-30T10:26:02+0800
HOST: intance2 Loss% Snt Last Avg Best Wrst StDev
1.|-- 140.91.206.106 0.0% 10 0.3 0.3 0.3 0.4 0.0
2.|-- 180.87.180.138 0.0% 10 1.2 1.1 1.0 1.3 0.1
3.|-- ix-be-35.ecore1.tv2-tokyo 30.0% 10 1.6 1.6 1.6 1.7 0.0
4.|-- 209.58.55.73 90.0% 10 101.3 101.3 101.3 101.3 0.0
5.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0
6.|-- 64.86.26.38 50.0% 10 102.2 102.2 101.9 102.4 0.2
7.|-- 64.86.26.37 80.0% 10 101.6 101.6 101.6 101.6 0.0
8.|-- if-bundle-2-2.qcore2.sqn- 80.0% 10 101.1 101.3 101.1 101.4 0.2
9.|-- port-channel22.core3.sjc2 0.0% 10 101.2 101.2 100.9 102.2 0.4
10.|-- be47.core1.sjc2.he.net 0.0% 10 101.5 103.5 101.5 104.9 1.1
11.|-- be1.core3.lax1.he.net 10.0% 10 115.5 114.5 112.9 115.5 0.8
12.|-- be48.core1.lax2.he.net 0.0% 10 114.2 114.1 113.0 115.5 0.8
13.|-- 100ge0-77.core3.tyo1.he.n 80.0% 10 211.5 211.4 211.2 211.5 0.2
14.|-- port-channel9.core2.tyo1. 0.0% 10 211.6 211.8 211.4 213.0 0.5
15.|-- tserv1.tyo1.he.net 0.0% 10 210.7 211.3 210.7 215.8 1.6 acl "he" {
216.218.133.2;
2001:470:600::2;
};
options {
directory "/var/bind";
pid-file "/run/named/named.pid";
/* https://www.isc.org/solutions/dlv >=bind-9.7.x only */
//bindkeys-file "/etc/bind/bind.keys";
listen-on-v6 { ::1; 2001:470:26:5df:1::1; };
listen-on { 127.0.0.1; 192.168.18.203; };
max-cache-size 104857600;
allow-query {
/*
* Accept queries from our "trusted" ACL. We will
* allow anyone to query our master zones below.
* This prevents us from becoming a free DNS server
* to the masses.
*/
trusted;
allow-query-cache {
/* Use the cache for the "trusted" ACL. */
trusted;
};
allow-recursion {
/* Only trusted addresses are allowed to use recursion. */
trusted;
};
allow-transfer {
/* Zone tranfers are denied by default. */
none;
};
allow-update {
/* Don't allow updates, e.g. via nsupdate. */
none;
};
/*
* If you've got a DNS server around at your upstream provider, enter its
* IP address here, and enable the line below. This will make you benefit
* from its cache, thus reduce overall DNS traffic in the Internet.
*
* Uncomment the following lines to turn on DNS forwarding, and change
* and/or update the forwarding ip address(es):
*/
forward first;
forwarders {
// 123.123.123.123; // Your ISP NS
// 124.124.124.124; // Your ISP NS
// 4.2.2.1; // Level3 Public DNS
// 4.2.2.2; // Level3 Public DNS
8.8.8.8; // Google Open DNS
8.8.4.4; // Google Open DNS
};
//dnssec-validation yes;
/*
* As of bind 9.8.0:
* "If the root key provided has expired,
* named will log the expiration and validation will not work."
*/
dnssec-validation auto;
/* if you have problems and are behind a firewall: */
//query-source address * port 53;
};
logging {
channel default_log {
file "/var/log/named/named.log" versions 5 size 50M;
print-time yes;
print-severity yes;
print-category yes;
};
category default { default_log; };
category general { default_log; };
};
include "/etc/bind/rndc.key";
controls {
inet 127.0.0.1 port 953 allow { 127.0.0.1/32; ::1/128; } keys { "rndc-key"; };
};
zone "." in {
type hint;
file "/var/bind/named.cache";
};
zone "localhost" IN {
type master;
file "pri/localhost.zone";
notify no;
};
zone "alvaro.hernandez-garcia.me" {
type master;
file "ahg.db";
allow-transfer { he; };
allow-update { localhost; };
notify explicit;
also-notify { 216.218.130.2; };
forwarders { };
};
$TTL 600
$ORIGIN alvaro.hernandez-garcia.me.
@ IN SOA ns1.he.net. support (2026050902 3600 18000 864000 3600)
@ IN NS ns1.he.net.
@ IN NS ns2.he.net.
@ IN NS ns3.he.net.
@ IN NS ns4.he.net.
@ IN NS ns5.he.net.
ads00 IN AAAA 2001:470:26:5df:1::13
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedInterfaces\, and it works on private profile too. Problem solved? No.