离开 debian 后,我在笔记本电脑上使用了 devuan linux ,因为与 debian 相比,第一个具有更好的顺序性和简单性。
我对此非常满意,但我遇到了下一个问题:
当操作系统启动时,如果我的以太网电缆没有插入,或者即使我的连接出现问题,它也会等待大约 20 秒,同时等待:
配置互联网接口
...然后它说:
ifup 已经配置好了。完毕
或类似的东西,即使它确实配置了接口(如果从一开始就没有真正连接电缆,这真的很少见应该连接 - 我可能有电缆问题,因为它太长或者可能是因为端口有问题-) 即使没有真正配置接口并且我将无法访问互联网。
我想要的是:1)一种保存配置的方法,不需要在每次启动时等待这 20 秒ifup
重新配置,而是能够使用
service networking restart
如果我的 Internet 在启动过程中没有真正配置。
PS:每次开机要等 20 秒真的很多,很多时候我只想离线工作而没有插入电缆。
/etc/network/interfaces
:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# This is an autoconfigured IPv6 interface
iface eth0 inet6 auto