From eab66504db1fa519a2770a92912a55d3452fb219 Mon Sep 17 00:00:00 2001 From: Alexey Martemyanov Date: Fri, 29 May 2026 08:57:56 +0600 Subject: [PATCH] =?UTF-8?q?[2026-05-29]=20docs:=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=20=D0=BF=D1=80=D0=B5=D0=B4=D1=83=D0=BF=D1=80?= =?UTF-8?q?=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=20=D1=80=D0=B0=D0=B7=D0=BD=D1=8B=D0=B5=20=D1=81=D0=B5=D1=82?= =?UTF-8?q?=D0=B8=20(192.168.1.x=20vs=20192.168.2.x)=20=D0=B2=20truenas-ac?= =?UTF-8?q?cess,=20truenas-infrastructure,=20truenas-remote-access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- family/how-to/truenas-access.md | 6 +++++- family/how-to/truenas-infrastructure.md | 6 +++--- personal/docs/truenas-remote-access-reverse-proxy.md | 6 ++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/family/how-to/truenas-access.md b/family/how-to/truenas-access.md index 94fa5164..22248abb 100644 --- a/family/how-to/truenas-access.md +++ b/family/how-to/truenas-access.md @@ -10,6 +10,10 @@ | SSH | truenas_admin@mallexxx.duckdns.org | | SSH (IP) | truenas_admin@90.189.160.148 | | SSH-ключ | ~/.ssh/id_rsa | +| Сеть | 192.168.2.0/24 (через OpenWrt) | + +> ⚠️ **Eagle и Kraken — в 192.168.1.x, это другая сеть.** Прямой доступ по 192.168.2.197 с них не работает. +> Для SSH/API с Eagle и Kraken используйте **только** `mallexxx.duckdns.org`. ## Подключение @@ -41,4 +45,4 @@ ssh -i ~/.ssh/id_rsa truenas_admin@mallexxx.duckdns.org Типичные жертвы: - SSH authorized_keys в /home - Cron jobs, написанные в /etc -- Любые файлы вне /mnt/RED_2TB/ +- Любые файлы вне /mnt/RED_2TB/ \ No newline at end of file diff --git a/family/how-to/truenas-infrastructure.md b/family/how-to/truenas-infrastructure.md index b491f950..742ef8da 100644 --- a/family/how-to/truenas-infrastructure.md +++ b/family/how-to/truenas-infrastructure.md @@ -1,13 +1,13 @@ # TrueNAS — инфраструктура -> Обновлено: 2026-04-30 +> Обновлено: 2026-05-29 ## Доступ - **Host (local):** `192.168.2.197` — локальный IP TrueNAS в подсети роутера (192.168.2.x) - ⚠️ Eagle (Mac, 192.168.1.x) и Kraken (192.168.1.14) находятся в **другой подсети** → прямой доступ по 192.168.2.197 с них **недоступен** - - Для SSH/API с Орла и Кракена — только через `mallexxx.duckdns.org` -- **Host (external):** `mallexxx.duckdns.org` (DuckDNS) — основной способ доступа извне и из 192.168.1.x + - ⚠️ Кра́кен и TrueNAS — **разные сети** (192.168.1.x vs 192.168.2.x). Доступ с Кракена на TrueNAS по локальному IP **не работает** +- **Host (external):** `mallexxx.duckdns.org` (DuckDNS) — **единственный способ** SSH/API из 192.168.1.x - **SSH:** `truenas_admin@mallexxx.duckdns.org -i ~/.ssh/id_rsa` - **Web UI:** http://truenas.mallexxx.duckdns.org - **Portainer:** https://portainer.mallexxx.duckdns.org diff --git a/personal/docs/truenas-remote-access-reverse-proxy.md b/personal/docs/truenas-remote-access-reverse-proxy.md index a23d84b0..0e509eef 100644 --- a/personal/docs/truenas-remote-access-reverse-proxy.md +++ b/personal/docs/truenas-remote-access-reverse-proxy.md @@ -1,3 +1,9 @@ +> ⚠️ **Важно: разные сети** +> TrueNAS (192.168.2.197) находится в подсети **192.168.2.0/24** (через OpenWrt). +> Eagle (Mac) и Kraken — в **192.168.1.0/24**. Прямой доступ по IP с них **невозможен**. +> **Всегда используйте** `truenas_admin@mallexxx.duckdns.org` для SSH из 192.168.1.x. +> Для Eagle/Kraken/Taiga — только `mallexxx.duckdns.org`. + # TrueNAS Remote Access Cheat Sheet ## Network Layout