
Sou novo no Ubuntu 14.10, instalei recentemente o Ubuntu 14.10 e configurei as
interfaces Ethernet como abaixo com IP estático no /etc/network/interfaces
arquivo. E também adicionei o servidor DNS no /etc/reslov.conf
arquivo.
Mas quando pesquisei algo no Google, deu um erro como "Servidor não encontrado, verifique sua conexão com a Internet".
Configuração da interface Ethernet em /etc/network/interfaces
auto eth0
iface eth0 inet static
address 10.X.X.X
gateway 10.X.X.X
netmask 255.X.X.X
auto eth1
iface eth1 inet static
address 192.X.X.X
gateway 192.X.X.X
netmask 255.X.X.X
Configuração do servidor DNS em /etc/resolv.conf
nameserver 10.X.X.X
Responder1
Finally all is good. Actually i am using two interface card,
previously i configured these two in wrong way, i did ones setting to others and
others setting to ones. When i exchange the cables for these two interfaces, i found that it is working fine.
Obrigadopara @begueradj, @Thushi, @user3386914 por seus comentários