![]() |
|
|||||||
| 网络赚钱技术交流 讨论网上赚钱的技术、新动态。 |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
IP: 218.2.67.50
|
|||
|
|||
|
4、Linux系统
如果你的系统是linux,想修改系统中的MAC地址(例如改为020202020202),操作方法是:用#ifconfig eth0 down 先把网卡禁用,否则会报告系统忙,无法更改;然后再用ifconfig eth0 hw ether 020202020202 即可。 如果你想永久修改系统中的MAC地址,可以这样操作:在/etc/rc.d/rc.local中加入以下三行(也可在/etc/init.d/network中添加以下三行) ifconfig eth0 down ifconfig eth0 hw ether 020202020202 ifconfig eth0 up 四、MAC地址改好了吗? 如果你想知道系统中的MAC地址是否修改成功了,可以这样操作:重启电脑,在命令提示符下,输入IPconfig/all命令,于是Physical Address右边就会显示一个地址,你检查一下即可得知MAC是否修改成功了。 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|