[讨论]在ubuntu中怎么改mac?
我们学校上网是ip和mac绑定的我借同学ip上网,
现在装了ubuntu,想上网
把ip配置好了
但是要改mac
用了很多方法
都不行,呜呜
1)sudo gedit /etc/iftab
改成eth0 mac **:**.....
2)sudo gedit /etc/rc.d/rc.local
出来一个编辑器
写了那三个命令
但是不让保存,还是在root下面,都不让保存,汗
3)还直接登陆root,直接改的系统文件iftab
但是用ifconfig -a后 看到的还是自己的mac
4)我在ubuntu里面找到了/etc/network/interfaces这个文件最后写的是
iface eth0 inet static
address 202.198.163.7
network 202.198.163.0
getway202.198.163.254
auto eth0
然后我加了hwaddr 00:02:76:77:88:99
保存后
用man interfaces 没有看到mac地址呀?而且它一直需要翻页,汗,好多东东呀,眼花缭乱的
还用了/sbin/ifconfig eht0 down
/sbin/ifconfig eht0 up
汗 检查ifconfig -a的时候还是自己的mac
ubuntu里面没有rc.local,ifcfg-eth0这两个文件
现在改怎么弄了??还需要改什么吗?
我的mac依然没有变,依然不能上网~~谢谢了,装操作系统到是没出问题,但是改mac居然用了一晚上,一上午,汗 没弄过这个。找到一篇,看有用否:
在Linux下也可更改MAC地址:
1.关闭网卡设备
/sbin/ifconfig eth0 down
2.修改MAC地址
/sbin/ifconfig eth0 hw ether MAC地址
3.重启网卡
/sbin/ifconfig eth0 up
页:
[1]