Уровень 0 · материалов: 3
В кластер входят документы по технической настройке правил маршрутизации трафика на оборудовании MikroTik и не входят документы по настройке других брендов сетевого оборудования.
Общие признаки: настройка роутеров MikroTik, управление маршрутизацией трафика, работа с публичными IP-адресами и VPN, политики маршрутизации
Группа выше: MikroTik
Смысл: The main idea is to implement a policy-based routing system on MikroTik that ensures traffic entering through a specific ISP is routed back through that same ISP, enabling consistent access to internal services via multiple public IP addresses.
A technical guide on using MikroTik's mangle table and recursive routing to ensure DST-NAT traffic returns via the same ISP it entered in a multi-WAN environment.
Смысл: The main idea of the text is to provide a technical tutorial on implementing 'selective routing' on a Mikrotik router. This allows the user to route only specific types of traffic (like DNS, HTTP, or specific IP ranges) through a VPN to bypass internet blocking while keeping other traffic on the local ISP connection.
A detailed technical guide on using Mikrotik and SoftEther VPN to automatically route blocked websites and DNS traffic through a secure tunnel.
Смысл: The main idea is to demonstrate a simplified method of routing public IP addresses to internal servers using standard routing tables instead of complex iptables NAT rules, ensuring the internal server 'sees' and 'uses' its actual public IP.
A technical tutorial on routing public IP addresses to internal servers using standard Linux routing commands instead of iptables NAT.