|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
网络操作命令:ifconfig、ip、ping、netstat、telnet、ftp、route、rloginrcp、finger、mail、nslookup
1、在Linux下修正MAC地点办法以下:
办法1:在文件“/etc/rc.local”中到场
ifconfigeth0hwether00:D0:59:0D:9B:4C
办法2:在文件“/etc/rc.d/rc.sysinit”到场
ifconfigeth0down
ifconfigeth0hwether00:D0:59:0D:9B:4C
ifconfigeth0up
办法3:
/sbin/ifconfigeth0down
/sbin/ifconfigeth0hwether00:D0:59:0D:9B:4C
/sbin/ifconfigeth0up
个中,00:D0:59:0D:9B:4C是新的MAC地点。
2、在windows下修正mac地点办法:
网上邻人属性――当地毗连属性――设置――初级――networkaddress――在值中输出要修正的MAC地点就能够了!
</p>
使用gcc或g++进行编译,使用gdb进行调试; |
|