Linux 更改網卡卡號
作者: cross 日期: 2010-04-16 14:46
ip link set eth0 down
ip link set eth0 address 11:22:33:44:55:66
ip link set eth0 up
或
ifconfig eth0 down
ifconfig eth0 hw ether 11:22:33:44:55:66
ifconfig eth0 up
參考
http://alangnet.blogdns.net/index.php?op=printView&articleId=100&blogId=1
http://linux.vbird.org/linux_server/0140networkcommand.php#ip_cmd
發表評論
上一篇
返回
下一篇
標籤:




使用 netsh 新增修改 IP address (2008-04-03 16:36)