elidorio
(usa Ubuntu)
Enviado em 16/12/2012 - 00:13h
Olá Pessoal,
Estou querendo montar um servidor de proxy, só que estou com problemas pra configurar as minha placas de rede, esta gerando esse erro: Failed to bring up eth0.
As configurações estão assim no arquivo interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.100.254.54
netmask 255.255.255.0
network 10.100.254.0
gateway 192.168.0.1
broadcast 10.100.254.255
dns-nameservers 8.8.8.8 8.8.4.4
auto eth1
iface eth1 inet static
address 192.168.0.5
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.0.1
broadcast 10.1.110.110
dns-nameservers 8.8.8.8 8.8.4.4
----------------------------------
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.1.110.104 0.0.0.0 255.255.255.248 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.22.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
root@srvprx:/etc/network#
--------------
Meu modem(192.168.0.1) esta na interface eth1
eth0 será para rede interna
Qualquer ajuda ficarei muito grato!
[]'s
Edson