Quote:
引用第6楼rool于2008-05-11 12:10发表的 :
sudo gedit /etc/rc.local
添加:
ifconfig eth0 down
ifconfig eth0 ether hw *********
ifconfig eth0 up
.......
Quote:
引用第5楼yunyue于2008-05-11 09:28发表的 :
$sudo ifconfig eth0 down
$sudo ifconfig eth0 hw ether xxxxxxxxxxxx (mac地址)
$sudo ifconfig eth0 up
这样改一下MAC就可以了,难道楼主的不行?
谢谢楼上两位蝈蝈。
有这样一个细节:
因为是双网卡,
忽然发现我系统默认的主网卡是无线网卡故在改MAC的时候应该是:
$sudo ifconfig eth
1 down
$sudo ifconfig eth
1 hw ether xxxxxxxxxxxx (mac地址)
$sudo ifconfig eth
1 up