✅ Настройка MikroTik. Протокол ARP (практика)
Построение маршрута протоколом BGP
В первой части статей о протоколе Border Gateway Protocol (BGP) мы узнали и разобрали протокол BGP, а затем изучили типы сообщений BGP и состояния соседства. Сегодня, в этой статье, вы узнаете об одном из самых сложных аспектов BGP: как он принимает решение о выборе маршрута...
Configuring MikroTik router as a WireGuard client the simpliest way
The easiest way of configuring MikroTik hAP ac2 (RouterOS 7) as a VPN client. We have: 1. MikroTik router that we want to configure as a client
2. VPS that we want to configure as WireGuard VPN server. 3. Create Peer with the server side credentials. Interface:wireguard, Public Key:<SERVER PUB KEY>, Endpoint:<SERVER EXTERNAL IP>, Endpoint Port<51820 is WireGuard default (configured due pivpn installing)> Allowed Address:0.0.0.0/0 > Preshared Key:<PRESHARED KEY FROM CLIENT's CONFIG FILE [Peer]> Persistent Keepalive:10 (no really matter)...