nmtui“设备无法准备好配置”

nmtui“设备无法准备好配置”

我正在尝试通过以太网将我的 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 --

相关内容