wiliampegoraro
(usa Outra)
Enviado em 28/08/2014 - 08:56h
andrecanhadas escreveu:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.200.11
netmask 255.255.255.0
network 192.168.200.0
broadcast 192.168.200.255
gateway 192.168.200.1
dns-nameservers 192.168.200.17
dns-search rafitecxxe
allow-hotplug eth1
iface eth1 inet static
address 192.168.100.2
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.1
dns-nameservers 192.168.200.17
dns-search rafitecxxe
Mude suas configurações de rede:
iface eth0 inet static
address 192.168.200.11
netmask 255.255.255.0
network 192.168.200.0
broadcast 192.168.200.255
gateway 192.168.200.1
allow-hotplug eth1
iface eth1 inet static
address 192.168.100.2
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
Agora altere o dns usando o /etc/resolv.conf
echo "search rafitecxxe" > /etc/resolv.conf
echo "nameserver 192.168.200.17" >> /etc/resolv.conf
Vc tinha definido dois gateways e isto não funcionaria normalmente sem criação de rotas manuais.
Reinicie a maquina apos isso e defina o gateway das estações como sendo este IP address 192.168.100.2
Deixei assim
# The loopback network interface
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.200.11
netmask 255.255.255.0
network 192.168.200.0
broadcast 192.168.200.255
gateway 192.168.200.1
allow-hotplug eth1
iface eth1 inet static
address 192.168.100.2
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
Alterei o resolv.conf conforme voce me pediu, porém após iniciar o sistema, eth0 não reconhece mais
****** adicionei allow-hotplug eth0
Após as alterações, o ping para 187.52.171.201 funcionou, porém para o
www.google.com.br não, acredito que seja algo com o DNS
Segue meu resolv.conf
echo "search rafitecxxe" > /etc/resolv.conf
echo "nameserver 192.168.200.17" >> /etc/resolv.conf