Уровень 0 · материалов: 4
В кластер входят документы о создании технических туннелей через внешний сервер для доступа к домашней сети, но не входят документы об общих методах сетевой безопасности или настройке локальных сетей без внешнего посредника.
Общие признаки: использование VPS как ретранслятора, обход ограничений NAT/CGNAT, организация VPN или SSH туннелей, доступ к локальным ресурсам из интернета
Группа выше: Домашняя сеть и удалённый доступ к ней
Смысл: The main idea is to demonstrate how to create a reliable remote access tunnel to a home network using a self-hosted AmneziaWG VPN server on a VPS, bypassing ISP limitations and government blocking.
A technical tutorial on routing traffic from a self-hosted AmneziaWG VPN server to a home network via a Keenetic router to bypass SSTP blocks and avoid the need for a public IP.
Смысл: The main idea is to provide a technical solution for accessing a local home network from the internet by using a VPS as a middleman via an OpenVPN tunnel, effectively bypassing NAT restrictions.
A technical tutorial on using a VPS and OpenVPN to create a tunnel to a home network behind NAT, allowing external access to local services.
Смысл: The main idea is to enable secure, persistent remote access to a home server behind a CGNAT by using a low-cost VPS as a relay via a reverse SSH tunnel and a reverse proxy for HTTPS.
A technical tutorial on using a cheap VPS and reverse SSH tunnels with autossh and Caddy to bypass CGNAT and securely access home services from anywhere.
Смысл: The main idea is to implement a Layer 2 VPN (TAP) using OpenVPN and Linux bridging, which allows remote clients to reside in the same broadcast domain as the local office network, simplifying resource access and eliminating the need for complex routing.
A technical tutorial on using OpenVPN and Linux bridging to make remote clients appear as physical members of a local Ethernet subnet.