【问题标题】:Configure debian server host for ipv6为 ipv6 配置 debian 服务器主机
【发布时间】:2017-02-12 22:56:48
【问题描述】:

我需要通过 ipv6 网络访问我的网站,我使用了this page(IPv6 6to4 配置)并获得了一些结果,但我的网站仍然无法在 ipv6 中访问。

我在几个网站上测试了我的域 (creforma.fr):

http://ipv6-test.com

AAAA DNS 记录 fe80::207:cbff:fe03:aee9 IPv6 Web 服务器 Web 服务器无法访问:参数无效

http://ready.chair6.net

-DNS (IPv6 NS)
PASS
Hostname creforma.fr does have IPv6-addressed nameservers defined.
-DNS (IPv6 TLD NS)
PASS
Hostname top-level domain (fr.) does have IPv6-addressed nameservers defined.
-DNS (IPv4 A Record)
PASS
Hostname creforma.fr does have an IPv4 A record (163.172.29.247).
-DNS (IPv6 AAAA Record)
PASS
Hostname creforma.fr does have an IPv6 AAAA record (fe80::207:cbff:fe03:aee9).
-DNS (MX Record)
FAIL
Hostname creforma.fr does not have an MX with an AAAA record.
-DNS (Glue)
PASS
Glue does not appear to be needed; nameserver configuration for creforma.fr is not self-referencing.
-IPv4 Connectivity
PASS
Successfully connected to creforma.fr on port 80 over IPv4.
-IPv6 Connectivity
FAIL
Could not connect to creforma.fr on port 80 over IPv6.
-IPv4 Literals
PASS
Did not locate any IPv4 literals within HTML content.

我不知道如何找到问题或如何正确配置。

【问题讨论】:

    标签: debian ipv6 nameservers


    【解决方案1】:

    您不能在 IPv4 或 IPv6 中为 DNS 使用链接本地地址。所有 IPv6 接口都使用相同的 Link-Local 网络 (fe80::/10),因此您必须在 Link-Local 地址的末尾使用范围(接口标识符,对于主机来说是本地的),例如%eth1,这些地址是不可路由的。

    您拥有的地址fe80::207:cbff:fe03:aee9 毫无意义,因为它可能存在于从 IPv6 主机到任何接口的链接上,并且没有范围可以识别主机应使用的特定接口。

    另外,我从未见过任何可以使用链接本地地址的 Web 应用程序。

    如果您想在公共 Internet 上使用 IPv6 联系站点,您将需要使用全球 IPv6 地址,例如http://ipv6-test.com.

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-10-13
      • 1970-01-01
      • 1970-01-01
      • 2012-02-02
      相关资源
      最近更新 更多