
Soy nuevo en Ubuntu 14.10, recientemente instalé Ubuntu 14.10 y configuré las
interfaces Ethernet como se muestra a continuación con IP estática en /etc/network/interfaces
el archivo. Y también agregué el servidor DNS en /etc/reslov.conf
el archivo.
Pero cuando busqué algo en Google, aparece un error como "Servidor no encontrado, verifique su conexión a Internet".
Configuración de la interfaz Ethernet en /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
Configuración del servidor DNS en /etc/resolv.conf
nameserver 10.X.X.X
Respuesta1
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.
Graciasa @begueradj, @Thushi, @user3386914 por tus comentarios