我管理一个小型网络,并使用 Meraki 设备来运行它。我们这些将 www.google.com 解析为 172.217.5.238 的人可以访问 Google、Gmail 等。但是,我们这些将 www.google.com 解析为 172.217.5.228 的人无法访问 Google、Gmail 等. 他们的访问被 Meraki 阻止。我不希望 Meraki 阻止 Google。
$ curl -v www.google.com
* Rebuilt URL to: www.google.com/
* Trying 172.217.5.228...
* Connected to www.google.com (172.217.5.228) port 80 (#0)
> GET / HTTP/1.1
> Host: www.google.com
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 302 Found
< Location: http://wired.meraki.com:8090/blocked.cgi?blocked_server=172.217.5.228:80&blocked_url=http%3A%2F%2Fwww.google.com%2F&blocked_categories=bc_057
< Content-Type: text/html
< Content-Length: 216
< Cache-Control: no-cache
< Content-Type: text/html
< Pragma: no-cache
< Expires: 0
< Continue: close
<
<html><body>You are being <a href='http://wired.meraki.com:8090/blocked.cgi?blocked_server=172.217.5.228:80&blocked_url=http%3A%2F%2Fwww.google.com%2F&blocked_categories=bc_057'>redirected</a>.</body></html>
* Connection #0 to host www.google.com left intact
我提醒你,我不是网络工程师,我也不在电视上玩。