飞腾D3000麒麟信安系统下配置intel I210 MAC

1、背景介绍

在x86系统下可通过 intel官方提供的eeupdate工具进行mac地址配置,参考这篇文章:Linux下Intel网卡固件烧写工具_eeupdate64e-CSDN博客

在飞腾2000+下由于无法使用工具,只能用ethtool进行mac地址固化,前期已经固化过Intel I350网卡mac地址,参考这篇文章:FT2000+下固化intel I350mac地址_mac地址固化-CSDN博客

目前是在飞腾D3000系统下针对intel I210网卡进行固化,此时采用和intel I350一样的命令无效。

2、固化方法

命令无效的原因是ethtool命令中magic后面接的数字必须要和网卡pcie节点匹配,这一点I210与I350是不一样的,先通过命令找出I210设备号:

此时可以知道设备号为80861533,于是替换magic后面数字实现mac地址固化,命令如下:

bash 复制代码
ethtool -E eth2 magic 0x15338086 offset 0x00 value 0x44
ethtool -E eth2 magic 0x15338086 offset 0x01 value 0x6f
ethtool -E eth2 magic 0x15338086 offset 0x02 value 0xd8
ethtool -E eth2 magic 0x15338086 offset 0x03 value 0x60
ethtool -E eth2 magic 0x15338086 offset 0x04 value 0x50
ethtool -E eth2 magic 0x15338086 offset 0x05 value 0x4d

ethtool -E eth3 magic 0x15338086 offset 0x00 value 0x44
ethtool -E eth3 magic 0x15338086 offset 0x01 value 0x6f
ethtool -E eth3 magic 0x15338086 offset 0x02 value 0xd8
ethtool -E eth3 magic 0x15338086 offset 0x03 value 0x60
ethtool -E eth3 magic 0x15338086 offset 0x04 value 0x50
ethtool -E eth3 magic 0x15338086 offset 0x05 value 0x4e

这样就完成了D3000麒麟系统下针对Intel I210网卡mac地址的固化。

相关推荐
zhensherlock3 天前
Protocol Launcher 系列:App Store 精准引流与应用推广
javascript·macos·ios·typescript·iphone·mac·ipad
jianghao20256 天前
realesrgan-gui跨平台使用指南:Win/Mac/Linux全支持
linux·windows·mac·跨平台软件·realesrgan-gui
电饭叔13 天前
利用ip地址帮助macbook系统连接带有wifi功能的epson电脑
电脑·mac·macbook·mac book添加打印机
雨洛lhw13 天前
基于 FPGA 的主机 IP 自动配置方案设计
udp·mac·ip·fpga·dhcp
pe7er24 天前
macOS 应用无法打开(权限问题)解决方案
macos·mac
*.✧屠苏隐遥(ノ◕ヮ◕)ノ*.✧1 个月前
JSP, MVC, El, JSTL, MAC
java·开发语言·mvc·mac·jsp
独泪了无痕1 个月前
Mac Homebrew 安装 MySQL 指南
数据库·mysql·mac
chrisleequeen1 个月前
【无标题】
conda·mac·anaconda·环境变量·export·no found
张泽泽zzz1 个月前
使用VPN后 Mac出现能联网但无法访问网页的问题 <已解决>
mac
Felven1 个月前
D3000平台DDR4Stream单核性能高于多核性能情况说明
性能测试·ddr4·飞腾·d3000