segunda-feira, 20 de junho de 2011

Fixando o IP e Configurando o arquivo hosts

Fixando o IP
Editar o arquivo /etc/network/interfaces e configurar a interface de rede.
# vi /etc/network/interfaces

Assumindo que o servidor zenon terá ip 192.168.0.2.

auto eth1
iface eth1 inet static
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.1

Configurando o arquivo hosts


Edite o arquivo /etc/hosts:

# vi /etc/hosts

127.0.0.1 localhost
127.0.1.1 zenon.bugre.local zenon
192.168.0.2 zenon.bugre.local zenon


Reconfigurar e reiniciar as configurações de host.

# echo zenon.bugre.local > /etc/hostname
# /etc/init.d/hostname.sh start

0 comentários:

Postar um comentário

Twitter Delicious Facebook Digg Favorites