openwrt修改裝置mac

2021-10-07 06:13:35 字數 1197 閱讀 2865

root@openwrt:/# iwpriv ra0 e2p

ra0       e2p:

[0x0000]:7628  [0x0002]:0201  [0x0004]:5164  [0x0006]:807e  

[0x0008]:fa35  [0x000a]:0000  [0x000c]:0000  [0x000e]:0000  

ra0 的 mac 是讀取 0x0004,0x0006 和 0x0008 三個暫存器。

若果想把 mac 位址修改為 64:51:7e:80:88:99

輸入:root@openwrt:/# iwpriv ra0 e2p 08=9988   (高位元組09儲存99,低位元組08儲存88)

刪除 wireless 檔案,重啟網路或者重啟

root@openwrt:/#  rm /etc/config/wireless

root@openwrt:/# etc/init.d/network restart  重啟網路

修改/etc/config/network

新增配置項 option macaddr '00:0c:43:28:80:82'

重啟網絡卡即可

查詢

root@www:/# flash -r 4e000 -c 12

4e000: 0 4e001: c 4e002: 43 4e003: 28 4e004: 80 4e005: 82

4e006: 0 4e007: c 4e008: 43 4e009: 28 4e00a: 80 4e00b: 82

修改

flash -w 0x4e000 -o aa

flash -w 0x4e001 -o bb

flash -w 0x4e002 -o cc

flash -w 0x4e003 -o dd

flash -w 0x4e004 -o ee

flash -w 0x4e005 -o ff

flash -w 0x4e006 -o aa

flash -w 0x4e007 -o bb

flash -w 0x4e008 -o cc

flash -w 0x4e009 -o dd

flash -w 0x4e00a -o ee

flash -w 0x4e00b -o ff

Openwrt 修改Mac位址

2015 09 08 18 42 2478人閱讀收藏 舉報 openwrt 25 一 檢視mac位址 root m201 ls dev mtdblock mtdblock0 mtdblock1 mtdblock2 mtdblock3 mtdblock4 mtdblock5 root m201 ls ...

openwrt手動修改mac(非原始碼中)

問題 多台openwrt裝置在同一網路中使用產生mac衝突 解決過程 紅色的為新增加的部分 1.修改 lan,wan mac位址 編輯 etc config network 修改其中一段 config inte ce lan option type bridge option ifname eth0...

openwrt修改flash大小

預設openwrt trunk編譯出來的flash大小為8m,但是我們手上的板子可能flash大小更大,本文以mt7620a為例,將其flash大小由8m修改為16m或者32m 路徑為openwrt target linux ramips image makefile再次編譯後,bin檔案路徑為op...