[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unbound non risolve un certo dominio




Il 24/08/19 19:41, Davide Prina ha scritto:
# ping 195.225.236.246
PING 195.225.236.246 (195.225.236.246) 56(84) bytes of data.
^C
--- 195.225.236.246 ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9204ms

Grazie a tutti per le risposte. Credo sia meglio dettagliare la situazione sperando che qualcuno abbia qualche idea perché io sono alla frutta. Mi avvisano che non si riesce a mandare una mail ad un certo indirizzo user@altstadtreal.at. Nei log vedo: 450 4.1.2 <user@altstadtreal.at>: Recipient address rejected: Domain not found;

Cerco di capire perché non trova il dominio:

# dig altstadtreal.at
;; connection timed out; no servers could be reached

# dig altstadtreal.at @8.8.8.8
altstadtreal.at.    420    IN    A    94.130.4.204
altstadtreal.at.    420    IN    SOA    ns1.spat.at. serveradmin.service-fuchs.com. 2018103101 10800 3600 604800 86400
altstadtreal.at.    420    IN    NS    ns1.spat.at.
altstadtreal.at.    420    IN    NS    ns2.spat.at.
altstadtreal.at.    420    IN    MX    10 mail.altstadtreal.at.

Quindi con i DNS di google OK, mentre usando unbound no. Cerco di capire perché unbound non lo trova:

# unbound-control lookup altstadtreal.at
The following name servers are used for lookup of altstadtreal.at.
;rrset 10474 2 0 2 0
altstadtreal.at.    10474    IN    NS    ns1.spat.at.
altstadtreal.at.    10474    IN    NS    ns2.spat.at.
;rrset 10474 1 0 1 0
ns2.spat.at.    10474    IN    A    195.225.237.224
;rrset 10474 1 0 1 0
ns1.spat.at.    10474    IN    A    195.225.236.246
Delegation with 2 names, of which 2 can be examined to query further addresses.
It provides 2 IP addresses.
195.225.236.246     rto 120000 msec, ttl 724, ping 0 var 94 rtt 376, tA 0, tAAAA 0, tother 3, EDNS 0 assumed. 195.225.237.224     rto 120000 msec, ttl 574, ping 0 var 94 rtt 376, tA 0, tAAAA 0, tother 3, EDNS 0 assumed.

quindi 195.225.236.246 e 195.225.237.224 sono i server che unbound usa per risolvere altstadtreal.at se non lo trova nella cache. Quindi provo a fare il ping:

# ping 195.225.236.246
PING 195.225.236.246 (195.225.236.246) 56(84) bytes of data.
^C
--- 195.225.236.246 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3059ms

# ping 195.225.237.224
PING 195.225.237.224 (195.225.237.224) 56(84) bytes of data.
^C
--- 195.225.237.224 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2028ms

Cerco di capire perché non risponde:

# traceroute 195.225.237.224
traceroute to 195.225.237.224 (195.225.237.224), 30 hops max, 60 byte packets
1 static.x.x.x.x.clients.your-server.de (x.x.x.x) 0.413 ms 0.374 ms 0.350 ms
2 core22.fsn1.hetzner.com (213.239.229.133) 0.569 ms core21.fsn1.hetzner.com (213.239.229.129) 0.869 ms 0.562 ms 3 juniper5.nbg1.hetzner.com (213.239.252.241) 2.748 ms 2.743 ms juniper5.nbg1.hetzner.com (213.239.252.237) 2.710 ms 4 ge0-0-0-u0.ix-vie21.vix.biosnet.at (193.203.0.54) 14.463 ms 14.302 ms 14.425 ms
5 89.31.132.65 (89.31.132.65) 15.641 ms 15.637 ms 15.605 ms
6 89.31.132.30 (89.31.132.30) 12.362 ms 12.138 ms 12.306 ms

Da un altro server dove non ci sono problemi si nota che 195.225.237.224 è subito dopo 89.31.132.30. Quindi 89.31.132.30 sta bloccando il mio IP? Oppure il mio provider blocca le risposte da 89.31.132.30? Cosa posso fare?

Grazie a tutti.
Mattia


Reply to: