内容摘要:本文介绍在RouterOS中修改mac地址的方法
[admin@MikroTik] > interface ethernet pr
修改前
Flags: X - disabled, R - running
# NAME MTU MAC-ADDRESS ARP
0 R ether1 1500 00:11:22:33:44:55 enabled
1 R ether2 1500 00:08:02:B3:FC:99 enabled
2 R ether3 1500 00:E0:81:02:21:BF enabled
3 R ether4 1500 00:E0:81:02:21:C0 enabled
[admin@MikroTik] > interface ethernet set 2 mac-address=00:11:22:33:44:56
注释:把编号为2的网卡的MAC地址改为:00:11:22:33:44:56
[admin@MikroTik] > interface ethernet pr
查看修改后结果
Flags: X - disabled, R - running
# NAME MTU MAC-ADDRESS ARP
0 R ether1 1500 00:11:22:33:44:55 enabled
1 R ether2 1500 00:08:02:B3:FC:99 enabled
2 R ether3 1500 00:11:22:33:44:56 enabled
3 R ether4 1500 00:E0:81:02:21:C0 enabled
[admin@MikroTik] >
这个办法很少人知道,实用的。
责编:豆豆技术应用
- Photoshop制作梦幻水晶球
- Windows Vista五个没有兑现的承诺
- 惊艳!Ubuntu 7.10系统新功能评测
- PhotoShop文字特效 Photoshop动感光影字重现黑客帝国
- 鼠绘:用Photoshop打造阿尔卡特手机
- JAVA中的反射机制详解
- J2EE:web开发中的缓存问题的研究(一)
- web开发中的缓存问题的研究(二)
- JDK 1.5中实现面向对象形式的SQL语句
- JSP中的pageEncoding和contentType属性