您的位置:首页 > 运维架构 > Linux

Script of modifying ether card MAC address under linux

2010-12-05 22:44 337 查看
#!/bin/bash
# Update MAC Address for Ether Card eth0 to work in SJTU LAN
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:00:00:00:00
ifconfig eth0 up
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐