Prefiero utilizar la herramienta de utilidad de configuración del sistema para probar la accesibilidad en lugar de utilizar ping / host / nslookup u otro proxy para determinar si una entidad de red es o no accesible.
scutil -r google.com
Reachable
Los beneficios de esto son que si tienes conexiones VPN, dial up, módem, o un conflicto de enrutamiento, esto realmente probará que puedes llegar al dispositivo y no sólo resolver el nombre del host en caché, etc... en mi experiencia. (además, es mucho más difícil desordenar la indirección, los archivos, la lógica y obtienes una respuesta directa en inglés)
Como todas las buenas herramientas de línea de comando, devuelve 0 para hacerte saber que la respuesta que proporciona es segura y un error si tienes problemas para probar la accesibilidad.
-r [-W] { nodename | address | local-address remote-address }
Check the network reachability of the specified host name, IP
address, or a pair of local and remote IP addresses. One or more of
the following strings will be reported to standard output.
Not Reachable The specified nodename/address cannot be
reached using the current network configura-
tion.
Reachable The specified nodename/address can be reached
using the current network configuration.
Transient Connection The specified nodename/address can be reached
via a transient (e.g. PPP) connection.
Connection Required The specified nodename/address can be reached
using the current network configuration but a
connection must first be established. As an
example, this status would be returned for a
dialup connection that was not currently active
but could handle network traffic for the target
system.
Connection Automatic The specified nodename/address can be reached
using the current network configuration but a
connection must first be established. Any
traffic directed to the specified name/address
will initiate the connection.
Local Address The specified nodename/address is one associ-
ated with a network interface on the system.
Directly Reachable Addresss
Network traffic to the specified node-
name/address will not go through a gateway but
is routed directly to one of the interfaces on
the system.
The reachability can also be monitored by specifying the -W (watch)
option. This will result in the current status being reported as
well as the status when/if the network configuration changes.
A zero exit status will be returned when the reachability status is
reported correctly. A non-zero exit status will be returned if
errors are detected with an error reported to standard error.
Dado que el índice de páginas de manual de Apple es un PITA para usar, aquí hay un enlace esperanzadoramente más estable a toda la página del manual en línea: https://ss64.com/osx/scutil.html
Como bonus, aquí hay otra pregunta decente relacionada con la resolución de la escafandra autónoma: nslookup & dig fail; ping, traceroute, y scutil -r trabajo
0 votos
Por favor, editar tu pregunta para arreglar esto. Añade también qué navegador utilizas y la salida de
curl https://google.com/
.1 votos
Si
curl
funciona sospecho que algún filtrado hecho por su ISP