Quali sono esattamente i significati delle seguenti impostazioni quando si configura manualmente le interfacce di rete su CentOS (sto cercando di configurare un host solo IPv6)?
Posso indovinare cosa significano alcuni di loro con il loro nome, ma non so cosa significhino tutti (e alcune delle mie ipotesi potrebbero essere sbagliate); c'è qualche documentazione ufficiale per queste opzioni di configurazione, non riesco a trovarne?
Da / 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
Anche per IPv4 le impostazioni DNS1
ed DNS2
esistono, esistono gli ettings equivalenti IPV6_DNS1
ed IPV6_DNS2
esistono?
/usr/share/doc/initscripts-$VERSION/sysconfig.txt
e altri file all'interno di quella directory.