2019年12月12日

OpenWRT Configuration in scripts

摘要: OpenWrt offers a set of standard shell procedures to interface with UCI in order to efficiently read and process configuration files from within shell 阅读全文

posted @ 2019-12-12 16:57 sudochen 阅读(564) 评论(0) 推荐(0)

Adding new device support

摘要: Adding new device support This article assumes your device is based on a platform already supported by OpenWrt. If you need to add a new platform, see 阅读全文

posted @ 2019-12-12 16:55 sudochen 阅读(293) 评论(0) 推荐(0)

Adding a new device

摘要: Adding a new device A good all-round advice would be to start by looking at recent commits about adding a new device, to see what files where changed 阅读全文

posted @ 2019-12-12 16:54 sudochen 阅读(415) 评论(0) 推荐(0)

Create a sample procd init script

摘要: Create a sample procd init script This article is a mostly verbatim copy of https://joostoostdijk.com/posts/service-configuration-with-procd/ any cred 阅读全文

posted @ 2019-12-12 16:53 sudochen 阅读(657) 评论(0) 推荐(0)

OpenWRT NetWork

摘要: Network basics /etc/config/network This is a default OpenWrt network stack of a typical home router your device may vary slightly in features or numbe 阅读全文

posted @ 2019-12-12 16:47 sudochen 阅读(830) 评论(0) 推荐(0)

OpenWRT DNS

摘要: DNS and DHCP configuration /etc/config/dhcp See also: DNS and DHCP configuration examples OpenWrt uses dnsmasq and odhcpd to serve DHCP and DNS by def 阅读全文

posted @ 2019-12-12 16:45 sudochen 阅读(1160) 评论(0) 推荐(0)

OpenWRT IPv6NAT

摘要: NAT6 and IPv6 masquerading This article relies on the following: Accessing OpenWrt via CLI Configuring OpenWrt with UCI Managing packages Managing ser 阅读全文

posted @ 2019-12-12 16:43 sudochen 阅读(1046) 评论(0) 推荐(0)

2019年12月10日

网络服务端口号

摘要: 2端口:管理实用程序 3端口:压缩进程 5端口:远程作业登录 7端口:回显 9端口:丢弃 11端口:在线用户 13端口:时间 17端口:每日引用 18端口:消息发送协议 19端口:字符发生器 20端口:FTP文件传输协议(默认数据口) 21端口:FTP文件传输协议(控制) 22端口:SSH远程登录协 阅读全文

posted @ 2019-12-10 16:14 sudochen 阅读(1430) 评论(0) 推荐(0)

Radiotap信息

摘要: 在Linux系统中用wireshark或tcpdump抓无线网卡数据包,每一数据帧前面都有一个叫radiotap的协议头,它包含了信号强度、噪声强度、信道、时间戳等信息。radiotap比传统的Prism或AVS头更有灵活性,成为ieee802.11事实上的标准。支持radiotap的系统较多,如L 阅读全文

posted @ 2019-12-10 16:12 sudochen 阅读(254) 评论(0) 推荐(0)

2019年12月9日

OpenWRT自动挂载支持

摘要: 原文链接 版权声明:本文为CSDN博主「linux_zhu」的原创文章,遵循 CC 4.0 BY SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/u011641885/article/details/46530327 阅读全文

posted @ 2019-12-09 09:50 sudochen 阅读(2860) 评论(0) 推荐(0)

导航