Nasnet Connect

Answer a few questions, get a complete RouterOS script for your MikroTik

View as Markdown

Nasnet Connect is a configuration wizard for MikroTik routers that runs entirely in your web browser. It never logs in to your router, never asks for its address and never sends anything to it. Instead, it walks you through five steps called Choose, WAN, LAN, Extra Config and Show Config, then turns your answers into a complete RouterOS script that you download as a .rsc file and apply yourself.

The project was built for the Iranian Starlink community, and the shape of the questions reflects that. It assumes you may have two very different upstream links, a foreign one such as Starlink and a domestic one from a local ISP. It builds a router configuration that keeps them separated, routes traffic to the right one, and gives you segmented LANs (Split, Domestic, Foreign and VPN) so a device can be placed on whichever path suits it.

There are two ways through the wizard. Easy Mode asks the minimum number of questions and fills in sensible defaults for everything else, meaning default subnets, default services and default maintenance schedules. Advanced Mode unlocks the rest: multiple WAN links per side with load balancing and failover, per-interface bridge assignment, custom subnets, network tunnels, RouterOS service ports, DDNS, NTP, certificates and per-game port forwarding.

It is for anyone who owns a supported MikroTik router and would rather answer questions than write RouterOS commands. You still need to understand your own network, meaning which cable goes where and which link is which. You do not need to know the syntax for firewall rules, mangle marks, routing tables or VPN interfaces. The wizard writes those for you.

At a glance

What it is
Browser-based RouterOS config generator
Targets
MikroTik routers, 17 built-in models plus a custom router option
Installs
Nothing, because it runs in your browser and never touches the router
You end up with
A downloadable RouterOS script (.rsc)
Built with
Qwik + TypeScript
License
Source is public; the repo has no LICENSE file

Start here

All pages

Getting started

  • System requirements

    What the wizard needs from your browser, and what your router needs before the generated config will run.

  • What you need

    The router, the links and the details to gather before you open the wizard.

  • Easy mode vs Advanced mode

    The first question decides how many questions follow, and this page sets out exactly what changes.

The wizard

After the wizard

Reference

  • Architecture

    What the wizard actually builds, from four LAN segments and two upstream links to the routing that decides which traffic goes where.

  • Changelog

    How Nasnet Connect is versioned, why the site is always current, and where to see what changed.

  • Getting support

    Where to ask about the wizard or the config it generates, and what to include so someone can actually help.