이더넷을 통해 Armbian 장치를 인터넷에 연결하려고 합니다. 나는 이것을 위해 nmtui를 사용합니다. ifconfig -a는 "eth0" 인터페이스가 있음을 보여줍니다. 나는 그것을 바꿨다. 고정 IPv4 주소, 게이트웨이(이 주소는 라우터 인터페이스 페이지의 IP인 내 컴퓨터의 "ip r"에서 가져옴), DNS를 입력합니다. "자동 연결" 옵션을 설정했습니다. 이제 활성화하려고 하는데 오류가 발생합니다.
Could not activate connection: Activation failed: Te device could not be readied for configuration
그걸로 무엇을 할 수 있나요?
/etc/network/interfaces 파일에는 다음이 포함되어 있습니다(죄송합니다. 장치에서 복사하여 붙여넣을 수 없습니다).
# Wired adapter #1
allow-hotplug eth0
no-auto-down eth0
iface eth0 inet dhcp
#iface eth0 inet static
#address 192.168.1.100
#netmask 255.255.255.0
#gateway 192.168.1.1
#dns-nameservices 192.168.0.1
이것은 내가 nmtoi 설정에 넣은 IP 주소도 아니고, 이 DNS도 아닙니다.
nmcli 개발 출력:
device type state connection
eth0 ethernet disconnected --