hardware:routers
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
hardware:routers [02.12.2024 11:11] – [OpenWRT] 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 через программу восстановления, | Шить squashfs factory через программу восстановления, | ||
Строка 55: | Строка 55: | ||
====== 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.\\ | ||
Строка 63: | Строка 63: | ||
====== OpenWRT ====== | ====== OpenWRT ====== | ||
+ | <code bash> | ||
+ | # Просмотр логов в реальном времени | ||
+ | logread -f | ||
+ | </ | ||
+ | ===== DNS для DHCP-клиентов ===== | ||
<code bash> | <code bash> | ||
# DNS для DHCP-клиентов (опция 6) | # DNS для DHCP-клиентов (опция 6) | ||
vi / | vi / | ||
- | dhcp-option=6, | + | dhcp-option=6, |
service dnsmasq reload | 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.1733137885.txt.gz · Последнее изменение: 02.12.2024 11:11 — viacheslav