Ajustes em OpenVZ

De MochilaWiki
Ir para navegaçãoIr para pesquisar

Acrescente antes de exit 0 do arquivo /etc/rc.local

echo 'fe00::0         ip6-localnet' > /etc/hosts
echo 'ff00::0         ip6-mcastprefix' >> /etc/hosts
cho 'ff02::1         ip6-allnodes' >> /etc/hosts
echo 'ff02::2         ip6-allrouters' >> /etc/hosts
echo '# Auto-generated hostname. Please do not remove this comment.' >> /etc/hosts
echo '127.0.0.1 nomedamaquina.dominio.com.br nomedamaquina localhost.localdomain localhost' >> /etc/hosts
echo '193.168.8.8 nomedamaquina.dominio.com.br nomedamaquina localhost.localdomain localhost' >> /etc/hosts
echo '::1 localhost' >> /etc/hosts
echo nomedamaquina > /etc/hostname
hostname -F /etc/hostname