全部博文(685)
发布时间:2014-10-07 16:48:18
原文地址:http://www.07net01.com/linux/zuixindnsmasqanzhuangbushuxiangjie_centos6__653221_1381214991.html介绍DnsmasqDnsmasq是一个很实用的小工具,解决局域网的需求看来非常合适,特别是网关和防火墙上。它同时也可以作为一个dns查询服务器,虽然不如bind等完善,但基本功能也够用了。它可以提.........【阅读全文】
发布时间:2014-10-07 15:29:59
1.访问路由器的网页:除了需要uhttpd Web服务器外,还需luci这一网页GUI(feeds/luci,一般也都在该目录下开发,最终编译的内容在rootfs的/usr/lib/lua目录下)。安装luci网页GUI:./scripts/feeds update packages luci./scripts/feeds install -a -p luciLUCI ---> 2.Modules ---> <*> luci-mod-adm.........【阅读全文】
发布时间:2014-10-07 11:59:33
原文地址:http://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316661.html简介Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为Active Inte.........【阅读全文】
发布时间:2014-10-06 17:41:12
原文地址:http://xinliang.me/blog/?p=156netifd interface RPCnetifd为每个interface object注册了一组相同的methods,如下: .........【阅读全文】