CentOSでネットワークインターフェイスを手動で構成する場合、次の設定の意味は何ですか(IPv6のみのホストを構成しようとしています)。
私はそれらの名前が何を意味するか推測できますが、それらすべてが何を意味するのかわかりません(そして私の推測のいくつかは間違っている可能性があります)。これらの設定オプションの公式ドキュメントはありますか、見つかりませんか?
/ etc / sysconfig / network-scripts / ifcfg-eth0から
IPV6INIT=yes # I assume this just enables IPv6 networking on this interface?
IPV6_AUTOCONF=no # Does this disable SLAAC?
IPV6_AUTOTUNNEL=no # ?
IPV6_FAILURE_FATAL=no # Something to do with IPv6 not working not being an issue?
IPV6_DEFROUTE=yes # ?
IPV6_PEERDNS=yes # Does this mean we use the default gateway for DNS queries?
IPV6_PEERROUTES=yes # Same as above?
IPV6ADDR=1::2/64 # This is obviously the IPv6 address and subnet mask
IPV6_DEFAULTGW=1::1 # This is obviously the default gateway
また、IPv4の設定にDNS1
してDNS2
存在するが、equivilent ettings行うIPV6_DNS1
とIPV6_DNS2
が存在しますか?
/usr/share/doc/initscripts-$VERSION/sysconfig.txt
、そのディレクトリ内のファイルや他のファイルを確認することもできます。