<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>曲径通幽论坛 - 『 OpenWRT』</title>
    <link>http://www.groad.net/bbs/forum.php?mod=forumdisplay&amp;fid=249</link>
    <description>Latest 20 threads of 『 OpenWRT』</description>
    <copyright>Copyright(C) 曲径通幽论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 25 May 2026 07:05:28 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.groad.net/bbs/static/image/common/logo_88_31.gif</url>
      <title>曲径通幽论坛</title>
      <link>http://www.groad.net/bbs/</link>
    </image>
    <item>
      <title>无线速率提为 300M</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=9269</link>
      <description><![CDATA[路由是 300M 的水星 MW320R，默认是 20Mhz，客户端连接显示速率最高 150Mbps。要想提升为 300Mbps，可以在 LUCI 界面留将 20Mhz 改为 40Mhz，然后修改 /etc/config/wireless ，添加 option noscan \'1\' ；或 ssh 登录有执行命令：]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 07 Oct 2016 08:40:36 +0000</pubDate>
    </item>
    <item>
      <title>Dropbear 使用公钥/私钥进行连接</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=9000</link>
      <description><![CDATA[有时为了更加安全的缘故，我们舍弃了基于用户名和密码的认证，而采用公钥/私钥的认证方式。这种认证方式的好处是：

[*]不需要再输入密码
[*]登录系统更加轻松
[*]不用担心人家看你手指录入密码而被记住
[*]不用再发送加密后的密码到 OpenWrt
[*]不用担心被中途截 ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Wed, 16 Sep 2015 08:10:42 +0000</pubDate>
    </item>
    <item>
      <title>OpenWRT Squid transparent configuration</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8970</link>
      <description><![CDATA[[mw_shl_code=bash,true]Squid required:
Mount HD (15GB min) on /tmp/cache, chmod -R 777 /tmp/cache

Firewall section:
config redirect
        option src \'lan\'
        option proto \'tcp\'
        option src_ip \'!192.168.1.1\'
        option src_]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Sun, 02 Aug 2015 08:49:18 +0000</pubDate>
    </item>
    <item>
      <title>系统时间不同步的解决方法</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8963</link>
      <description><![CDATA[如果路由器不时重启一下，可能会发现时间会越来越滞后，如果执行一些事件相关的任务，那么也可能会带来些麻烦。解决办法是，在计划任务里添加 rdate 命令进行同步，比如：]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Mon, 20 Jul 2015 09:43:58 +0000</pubDate>
    </item>
    <item>
      <title>tinyproxy 配置详解</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8959</link>
      <description><![CDATA[tinyproxy 作为一个无缓存的代理服务器，便利之处在于轻巧，且能满足一眼应用要求。它虽然也具有一定的过滤功能，但终究比不上一些更专业的软件，比如 squid，privoxy，然后者的配置复杂度很可能令人沮丧。下面简单说一下 tinyproxy 的配置。

1. 安装 tinyproxy

 ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Wed, 15 Jul 2015 09:43:39 +0000</pubDate>
    </item>
    <item>
      <title>tinyproxy + dansguardian</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8957</link>
      <description><![CDATA[tinyproxy 是一款轻型的代理服务器软件。dansguardian 是一款内容过滤软件。

测试硬件平台：MT7620A + 16M FLASH + 128M 内存 + BB 14.07

效果一般，有时不稳定，还会导致某些页面无法显示以及显示错乱。

安装：


删除 luci 缓存：


tinyproxy 的配置 ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Tue, 14 Jul 2015 09:28:51 +0000</pubDate>
    </item>
    <item>
      <title>crontab 计划任务</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8955</link>
      <description><![CDATA[常用得几个用法

1. 列出当前的计划任务列表 crontab -l

2. 删除当前的计划任务列表 crontab -r

3. 使用 vi 编辑当前的计划任务列表 crontab -e

在脚本中以非交互形式添加计划任务：

计划任务列表格式：

分钟：0~59
小时：0~23
日：   1~31
月：    ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Mon, 06 Jul 2015 06:30:02 +0000</pubDate>
    </item>
    <item>
      <title>openWRT 摄像头选购</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8950</link>
      <description><![CDATA[之前买了3个ZC0301PL的摄像头，淘宝10元一个，邮费12元，都可以用，但是都很旧，没有外壳，USB接口都有点锈了，在弱光下很模糊。后来觉得效果不满意，买了一个“高清”免驱摄像头，京东39元免运费，这个摄像头就清晰很多，而且在很弱的光线下，其他摄像头都已经什么都看 ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Tue, 30 Jun 2015 02:22:01 +0000</pubDate>
    </item>
    <item>
      <title>通过 ARP 缓存列表查看在线客户端</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8940</link>
      <description><![CDATA[查看 ARP 缓存列表：

可以看到当前在线客户端，比如：

像上面的结果，Flags 标记下值为 0x2 的，表示该主机可以连通，值为 0x0 的表示不在线不能连通；此外，存活的主机还能看到 MAC 地址。]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 05 Jun 2015 14:11:19 +0000</pubDate>
    </item>
    <item>
      <title>字符串匹配过滤（mangle 表的使用）</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8936</link>
      <description><![CDATA[要使用基于字符串匹配的过滤，应该先安装相应的软件包 iptables-mod-filter :

所需依赖会自动被装上。

或者在编译时将其选中，它还有一个依赖 kmod-ipt-filter ，这个也要选中。

一般情况下，比如想过滤掉 qq.com 这个域名的访问，那么可以如下使用：

其中  ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Sat, 30 May 2015 15:20:30 +0000</pubDate>
    </item>
    <item>
      <title>无线配置的几个参数说明</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8925</link>
      <description><![CDATA[option htmode HT40+ 使用40MHz频宽，但只支持1-7信道。HT40-，支持5-13信道。HT20 支持1-13信道，20MHz频宽

option channel 1使用信道1,1-13之间。若有限定频宽，信道参考如上。

option country CN 设定wifi标准为中国 CN、JP、HK均可开启13信道，默认的US只有 ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Tue, 19 May 2015 14:23:18 +0000</pubDate>
    </item>
    <item>
      <title>如何读取系统日志</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8921</link>
      <description><![CDATA[可以在 LUCI 界面读取到系统日志，也可以使用 logread 这个命令从内存缓冲区中读取系统日志（Openwrt 的系统日志不存储在文件中）。一直跟踪日志的输出使用 logread -f 。]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 15 May 2015 12:42:26 +0000</pubDate>
    </item>
    <item>
      <title>指定 DNS 查询的配置</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8917</link>
      <description><![CDATA[]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Wed, 13 May 2015 06:55:46 +0000</pubDate>
    </item>
    <item>
      <title>uci 如何在匿名节中增加 option</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8907</link>
      <description><![CDATA[有文件 /etc/config/test，其中仅有一个匿名节 config mytest ，那么如何使用 uci 命令为其增加一条 option 呢（比如增加一条 option enable \'1\'）？

如果使用 uci set test.mytest.enable=1 ，那么会提示参数错误。原因是 test.mytest.enable 中的 mytest 是类型， ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 01 May 2015 08:56:08 +0000</pubDate>
    </item>
    <item>
      <title>uci 中多个 section 的标示顺序</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8906</link>
      <description><![CDATA[许多情况下，会有许多个相同的配置类型，比如用 uci show 命令可以看到列出结如下：

在输出结果中，对于 zone，出现了数组的下标形式：[0], [1] 。打开 /etc/config/firewall 来看，会发现：

配置了两个 zone 的节。因此，[0] 表示第一个 zone，[1] 表示第二个 zo ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 01 May 2015 08:25:27 +0000</pubDate>
    </item>
    <item>
      <title>增加节配置类型(uci add/set)</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8905</link>
      <description><![CDATA[使用 uci add 增加节类型。

比如有：

该句，标志着一个节的开始。其中，节的配置类型为 playapp，配置名为 apple。也可以不用 apple，那么这个节就称为匿名节。

下面使用 uci add 命令（格式为：uci add          ）增加节配置类型：



注意上面，创建的 ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 01 May 2015 07:43:08 +0000</pubDate>
    </item>
    <item>
      <title>odhcpd 默认是用在 ipv6 的</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8904</link>
      <description><![CDATA[dnsmasq 是自带 dhcp 功能的，但看到 /etc/init.d 下还有个 odhcpd ，这看起来也是个 dhcp 服务器，从官方 WIKI 了解到，默认情况下它仅用在 IPv6 ：

WIKI 地址：http://wiki.openwrt.org/doc/uci/dhcp]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 24 Apr 2015 14:02:14 +0000</pubDate>
    </item>
    <item>
      <title>uhttpd 监听多个端口</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8903</link>
      <description><![CDATA[有时你可能想利用 uhttpd 多做点什么，并希望监听在多个端口下，那么可以简单的在 /etc/config/uhttpd 添加以下配置项并重启即可：

其它配置参数请参考说明手册。]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Fri, 24 Apr 2015 08:05:03 +0000</pubDate>
    </item>
    <item>
      <title>禁止串口连接</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8889</link>
      <description><![CDATA[1. 编辑 sysctl.conf ，增加下面一行：


2. 编辑 /etc/inittab 文件，禁用掉其中的 ::askconsole:/bin/ash --login 这一句 。

3. 重启

上述方法不需要重新编译固件。
方法二：

找到 target/linux/ar71xx/config-X.XX ，其中 X.XX 是内核版本号，找到：
 ...]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Wed, 08 Apr 2015 07:04:52 +0000</pubDate>
    </item>
    <item>
      <title>安装 dig</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8880</link>
      <description><![CDATA[安装 dig 命令：]]></description>
      <category>『 OpenWRT』</category>
      <author>beyes</author>
      <pubDate>Sat, 04 Apr 2015 14:20:47 +0000</pubDate>
    </item>
  </channel>
</rss>