
lgustec
(usa CentOS)
Enviado em 10/04/2007 - 14:02h
Por favor alguem me ajude.
Preciso configurar mais uma placa de rede num servidor que usa o Debian 3.1.
Pluguei a placa, configurei o /etc/network/interfaces como segue:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.20.6.41
netmask 255.255.255.0
network 172.20.6.0
broadcast 172.20.6.255
gateway 172.20.6.55
auto eth1
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
o eth0 ja estava configurado desde a instalação, o eth1 fiz na mão.
Porém quando re-estarto a rede vem a mensagem:
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces...ifup: interface lo already configured
Don't seem to be have all the variables for eth1/inet.
Failed to bring up eth1.
done.
O que falta para o eth1 funcionar?
Obrigado.