Mudanças entre as edições de "Minicluster"

De WikiLICC
Ir para: navegação, pesquisa
m (Veja também)
m (Desabilitando IPv6)
Linha 19: Linha 19:
  
 
==Desabilitando IPv6==
 
==Desabilitando IPv6==
 +
Veja
 
* http://fedorasolved.org/network-solutions/disable-ipv6
 
* http://fedorasolved.org/network-solutions/disable-ipv6
 +
# Abra um terminal.
 +
# Desabilite ipv6 de ser rodado:
 +
      su -c 'echo "install ipv6 /bin/true blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf'
 +
: NOTE: The first line install ipv6 /bin/true will stop the system from calling the ipv6 module while running: whenever the system needs to load the ipv6 module, it is forced to execute the command true instead of actually loading the module. Since /bin/true does absolutely nothing, the module never gets loaded. The second line blacklist ipv6 stops the the kernel stack from loading the ipv6 module during boot.
 +
 +
# Pare o servico ip6tables:
 +
      su -c 'service ip6tables stop && chkconfig ip6tables off'
 +
 +
# Reinicialize o sistema.
 +
 
* http://www.g-loaded.eu/2008/05/12/how-to-disable-ipv6-in-fedora-and-centos/
 
* http://www.g-loaded.eu/2008/05/12/how-to-disable-ipv6-in-fedora-and-centos/
  

Edição das 23h42min de 29 de outubro de 2010



Desabilitando IPv6

Veja

  1. Abra um terminal.
  2. Desabilite ipv6 de ser rodado:
     su -c 'echo "install ipv6 /bin/true blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf'
NOTE: The first line install ipv6 /bin/true will stop the system from calling the ipv6 module while running: whenever the system needs to load the ipv6 module, it is forced to execute the command true instead of actually loading the module. Since /bin/true does absolutely nothing, the module never gets loaded. The second line blacklist ipv6 stops the the kernel stack from loading the ipv6 module during boot.
  1. Pare o servico ip6tables:
     su -c 'service ip6tables stop && chkconfig ip6tables off'
  1. Reinicialize o sistema.

Veja também

Filesystem

Outros

  • MPI e MPE
  • Jumpshot: Ferramenta gráfica para visualização de comunicações.

Dúvidas

  • Menor Latency (Software, Configuração, Rede...)

Referências

Cluster

Rede

Gerenciamento

Outros Projetos

Programacão