/etc/network/interfaces
하지만 나는 내 것을 설정했습니다 .항상 네트워크를 다시 시작해야 합니다., 단지 시작이 아닙니다. /etc/init.d/networking restart
시스템 시작 시. 뭐가 문제 야? 나는 내 네트워크를 원한다자동으로 작업시스템 시작 시.
내 /etc/network/interfaces 구성
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
# The primary network interface
iface eth0 inet static
address 192.168.1.21
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8 192.168.1.1
DHCP에도 같은 문제가 있습니다.
rc.local이 작동할 수도 있지만 올바른 접근 방식은 아니라고 생각합니다.