老版OpenWRT中使用openssl命令提示不存在 opkg update opkginstallopenssl-util 之后依然提示 -ash: openssl: not found 强制重新安装 opkg --force-reinstallinstallopenssl-util 15.05.1的OpenWRT可用的源:http://archive.openwrt.org/chaos_calmer/15.05.1/mvebu/generic/...
只要连接 WiFi,就可以过滤广告,非常方便。今天就教大家如何在 OP 系列系统上过滤广告,此教程不适用上面提到的智能路由,只适用没有原版 OP 固件,如:OpenWrt、LEDE、PandoraBox 等。准备工作 1. 一台运行 OpenWrt 的设备 2. SSH 连接工具,为了登陆到系统终端,可以使用 PuTTY 等 SSH ...
opkg updateopkg install openssl-util 开始测试 openssl speed md5 sha1 sha256 sha512 des des-ede3 aes-128-cbc aes-192-cbc aes-256-cbc rsa2048 dsa2048|tee/tmp/sslspeed|awk-vORS=""'$1~/OpenSSL/{print"|"$2"|"}$1~/(md5|sha)/{print""$5"|"}$1~/(des|aes)/{b=b""$6"|"}$1...
首先更新软件源:opkg update HTTPS 广告过滤:opkg install openssl-util 黑名单模式:opkg remove dnsmasq && opkg install ipset dnsmasq-full diffutils 以MAC 地址过滤指定设备:opkg install iptables-mod-nat-extra 更新Host 过滤规则,如果没有,会导致 Host 规则数目为0:opkg install wget libustream-openssl ca-bu...
我猜测,aliddns 的正常运行可能需要以下几个 ipk:libevent2-openssl libopenssl openssl-util curl libcurl,反正不行都试试。 ## 同步工具软件 syncthing 的安装和使用 这是我在自己服务器使用的第一个功能,个人觉得这个功能非常实用,你可以在几台电脑或者手机之间同步文件,提高工作效率,也可以防止文件丢失。以下是...
一、安装 openwrt 1、opkg 升级 先安装证书和一些必备组件 opkg update opkg install wget ca-certificates openssl-util ca-bundle curl 换源 cp /etc/opkg/distfeeds.conf /etc/opkg/distfeeds.conf.backup sed -i 's/downloads.openwrt.org/mirrors.tuna.tsinghua.edu.cn\/lede/g' ...
opkg installopenssl-util eapol-test-openssl # 卸载wpad-basic,也可能是wpad-mini opkg remove wpad-basic # 安装完整版wpad opkg install wpad 配置freeradius3 配置参考 FreeRADIUS /etc/freeradius3/clients.conf 这个配置文件是用来配置radius客户端的信息。在这里radius客户端就是openwrt。
make[3] -C package/utils/util-linux compile make[3] -C package/kernel/linux compile make[3] -C package/libs/openssl compile make[3] -C package/system/ubus compile make[3] -C package/system/uci compile make[3] -C package/utils/jsonfilter compile ...
//sources.cdn.openwrt.org/util-linux-2.39.3.tar.gz wget http://sources.cdn.openwrt.org/zlib-1.3.1.tar.gz wget http://sources.cdn.openwrt.org/mpfr-4.2.1.tar.gz wget http://sources.cdn.openwrt.org/libdeflate-1.20.tar.gz wget http://sources.cdn.openwrt.org/autoconf-archive-2023.02...
openwrt支持默认https访问 基于版本:openwrt 15.05 基于uhttpd-2015-11-08版本: x.509证书 openwrt支持https访问 1. 选择对应包 <*>uhttpd-mod-tls... uHTTPd<*>openssl-util... Open source SSL toolkit (utility)<*>luci-ssl... Standard OpenWrt set with HTTPS support .config文件 2.制作证书 步骤1...