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

文章分类

全部博文(685)

文章存档

2015年(116)

2014年(569)

发布时间:2014-09-29 09:22:21

原文地址:http://fongzhiye.blog.163.com/blog/static/202836152201231945019139/如果执行 iptable -L 出现以下信息,那么就需要重新配置和编译内核:iptables v1.4.2: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)Perhaps iptables or your kernel needs to be .........【阅读全文】

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

发布时间:2014-09-28 19:10:53

原文地址:http://www.haiyun.me/archives/openwrt-iptables.htmlOpenWrt自带防火墙有点复杂,自己根据需要重新配置了下iptables,可满足一般用户需求。12345678910111213141516171819202122232425262728293031323334#/bin/bash #OpenWrt防火墙,适用于R.........【阅读全文】

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

发布时间:2014-09-28 18:50:49

原文地址:http://openwrt.diandian.com/post/2014-09-10/40062915439iptable配置实例iptable基本操作iptables -L 列出iptables规则iptables -F 清除iptables内置规则iptables -X 清除iptables自定义规则设定默认规则在iptables规则中没有匹配到规则则使用默认规则进行处理iptables -P IN.........【阅读全文】

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

发布时间:2014-09-28 18:46:22

原文地址:http://blog.appdevp.com/archives/282OpenWrt默认安装自带了iptables防火墙,并且默认设置了不少规则和策略,尤其是自定义了很多用户规则链,看起来比较复杂。用iptables -nL 查看,会发现特别多自定义用户链,root@myopenwrt:~# iptables -nLChain INPUT (policy ACCEPT)target prot opt source destina.........【阅读全文】

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

发布时间:2014-09-28 17:19:52

/** * mii_check_gmii_support - check if the MII supports Gb interfacesnetdev_info * @mii: the MII interface */int mii_check_gmii_support(struct mii_if_info *mii){ int reg; reg = mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR); if (reg & BMSR_ESTATEN) {&nbs.........【阅读全文】

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

7大爷2014-04-21 11:08

期待你的原创博文哦

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

登录 注册