ChinaUnix.net
相关文章推荐:

OpenWRT2760U rg100a

openwrt rg100a-AA 上使用双网卡配置PPTP VPN服务器 . internet----------eth1.1---------eth1.2--------intranet ip_addr1 ip_addr2 首先安装软件包pptpd,kmod-mppe,kmod-gre等。 配置pptpd:[code] 配置文件/etc/ppp/optinos.pptpd #debug #logfile /tmp/pptp-server.log #logfile /var/pptp-server.log 172.16.1.1: auth name "pptp-server" lcp-echo-failure 3 lcp-echo-interv...

by 凝望长空 - 监控及自动化运维技术 - 2011-11-17 10:58:33 阅读(2475) 回复(0)

运维

相关讨论

求助请问有没有OPENVPN高手,我在rg100上配置VPN一直没成功,有没有用rg100aopenwrt开OPENVPN的,给个配置备份,或请我指点一下,谢谢了,本人10M光纤浪费了可惜啊

by gmgr - 服务器应用 - 2010-05-02 14:20:54 阅读(2518) 回复(1)

现在openwrt的信道 auto 模式总是自动锁定在 1 上,其实这个是很久的问题,这里是启动脚本 修改则个加上自己的信道选择算法 就可以自动选择信道了[code]#!/bin/sh # Copyright (C) 2006 openwrt.org DEBUG=off . /lib/functions.sh usage() { cat <

by forgaoqiang - 嵌入式开发 - 2014-03-20 13:18:46 阅读(11513) 回复(7)
by yuweixian4230 - 移动操作系统 - 2011-12-22 08:51:11 阅读(741) 回复(0)

小弟刚接触openwrt,对它的结构与开发流程不是很明白,不知有哪位高手愿意简单的讲述一下。 主要是它的主要模块和make的流程。

by done_and_todo - 嵌入式开发 - 2012-05-19 12:56:30 阅读(3536) 回复(2)

不知道这个贴子发到这里合适么? 大家好,我想把openwrt移植到mini2440中,但是不知道要如何生成适合板子的jffs2.bin,板子的擦除块大小有16K和128K两种。我的操作系统是ubuntu10.10,内核是2.6的,希望有人能够帮帮忙。

openwrt

by wai52777 - 移动操作系统 - 2010-11-18 09:57:36 阅读(3938) 回复(0)

One of the biggest challenges to getting started with embedded devices is that you just can't install a copy of Linux and expect to be able to compile a firmware. Even if you did remember to install a compiler and every development tool offered, you still wouldn't have the basic set of tools needed to produce a firmware image. The embedded device represents an entirely new hardware platform, wh...

by cdlda - Linux文档专区 - 2009-04-13 15:44:13 阅读(1252) 回复(0)

既然安装了openwrt,那么让它为你工作。 先说一些基础状况  1.Kamikaze 方式下的openwrt是默认关闭无线设备的,所以首先必须要开启  2.路由器的WAN口无法工作,但Modem可以拨号  3.现有一个基于Linksys+ddwrt 的无线网络  4.没有找到nvram开启无线模块参数,所以必须通过其他途径  5.在完成所有设置、以及测试之前,不要修改密码  6.准备一个putty程序,用来ssh 思路  1.必须让openwrt设备连入internet,否则后续工作无...

by tsengtim - 网络技术文档中心 - 2009-04-05 00:05:18 阅读(1874) 回复(0)

如何使用   telnet登录openwrt后,第一次使用nvram的话,尝试一下 nvram show 命令(加上回车),将列出所有的nvram参数。   第二步仍然是尝试一下,用 nvram get flash_type 看看FLASH芯片是什么型号的,但这台7231-4p却无法看到型号。   我这里学习nvram的主要目的是用来设置的,设置命令是 nvram set ,完整的写法是“nvram set 参数=值”,我用一个例子说明。   参数设置后,必须使用 nvram commit 进行保存,如...

by tsengtim - 网络技术文档中心 - 2009-04-04 23:10:15 阅读(2927) 回复(0)