Nasnet Connect
Answer a few questions, get a complete RouterOS script for your MikroTik
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
What you need
The router, the links and the details to gather before you open the wizard.
Enter→
Easy or Advanced?
The first question decides how many questions follow. Pick well.
Enter→
Start with Choose
Setup mode, WAN link type and router model. Everything else builds on these answers.
Enter→
Get your script
Download the .rsc file the wizard generates and apply it to your router.
Enter→
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
- Choose→
The first step, covering how you want to configure, which links you have, and which router you own.
- WAN→
Point each upstream link at a physical interface, and optionally dial a VPN from the router.
- LAN→
Wi-Fi, port-to-network assignment, VPN servers, tunnels and the subnets behind them.
- Extra Config→
Router identity, service ports, maintenance schedules, DDNS and per-game port forwarding.
- Show Config→
The last step, where you download the RouterOS script the wizard generated from your answers.
After the wizard
- Applying the config to your router→
Back up first, transfer the .rsc file, then run it, and know how to get back if it goes wrong.
- Troubleshooting→
The problems that come up most, and how to report one so it can be fixed.
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.