Documentation/networking/ipv6.txt

来源:互联网 发布:stc12单片机最小系统 编辑:程序博客网 时间:2024/05/22 00:37

Chinese translated version of Documentation/networking/ipv6.txt

If you have any comment or update to the content, please contact the
original document maintainer directly.  However, if you have a problem
communicating in English you can also ask the Chinese maintainer for
help.  Contact the Chinese maintainer if this translation is outdated
or if there is a problem with the translation.

Chinese maintainer: zhanjf <hahadsg12@gmail.com>
---------------------------------------------------------------------
Documentation/networking/ipv6.txt 的中文翻译

如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
译存在问题,请联系中文版维护者。

中文版维护者: 詹杰凡  zhanjf<hahadsg12@gmail.com>
中文版翻译者: 詹杰凡  zhanjf<hahadsg12@gmail.com>
中文版校译者: 詹杰凡  zhanjf<hahadsg12@gmail.com>

 

 

以下为正文
---------------------------------------------------------------------

  1

   2Options for the ipv6 module are supplied as parameters at load time.

   3

   4Module options may be given as command line arguments to the insmod

   5or modprobe command, but are usually specified in either

   6/etc/modules.d/*.conf configuration files, or in a distro-specific

   7configuration file.

   8

   9The available ipv6 module parameters are listed below.  If a parameter

  10is not specified the default value is used.

  11

Ipv6模块在加载时提供的参数选项:

 

模块选项可以作为命令行insmod或者modprobe命令的参数,但是通常在指定的任意/etc/modules.d/*.conf的配置文件,或者在指定的发行版配置文件。

 

下面列出了可使用的ipv6模块的参数。如果一个参数不被指定,那么就使用默认值。

 

 

  12The parameters are as follows:

  13

  14disable

  15

  16        Specifies whether to load the IPv6 module, but disable all

  17        its functionality.  This might be used when another module

  18        has a dependency on the IPv6 module being loaded, but no

  19        IPv6 addresses or operations are desired.

  20

  21        The possible values and their effects are:

  22

  23        0

  24                IPv6 is enabled.

  25

  26                This is the default value.

  27

  28        1

  29                IPv6 is disabled.

  30

  31                No IPv6 addresses will be added to interfaces, and

  32                it will not be possible to open an IPv6 socket.

  33

  34                A reboot is required to enable IPv6.

  35

disable

 

指定是否加载ipv6模块,但是禁用它的所有功能。这可以使用在其它有依赖ipv6加载的模块,但是不需要ipv6地址或者操作。

 

可能的值和其效果是:

 

0

       ipv6启用

       这是默认值

 

1

       ipv6禁用

       没有ipv6地址会被加入到接口,而且不会打开ipv6套接字。

       需要重新启用ipv6

 

  36autoconf

  37

  38        Specifies whether to enable IPv6 address autoconfiguration

  39        on all interfaces.  This might be used when one does not wish

  40        for addresses to be automatically generated from prefixes

  41        received in Router Advertisements.

  42

  43        The possible values and their effects are:

  44

  45        0

  46                IPv6 address autoconfiguration is disabled on all interfaces.

  47

  48                Only the IPv6 loopback address (::1) and link-local addresses

  49                will be added to interfaces.

  50

  51        1

  52                IPv6 address autoconfiguration is enabled on all interfaces.

  53

  54                This is the default value.

  55

autoconf

 

指定是否启用ipv6地址自动配置在所有接口上。这可以使用当以不希望地址从路由通告的前缀接收而自动产生。

 

       可能的值和其效果是:

 

       0

              禁用ipv6地址在所有接口上的自动配置

              只有ipv6回送地址和本地链路地址会被添加到接口

 

       1

              启用ipv6地址在所有接口上的自动配置

              这是默认值

 

  56disable_ipv6

  57

  58        Specifies whether to disable IPv6 on all interfaces.

  59        This might be used when no IPv6 addresses are desired.

  60

  61        The possible values and their effects are:

  62

  63        0

  64                IPv6 is enabled on all interfaces.

  65

  66                This is the default value.

  67

  68        1

  69                IPv6 is disabled on all interfaces.

  70

  71                No IPv6 addresses will be added to interfaces.

  72

disable_ipv6

 

       指定是否在所有接口上禁用ipv6。这可以使用在ipv6地址不被需求时。

       可能的值和其效果是:

 

       0

              启用ipv6在所有接口

              这是默认值

 

       1

              禁用ipv6在所有接口

              没有ipv6的地址被加入到接口上

 

原创粉丝点击