
Ich bin neu bei Ubuntu 14.10, habe Ubuntu 14.10 vor Kurzem installiert und die
Ethernet-Schnittstellen wie unten mit statischer IP in /etc/network/interfaces
der Datei konfiguriert. Und ich habe auch den DNS-Server in /etc/reslov.conf
der Datei hinzugefügt.
Aber wenn ich etwas googele, kommt ein Fehler wie "Server nicht gefunden. Überprüfen Sie Ihre Internetverbindung.".
Ethernet-Schnittstellenkonfiguration in /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
DNS-Serverkonfiguration in /etc/resolv.conf
nameserver 10.X.X.X
Antwort1
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.
Dankean @begueradj, @Thushi, @user3386914 für eure Kommentare