会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rohens
专注通信领域学习,分享.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
44
下一页
2016年4月27日
openwrt源码下载地址(镜像)
摘要: 与openwrt.org的源码svn路径仅仅多了一个.cn svn://svn.openwrt.org.cn/openwrt/branches/backfiresvn://svn.openwrt.org.cn/openwrt/trunkluci的源码镜像:svn://svn.openwrt.org.
阅读全文
posted @ 2016-04-27 14:00 hbg-rohens
阅读(4639)
评论(0)
推荐(0)
2016年4月20日
vconfig 的使用
摘要: http://man.cx/vconfig%288%29 vconfig 作用: (802.1q)VLAN配置程序 root@hbg:/# vconfig --helpBusyBox v1.22.1 (2016-02-24 11:41:04 CST) multi-call binary. Usage
阅读全文
posted @ 2016-04-20 11:23 hbg-rohens
阅读(5776)
评论(0)
推荐(0)
brctl 的使用
摘要: brctl 作用: 用来进行以太网桥接(bridge)的管理 主要用法如下: root@hbg:/# brctl --helpBusyBox v1.22.1 (2016-02-24 11:41:04 CST) multi-call binary. Usage: brctl COMMAND [BRID
阅读全文
posted @ 2016-04-20 10:33 hbg-rohens
阅读(4120)
评论(0)
推荐(0)
2016年4月19日
iwinfo 的使用
摘要: 以前使用iwconfig来配置和获取wireless的信息,目前openwrt已经废弃这种方式,采用 iwinfo 和 iw 命令来进行替代。 iwinfo的使用方法如下: root@hbg:/# iwinfo -hUsage: iwinfo <device> info // 查看设备信息 iwin
阅读全文
posted @ 2016-04-19 11:28 hbg-rohens
阅读(9525)
评论(0)
推荐(1)
2016年4月18日
openwrt杂记
摘要: /etc/config/wireless是在boot启动时生成的。 代码在/etc/init.d/boot中,如下: /sbin/wifi detect > /tmp/wireless.tmp // 先生成临时文件wireless.tmp [ -s /tmp/wireless.tmp ] && {
阅读全文
posted @ 2016-04-18 14:14 hbg-rohens
阅读(381)
评论(0)
推荐(0)
openwrt 路由器变砖后修复方法
摘要: https://wiki.openwrt.org/doc/howto/generic.debrick 变砖后需根据类型进行修复,主要有以下四种: (1)if only something on the JFFS2 partition is broken, you are still able to
阅读全文
posted @ 2016-04-18 10:32 hbg-rohens
阅读(4515)
评论(0)
推荐(0)
2016年4月16日
路由协议
摘要: 路由协议分为:内部网关协议(IGP,Interior Gateway Protocol)和外部网关协议(EGP,Exterior Gateway Protocol)。 IGP用来交换同一自治系统中的所有路由器间的所有路由信息,适用于某一大型网络中的路由器组使用。 EGP以可控制的方式在不同的自治系统
阅读全文
posted @ 2016-04-16 09:41 hbg-rohens
阅读(520)
评论(0)
推荐(0)
2016年4月13日
openwrt 更改 debug 等级(hostapd)
摘要: https://wiki.openwrt.org/doc/devel/debugging 调试hostapd,其中hostapd的调试等级如下: # Levels (minimum value for logged events):# 0 = verbose debugging # 1 = debu
阅读全文
posted @ 2016-04-13 14:55 hbg-rohens
阅读(4210)
评论(0)
推荐(0)
openwrt 中procd
摘要: https://wiki.openwrt.org/doc/techref/procd Procd:Openwrt的进程管理守护进程(process management daemon),它与初始化脚本(/etc/init.d/*)保持联系,当进程相关联的配置文件更改时,会触发procd去重启或启动脚
阅读全文
posted @ 2016-04-13 11:27 hbg-rohens
阅读(7119)
评论(0)
推荐(0)
openwrt增加串口登录需要密码
摘要: https://wiki.openwrt.org/doc/howto/serial.console.password Openwrt 串口默认是没有密码的。Openwrt启动后,一个默认的密码将被启用去保护ssh登录和页面(http)登录,而串口登录密码却是空缺的。 将串口登录加入密码方法如下: 步
阅读全文
posted @ 2016-04-13 10:01 hbg-rohens
阅读(3565)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
44
下一页
公告