hardware:routers
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
hardware:routers [01.10.2024 08:35] – [TP-Link TL-WDR3500 v1] viacheslav | hardware:routers [19.01.2025 08:38] (текущий) – [Orange Pi PC Plus] viacheslav | ||
---|---|---|---|
Строка 17: | Строка 17: | ||
Роутер в Коломне. | Роутер в Коломне. | ||
- | OpenWrt: https:// | + | OpenWrt: https:// |
< | < | ||
Строка 30: | Строка 30: | ||
grep ARCH / | grep ARCH / | ||
DISTRIB_ARCH=' | DISTRIB_ARCH=' | ||
+ | </ | ||
+ | |||
+ | ====== Keenetic Speedster (KN-3010) ====== | ||
+ | [[https:// | ||
+ | [[https:// | ||
+ | |||
+ | OpenWrt: https:// | ||
+ | |||
+ | Шить squashfs factory через программу восстановления, | ||
+ | |||
+ | <code bash> | ||
+ | grep ARCH / | ||
+ | DISTRIB_ARCH=' | ||
+ | |||
+ | option fake_custom_payload ' | ||
+ | option fake_sni_seq_len ' | ||
+ | option fake_sni_type ' | ||
+ | option frag_middle_sni ' | ||
+ | option frag_sni_faked ' | ||
+ | option frag_sni_pos ' | ||
+ | option frag_sni_reverse ' | ||
+ | option seg2delay ' | ||
</ | </ | ||
====== Orange Pi PC Plus ====== | ====== Orange Pi PC Plus ====== | ||
- | OpenWrt: https:// | + | OpenWrt: https:// |
- | 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.\\ |
+ | If you just want a router up and running and manageable like a regular Linux system, go with ext4.\\ | ||
+ | If you are going to play with the router a lot, such as install and uninstall packages, try different configurations, | ||
+ | https:// | ||
+ | ====== OpenWRT ====== | ||
+ | <code bash> | ||
+ | # Просмотр логов в реальном времени | ||
+ | logread -f | ||
+ | </ | ||
+ | ===== DNS для DHCP-клиентов ===== | ||
+ | <code bash> | ||
+ | # DNS для DHCP-клиентов (опция 6) | ||
+ | vi / | ||
+ | dhcp-option=6, | ||
+ | service dnsmasq reload | ||
+ | </ | ||
+ | |||
+ | ===== DDNS ===== | ||
+ | <code bash> | ||
+ | opkg update | ||
+ | opkg install ddns-scripts luci-app-ddns | ||
+ | </ | ||
+ | <file bash / | ||
+ | config ddns ' | ||
+ | option ddns_dateformat '%F %R' | ||
+ | option ddns_loglines ' | ||
+ | option ddns_rundir '/ | ||
+ | option ddns_logdir '/ | ||
+ | config service ' | ||
+ | option service_name ' | ||
+ | option use_ipv6 ' | ||
+ | option enabled ' | ||
+ | option lookup_host ' | ||
+ | option domain ' | ||
+ | option username '< | ||
+ | option password '< | ||
+ | option ip_source ' | ||
+ | option ip_network ' | ||
+ | option interface ' | ||
+ | option use_syslog ' | ||
+ | option check_unit ' | ||
+ | option force_unit ' | ||
+ | option retry_unit ' | ||
+ | </ | ||
====== Ссылки ====== | ====== Ссылки ====== | ||
https:// | https:// |
hardware/routers.1727771703.txt.gz · Последнее изменение: 01.10.2024 08:35 — viacheslav