s.s.junior
(usa Ubuntu)
Enviado em 15/05/2012 - 10:40h
Bom dia a todos! Ao trocar de provedor de internet (link compartilhado sppedy para link dedicado de empresa particular), a internet na minha rede ficou muitoooo lenta, a ponto de não navegar!
Quando reconfigurei a interface que recebe o link, eu tenho o seguinte erro:
"Reconfiguring network interfaces...if-up.d/mountnfs[eth0]: waiting for interface eth2 before doing NFS mounts (warning).done."
Sei que essa msg é erro de montagem do compartilhamento NFS, mas será que não tá influenciando em alguma coisa qdo configuro meu novo ip?
Segue meu interfaces:
# 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
auto eth0
iface eth0 inet static
address 10.12.192.2
netmask 255.255.252.0
broadcast 10.12.192.255
#dns-* options are implemented by the resolvconf package, if installed
auto eth2
iface eth2 inet static
address 201.93.132.63
netmask 255.255.255.0
gateway 201.93.132.1
# dns-* options are implemented by the resolvconf packpage, if installed
dns-nameservers 10.67.4.34 200.221.11.100 200.221.11.101
Nesse meu servidor roda: squid, firewall e dhcp!
Obs: o link de internet fora desse servidor está navegando normalmente!