我的 Google 应用引擎日志文件中的 IP 是什么?
我在我的谷歌应用程序引擎应用程序中收到许多正常的日志行。但今天我将这些改为由 4 部分组成的编号:
2a01:e35:2f20:f770:6c54:3ee8:67fb:df8
这是什么格式? ipv6 是 6 个数字,还有 mac 地址...
普通日志文件行:
187.14.44.208 - - [19/Mar/2010:14:31:35 -0700] "GET /geo_data.js HTTP/1.1" 200 776 "http://www.xxx.com.br/spl19/index.php?refid=gv_av_ri" "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729),gzip(gfe)"
这个特殊的日志文件行:
2a01:e35:2f20:f770:6c54:3ee8:67fb:df8 - - [18/Mar/2010:17:00:37 -0700] "GET /geo_data.js HTTP/1.1" 500 450 "http://www.xxx.com.br/spl19/index.php?refid=cm_av_ri" "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2) Gecko/20100115 Firefox/3.6,gzip(gfe)"
I get many normal log lines in my google app engine application. But today I go these instead the 4-part number:
2a01:e35:2f20:f770:6c54:3ee8:67fb:df8
What is this for an format? ipv6 are 6 numbers, mac address too...
Normal logfile line:
187.14.44.208 - - [19/Mar/2010:14:31:35 -0700] "GET /geo_data.js HTTP/1.1" 200 776 "http://www.xxx.com.br/spl19/index.php?refid=gv_av_ri" "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729),gzip(gfe)"
This special logfile line:
2a01:e35:2f20:f770:6c54:3ee8:67fb:df8 - - [18/Mar/2010:17:00:37 -0700] "GET /geo_data.js HTTP/1.1" 500 450 "http://www.xxx.com.br/spl19/index.php?refid=cm_av_ri" "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2) Gecko/20100115 Firefox/3.6,gzip(gfe)"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那是 IPv6。您关于 IPv6 地址只有 6 个数字的说法是不正确的。您的地址旁边有一个 IPv6 示例:
对于初学者(包括我)来说,IPv6 非常令人困惑。
That is IPv6. Your statement that IPv6 addresses have just 6 numbers is incorrect. Here's an IPv6 example next to your address:
To the initiated (including me), IPv6 is very confusing.
这就是 IPv6。
IPv6 数字是 128 位数字,通常表示为用冒号分隔的 8 个十六进制数字,并具有一些缩写规则。请参阅维基百科 IPv6_address。
This is IPv6.
IPv6 numbers are 128-bit numbers normally represented as 8 hex numbers separated by colons, with some abbreviation rules. See Wikipedia IPv6_address.