下面列出几个常见品牌的合法MAC前缀
查询网址:https://udger.com/resources/mac-address-vendor?v=top
https://gist.github.com/aallan/b4bb86db86079509e6159810ae9bd3e4
### 检查方法
【Tips】你可以在[mac地址查询网站](https://macvendors.com/)输入前缀查品牌。
openwrt更改mac地址方法
#network
查询网址:https://udger.com/resources/mac-address-vendor?v=top
https://gist.github.com/aallan/b4bb86db86079509e6159810ae9bd3e4
### 检查方法
【Tips】你可以在[mac地址查询网站](https://macvendors.com/)输入前缀查品牌。
openwrt更改mac地址方法
pppoe 协议吗,要修改这个文件 /etc/config/network
文件里有没有下面这一段
config device 'wan_dev'
option name 'eth0.2'
option macaddr '40:31:3c:xx:xx:xx'
没有的话,添加进文件,eth0.2这个改成和 wan里的一样
config device
option name 'lan2'
option macaddr 'xxx'
config device
option name 'lan3'
option macaddr 'xxx'
config device
option name 'eth1'
option macaddr 'xxx'
#network