
私は Ubuntu 14.10 を初めて使用します。最近 Ubuntu 14.10 をインストールし、
以下のように/etc/network/interfaces
ファイル内の静的 IP を使用してイーサネット インターフェイスを構成しました。また、/etc/reslov.conf
ファイルに DNS サーバーも追加しました。
しかし、何かをグーグルで検索すると、「サーバーが見つかりません。インターネット接続を確認してください「」。
/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
/etc/resolv.conf の DNS サーバー設定
nameserver 10.X.X.X
答え1
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.
ありがとうコメントをくださった@begueradj、@Thushi、@user3386914へ