우분투 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
어떤 응답 :
*Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
*Reconfiguring network interfaces...
RTNETLINK answers: File exists
Failed to bring up eth0
[ OK ]
다음으로 ping google.com을 실행하고 다음을 받았습니다.
ping: unknown host google.com
인터페이스가 새로 고쳐 졌는지 확실하지 않습니다. 고정 DNS 주소로 네트워크를 올바르게 구성하려면 어떻게합니까?
/etc/network/interfaces
이 이미 존재하는 것들에 대해 까다 롭습니다. 당신은 완벽한 설정을 할 수 있지만 이미 거기에 무언가가 있으며, 그것은 불평 할 것입니다. 그것이 불평하는 기본 경로 인 경우 ip route del default
, 컴퓨터를 실행 하여이 물건의 관리를 사용자에게 넘겨 줄 수있는 상태로 만들 수 있습니다./etc/network/interfaces