freebsd系统上修改mac地址的方法
ifconfig eth0 ether 00:05:06:07:d2:19
重新启动后会消失,可以加到/etc/rc.conf中
ifconfig_eth0_alias0="ether 00:05:06:07:d2:19"
 赞 (0)
                        ifconfig eth0 ether 00:05:06:07:d2:19
重新启动后会消失,可以加到/etc/rc.conf中
ifconfig_eth0_alias0="ether 00:05:06:07:d2:19"