我的 Google 应用引擎日志文件中的 IP 是什么?

发布于 2024-08-26 01:43:10 字数 766 浏览 2 评论 0原文

我在我的谷歌应用程序引擎应用程序中收到许多正常的日志行。但今天我将这些改为由 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

演出会有结束 2024-09-02 01:43:10

IPv6。您关于 IPv6 地址只有 6 个数字的说法是不正确的。您的地址旁边有一个 IPv6 示例:

2a01 : e35  : 2f20 : f770 : 6c54 : 3ee8 : 67fb : df8  // you
3ffe : 1900 : 4545 : 3    : 200  : f8ff : fe21 : 67cf // example

对于初学者(包括我)来说,IPv6 非常令人困惑。

That is IPv6. Your statement that IPv6 addresses have just 6 numbers is incorrect. Here's an IPv6 example next to your address:

2a01 : e35  : 2f20 : f770 : 6c54 : 3ee8 : 67fb : df8  // you
3ffe : 1900 : 4545 : 3    : 200  : f8ff : fe21 : 67cf // example

To the initiated (including me), IPv6 is very confusing.

时光磨忆 2024-09-02 01:43:10

这就是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文