Dici che il tuo router non è in grado di risolvere questo nome di dominio, ma è possibile che il tuo router non abbia problemi a risolverlo, è solo che il tuo ISP (o qualche altra parte della rete) lo sta bloccando per qualche motivo.
Per vedere se riesci a risolvere il dominio, apri un prompt dei comandi e digita:
ping edgecastcdn.net
Dovresti ottenere un output simile al seguente:
C:\Users\Chris>ping edgecastcdn.net
Pinging edgecastcdn.net [72.21.81.13] with 32 bytes of data:
Reply from 72.21.81.13: bytes=32 time=26ms TTL=57
Reply from 72.21.81.13: bytes=32 time=27ms TTL=57
Ping statistics for 72.21.81.13:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 26ms, Maximum = 27ms, Average = 26ms
Control-C
^C
C:\Users\Chris>
La domanda importante è se si ottiene un indirizzo IP (72.21.81.13 nell'esempio sopra) o no. Se non ottieni un indirizzo IP, sai che le impostazioni DNS del tuo router indicano un DNS con problemi. Prova il DNS di Google, come suggerito sopra.
Se ottieni un indirizzo IP, ciò indicherebbe che c'è un problema tra la tua LAN e edgecastcdn.net. Ti consigliamo di fare un traceroute. Ora, su Windows 7, questo è il comando tracert. Non sono sicuro che sia incluso in Windows XP, ma in caso contrario è possibile scaricare i programmi traceroute.
tracert edgecastcdn.net
Ciò dovrebbe indicarti dove si trova il problema. Nel mio caso, non ho problemi e sono in grado di raggiungere edgecast:
C:\Users\Chris>tracert edgecastcdn.net
Tracing route to edgecastcdn.net [72.21.81.13]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms CISCO60972 [192.168.1.1]
2 <1 ms <1 ms <1 ms 192.168.0.1
3 * * * Request timed out.
4 11 ms 20 ms 10 ms dx2we-g3.ed.shawcable.net [64.59.185.121]
5 29 ms 27 ms 31 ms 66.163.78.14
6 44 ms 31 ms 31 ms 66.163.78.78
7 27 ms 25 ms 25 ms paix1.sea.edgecastdn.net [198.32.134.27]
8 27 ms 26 ms 27 ms 72.21.81.13
Trace complete.
C:\Users\Chris>