인터페이스에서 정적 DNS를 어떻게 구성합니까?
우분투 12.04를 사용하고 있습니다. 내 /etc/network/interfaces파일은 다음으로 구성됩니다. # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.1.58 gateway 192.168.1.1 network 192.168.1.0 broadcast 192.168.1.255 dns-nameservers 66.212.63.228 66.212.48.10 나는 명령을 실행했다 : /etc/init.d/networking restart 어떤 응답 : …