skaterzera
(usa Debian)
Enviado em 24/01/2008 - 17:32h
vamos la ;)
Configure o arquivo /etc/network/interfaces usando "nano" ou o editor que você preferir. Exemplo:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static # use dhcp ao invés de static, se tiver um server dhcp
address x.x.x.x # troque x pelo seu ip
netmask x.x.x.x # troque x pela sua mascara
gateway x.x.x.x
#Servidores DNS
dns-nameservers x.x.x.x
Agora digite ifdown eth0
depois ifup eth0
e tbm é bom fazer o seguinte /etc/init.d/networking restart (ou algo assim nao lembro direito hehe =x)
espero ter lhe ajudado