armbian N1 开机固定MAC debian10

本文详细介绍了GNUnano3.2系统中uEnv.ini文件的配置方法,包括dtb名称设置、启动参数调整、网络接口配置及双IP设置策略。深入探讨了如何通过修改配置文件实现设备的稳定运行与网络连接优化。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  GNU nano 3.2 /boot/uEnv.ini  

dtb_name=/dtb/meson-gxl-s905d-phicomm-n1.dtb
bootargs=root=LABEL=ROOT_EMMC rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend
ethaddr=42:b8:79:09:d8:ed

不过 有时候不管用。。。。

 

那就

 

nano /etc/network/interfaces

# Wired adapter #1
allow-hotplug eth0
no-auto-down eth0
iface eth0 inet dhcp
hwaddress ether FC:55:44:33:22:11
pre-up ifconfig eth0 hw ether FC:55:44:33:22:11

如果双IP。。。。

 

设置参数: /sbin/sysctl net.ipv4.conf.eth0.promote_secondaries=1 (晋升辅助ip地址)

If this is enabled, and primary address of an interface gets deleted, an alias of the interface (secondary) will be upgraded to become primary.

The default is to purge all the secondaries when you delete the primary
设置重启后仍然生效:echo "net.ipv4.conf.eth0.promote_secondaries=1" >>/etc/sysctl.conf

ip addr del 192.168.198.97/24 dev eth0

 

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值