New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 19:44, 21 June 2026Mikrotik Ubuntu L2TPv3 one server six mikrotik (hist | edit) ‎[9,741 bytes]Karavi (talk | contribs) (Created page with "== L2TPv3 Tunnel: One Linux Server to Multiple MikroTik Routers == === Overview === This guide explains how to connect one Linux server to six MikroTik routers using static L2TPv3 tunnels via <code>ql2tpd</code>. {| class="wikitable" ! # !! MikroTik IP !! Server Tunnel IP !! Client Tunnel IP !! tid !! ptid !! sid !! psid |- | 0 (existing) || 78.157.42.222 || 10.0.0.1/30 || 10.0.0.2/30 || 100 || 200 || 1000 || 2000 |- | 1 || 85.57.4.221 || 10.0.1.1/30 || 10.0.1.2/30 ||...")
  • 19:38, 21 June 2026Mikrotik Ubuntu L2TPv3 (hist | edit) ‎[5,273 bytes]Karavi (talk | contribs) (Created page with "== L2TPv3 Tunnel: Linux to MikroTik == === Overview === This guide explains how to set up a static L2TPv3 site-to-site tunnel between a Linux server and a MikroTik router using <code>ql2tpd</code> from the <code>go-l2tp</code> package. {| class="wikitable" ! !! Server !! Client |- | '''Device''' || Ubuntu 24.04 || MikroTik RouterOS 7.20+ |- | '''Public IP''' || 157.90.26.4 || 78.157.42.222 |- | '''Tunnel IP''' || 10.0.0.1/30 || 10.0.0.2/30 |- | '''Tunnel ID''' || 100...")
  • 07:05, 29 January 2026Mikrotik container (hist | edit) ‎[1,994 bytes]Karavi (talk | contribs) (Created page with " فعال کردن کانتینر /system/device-mode/update container=yes ریبوت سخت افزاری ساخت اینترفیس و نت /interface/veth/add name=veth1 address=172.17.0.2/24 gateway=172.17.0.1 /interface/bridge/add name=containers /ip/address/add address=172.17.0.1/24 interface=containers /interface/bridge/port add bridge=containers interface=veth1 /ip/firewall/nat/add chain=srcnat action=masquerade src-address=172.17.0.0/24 کامندها...")