5
우분투 : resolvconf에 대해 / etc / network / interfaces에서 DNS 서버를 올바르게 구성하는 방법은 무엇입니까?
내가 본 구성 ( /etc/network/interfaces) 의 모든 예 는 인터페이스를 구성한 다음 그 아래에 다음 dns-*과 같은 줄을 보여줍니다. auto eth0 iface eth0 inet static ... dns-nameservers 127.0.0.2 dns-search example.com my.example.com 이제 DNS 프로토콜이 전송 메커니즘과 무관하다는 것을 알고 있습니다. 따라서 dns-nameservers회선 에 IPv6 주소를 추가하는 것은 잘못된 일이 아닙니다 …