Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3124883
  • 博文数量: 685
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5303
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-19 14:17
个人简介

文章分类

全部博文(685)

文章存档

2015年(116)

2014年(569)

发布时间:2014-09-28 11:50:31

原文地址:http://blog.csdn.net/huichengongzi/article/details/55043651. 固定一个MAC地址,特别是在使用多个虚拟机的时候linux环境下:用root身份登录,在/etc/rc.d/rc.local里加上这三句ifconfig eth0 downifconfig eth0 hw ether 00:0C:18:EF:FF:EDifconfig eth0 up 这样重新reboot后就不.........【阅读全文】

阅读(1910) | 评论(0) | 转发(0)

发布时间:2014-09-18 15:31:13

原文地址:http://blog.csdn.net/lqrensn/article/details/8078676[cpp] view plaincopyprint?/*Linux ifconfig,c简易源代码*/ #include <sys/ioctl.h> #include <net/if.h> #include <sys/socket.h> #include <sys/types.h> #include <stdio.h> #inclu.........【阅读全文】

阅读(1590) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

7大爷2014-04-21 11:08

期待你的原创博文哦

回复  |  举报
留言热议
请登录后留言。

登录 注册