Não é possível conectar a Internet mesmo depois de configurar interfaces Ethernet no Ubuntu 14,10

-1

Sou novo no Ubuntu 14.10, instalei recentemente o Ubuntu 14.10 e configurei o
    Interfaces Ethernet como abaixo com IP estático em /etc/network/interfaces file.     E eu também adicionei o servidor DNS no arquivo /etc/reslov.conf .

Mas quando eu pesquisei algo, ele dá 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
    
por r13kumar 31.12.2014 / 10:58

1 resposta

0
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.

Obrigado para @begueradj, @Thushi, @ user3386914 pelos seus comentários

    
por r13kumar 02.01.2015 / 10:53