イーサネット経由で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 --