debian下的网卡设定--直接man interfaces
1、问题的由来:如何设定debian下 dhcp-client获取地址以及默认路由的优先级,看了下man interfaces手册,找到了答案,在dhcp配置节说明里,直接加上metric 数字
在线man interfaces手册:https://manpages.debian.org/buster/ifupdown/interfaces.5.en.html 实际上/etc/network/interfaces是ifupdown的配置文件
2、为什么在