Инструменты пользователя

Инструменты сайта


hardware:routers

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
hardware:routers [26.11.2024 07:02] – [Keenetic Speedster (KN-3010)] viacheslavhardware:routers [19.01.2025 08:38] (текущий) – [Orange Pi PC Plus] viacheslav
Строка 17: Строка 17:
 Роутер в Коломне. Роутер в Коломне.
  
-OpenWrt: https://firmware-selector.openwrt.org/?version=23.05.4&target=ath79%2Fgeneric&id=tplink_tl-wdr3500-v1+OpenWrt: https://firmware-selector.openwrt.org/?target=ath79%2Fgeneric&id=tplink_tl-wdr3500-v1
  
 <code> <code>
Строка 36: Строка 36:
 [[https://help.keenetic.com/hc/ru/articles/214470865-%D0%9A%D0%B0%D0%BA-%D0%B2%D0%BE%D1%81%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%BE%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D1%83%D1%8E-%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D1%83-%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D1%86%D0%B5%D0%BD%D1%82%D1%80%D0%B0|Как восстановить операционную систему интернет-центра]]\\ [[https://help.keenetic.com/hc/ru/articles/214470865-%D0%9A%D0%B0%D0%BA-%D0%B2%D0%BE%D1%81%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%BE%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D1%83%D1%8E-%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D1%83-%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D1%86%D0%B5%D0%BD%D1%82%D1%80%D0%B0|Как восстановить операционную систему интернет-центра]]\\
  
-OpenWrt: https://firmware-selector.openwrt.org/?version=23.05.5&target=ramips%2Fmt7621&id=keenetic_kn-3010+OpenWrt: https://firmware-selector.openwrt.org/?target=ramips%2Fmt7621&id=keenetic_kn-3010
  
-Шить squashfs factory через программу восстановления, переименовав образ.+Шить squashfs factory через программу восстановления, переименовав образ. Выключить роутер, запустить программу восстановления, затем зажать на роутере кнопку reset и включить его. Отпустить кнопку reset, когда замигает светодиод, и прошивка начнётся.
  
 <code bash> <code bash>
Строка 55: Строка 55:
  
 ====== Orange Pi PC Plus ====== ====== Orange Pi PC Plus ======
-OpenWrt: https://firmware-selector.openwrt.org/?version=23.05.5&target=sunxi%2Fcortexa7&id=xunlong_orangepi-pc-plus+OpenWrt: https://firmware-selector.openwrt.org/?target=sunxi%2Fcortexa7&id=xunlong_orangepi-pc-plus
  
 Ext4 vs. SquashFS: both of them are popular filesystems on Linux system. They have a fundamental difference: ext4 is read AND writable, while squashfs is read-only.\\ Ext4 vs. SquashFS: both of them are popular filesystems on Linux system. They have a fundamental difference: ext4 is read AND writable, while squashfs is read-only.\\
Строка 62: Строка 62:
 https://openrouters.com/docs/openwrt-chose-ext4-or-squashfs-image/#ext4-vs-squashfs https://openrouters.com/docs/openwrt-chose-ext4-or-squashfs-image/#ext4-vs-squashfs
  
 +====== OpenWRT ======
 +<code bash>
 +# Просмотр логов в реальном времени
 +logread -f
 +</code>
 +===== DNS для DHCP-клиентов =====
 +<code bash>
 +# DNS для DHCP-клиентов (опция 6)
 +vi /etc/dnsmasq.conf
 +  dhcp-option=6,192.168.1.6,192.168.1.7
 +service dnsmasq reload
 +</code>
 +
 +===== DDNS =====
 +<code bash>
 +opkg update
 +opkg install ddns-scripts luci-app-ddns
 +</code>
  
 +<file bash /etc/config/ddns>
 +config ddns 'global'
 +        option ddns_dateformat '%F %R'
 +        option ddns_loglines '250'
 +        option ddns_rundir '/var/run/ddns'
 +        option ddns_logdir '/var/log/ddns'
  
 +config service 'bva'
 +        option service_name 'dyn.com'
 +        option use_ipv6 '0'
 +        option enabled '1'
 +        option lookup_host 'bva.dyndns.info'
 +        option domain 'bva.dyndns.info'
 +        option username '<username>'
 +        option password '<password>'
 +        option ip_source 'network'
 +        option ip_network 'wan'
 +        option interface 'wan'
 +        option use_syslog '2'
 +        option check_unit 'minutes'
 +        option force_unit 'minutes'
 +        option retry_unit 'seconds'
 +</file>
 ====== Ссылки ====== ====== Ссылки ======
 https://openwrt.org/toh/start\\ https://openwrt.org/toh/start\\
hardware/routers.1732604553.txt.gz · Последнее изменение: 26.11.2024 07:02 — viacheslav

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki