有个arm的盒子刷了armbian
网卡怎么配置呢?
以下是现在的配置信息
auto eth0
auto eth0:0
iface eth0 inet6 dhcp
iface eth0 inet static
address 172.20.68.105
netmask 255.255.255.0
gateway 172.20.68.1
dns-nameservers 172.20.1.13
iface eth0:0 inet static
address 192.168.123.1
netmask 255.255.255.0
现在网卡0上的静态IP不生效,我哪里写错了吗?
现在只能通过0:0子接口的ip访问了
--
FROM 202.98.17.*