Sur un Macbook Pro retina 13 2014 avec El Capitan 10.11.5, je ne peux pas accéder aux sites web via leur nom de domaine (google.com, bing.com, etc).
Je peux accéder à l'internet avec Google Chrome, mais avec d'autres applications, je ne peux pas.
Je peux faire un ping sur 8.8.8.8 :
MacBook-Pro:~ alex$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=58 time=18.093 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=58 time=18.489 ms
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 18.093/18.291/18.489/0.198 ms
MacBook-Pro:~ alex$
Je n'arrive pas à faire un ping sur google.com
MacBook-Pro:~ alex$ ping google.com
ping: cannot resolve google.com: Unknown host
MacBook-Pro:~ alex$
J'ai essayé de mettre le DNS manuellement (8.8.8.8), de redémarrer, mais ça ne marche pas.
J'ai essayé de supprimer ces fichiers et de redémarrer mais cela ne fonctionne pas :
- com.apple.airport.preferences.plist``
- com.apple.network.identification.plist``
- NetworkInterfaces.plist`
- préférences.plist
essayé :
MacBook-Pro:~ alex$ dig @8.8.8.8 www.google.com
; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 www.google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9734
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.google.com. IN A
;; ANSWER SECTION:
www.google.com. 264 IN A 172.217.16.68
;; Query time: 33 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Jul 14 16:00:31 2016
;; MSG SIZE rcvd: 48
MacBook-Pro:~ alex$
Pouvez-vous m'aider ?