Ubuntu 14,10에서 이더넷 인터페이스를 구성한 후에도 인터넷에 연결할 수 없습니다

Ubuntu 14,10에서 이더넷 인터페이스를 구성한 후에도 인터넷에 연결할 수 없습니다

저는 Ubuntu 14.10을 처음 사용하고 있으며 최근 Ubuntu 14.10을 설치하고 파일
의 고정 IP를 사용하여 아래와 같이 이더넷 인터페이스를 구성했습니다. /etc/network/interfaces그리고 파일에 DNS 서버도 추가했습니다 /etc/reslov.conf.

하지만 내가 뭔가를 검색하면 다음과 같은 오류가 발생합니다.서버를 찾을 수 없습니다. 인터넷 연결을 확인하세요.".


/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에게 보내주십시오.

관련 정보