OpenWrt

Routers con firmware libre

General

Primeros pasos

cat /etc/config/network
df -hT
opkg install diffutils

Luci WEB

opkg update
opkg install luci
#opkg install luci-ssl  # Si queremos acceso con cifrado
/etc/init.d/uhttpd restart
opkg list luci-i18n-\* | grep -i spanish
  • Aplicaciones
opkg list luci-app-\* # Listar aplicaciones disponibles

# https://openwrt.org/docs/guide-user/luci/luci_app_statistics
opkg install luci-app-statistics
opkg list | grep collectd-mod
/etc/init.d/luci_statistics enable
/etc/init.d/collectd enable

Paquetes

opkg list-installed
opkg list-upgradable
  • conf
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay

Sistema

UCI

https://openwrt.org/docs/guide-user/base-system/uci

uci show
uci show system

extroot

https://openwrt.org/docs/guide-user/additional-software/extroot_configuration

opkg list-installed | grep f2fs

Actualizar

opkg list-changed-conffiles
find /lib/upgrade/keep.d/
cat /etc/sysupgrade.conf

#Post-upgrade
find /etc -name *-opkg

Docu

Aplicaciones

dnscrypt-proxy2

opkg files dnscrypt-proxy
Package dnscrypt-proxy (2018-11-22-f61ca76a-1) is installed on root and has the following files:
/etc/config/dnscrypt-proxy
/usr/sbin/dnscrypt-proxy
/etc/init.d/dnscrypt-proxy


opkg files dnscrypt-proxy-resolvers
Package dnscrypt-proxy-resolvers (2018-11-22-f61ca76a-1) is installed on root and has the following files:
/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv

AdguardHome

  • GL foro
    • beryl necesita gl-agh-stats y extrootfs

Marcas

GL iNet


Última modificación March 9, 2024: añadir hugo mod get a gitlab ci (2aa72ea)