我正在嘗試透過乙太網路將我的 Armbian 裝置連接到網路。我為此使用 nmtui。 ifconfig -a 顯示有“eth0”介面。我改變了它。我輸入靜態 IPv4 位址、網關(從我的電腦上的「ip r」取得此位址,它是路由器介面頁面的 ip)、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 --