hardware:routers
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
hardware:routers [26.11.2024 06:48] – [Keenetic Speedster (KN-3010)] viacheslav | hardware:routers [19.01.2025 08:38] (текущий) – [Orange Pi PC Plus] viacheslav | ||
---|---|---|---|
Строка 17: | Строка 17: | ||
Роутер в Коломне. | Роутер в Коломне. | ||
- | OpenWrt: https:// | + | OpenWrt: https:// |
< | < | ||
Строка 36: | Строка 36: | ||
[[https:// | [[https:// | ||
- | OpenWrt: https:// | + | OpenWrt: https:// |
+ | |||
+ | Шить squashfs factory через программу восстановления, | ||
<code bash> | <code bash> | ||
Строка 42: | Строка 44: | ||
DISTRIB_ARCH=' | DISTRIB_ARCH=' | ||
- | fake-custom-payload=00 | + | option fake_custom_payload '00' |
- | fake-sni-seq-len=10 | + | option fake_sni_seq_len '10' |
- | fake-sni-type=custom | + | option fake_sni_type 'custom' |
- | frag-middle-sni=0 | + | option frag_middle_sni '0' |
- | frag-sni-faked=1 | + | option frag_sni_faked '1' |
- | frag-sni-pos=1 | + | option frag_sni_pos '1' |
- | frag-sni-reverse=0 | + | option frag_sni_reverse '0' |
- | seg2delay=100 | + | option |
</ | </ | ||
====== 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.\\ | ||
Строка 60: | Строка 62: | ||
https:// | 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.1732603688.txt.gz · Последнее изменение: 26.11.2024 06:48 — viacheslav