全部博文(685)
brctl网桥(3)
lua(19)
系统机制(4)
智能路由:必备功(8)
基本路由配置:联(1)
防火墙/DMZ/UPNP(3)
linux常用网络命(0)
netifd(1)
netstat(2)
文件系统(9)
应用软件包及内核(5)
系统日志syslogd+(1)
DHCP移植(1)
Iptables移植(6)
Arm移植wifi驱动(5)
Ifconfig移植:网(2)
Web服务器(2)
迅雷(0)
ARM移植openWRT(5)
工具(2)
pppoe拨号上网(2)
刷机(5)
底层驱动(11)
系统编译框架及脚(16)
LuCI(19)
发布时间: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后就不.........【阅读全文】
发布时间: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.........【阅读全文】