Block Adds With MikroTik

mikrotik

Ionut Micu created a cool MikroTik script to block adds by assigning 127.0.0.1 to their hostname, similar to Pihole. This is basically the same I just included a few allow list that I usually use, […]

MikroTik Inter-VLAN Access

mikrotik

By default on MikroTik inter-VLAN communication is allowed. There is a chance this isn’t what you want to allow if you are using VLAN’s. This is how you can disable it: create firewall address lists […]

https://mikrotik…

mikrotik

… or how to enable www-ssl on MikroTik? By default on MikroTik devices only HTTP tcp/80 is enabled. The traffic going through this protocol is not encrypted and shouldn’t be used where authentication happens. RouterOS […]

L2TP VPN on MikroTik

mikrotik

There are better documentations with more details on how to create an L2TP VPN via IPsec for Mikrotik, this one is mostly for my own notes. In case you are using the same subnet on […]

Mikrotik – Safe Mode

mikrotik

Whenever you work on a network device there is a chance that you execute the wrong command and you lose connection. This can be bad, mostly if you are far away from the device or […]

MikroTik DNS Client

mikrotik

If you are receiving your IP from your ISP through DHCP there is a good change you are also receiving the DNS servers. By default MikroTik is going to propagate them to your LAN. This […]

Mikrotik Script

mikrotik

Here is simple script which sends your IP address to your email, it will save you paying for a fix IP service from your ISP, unless you have a different case. :global ipadd; :global extinterface […]

Mikrotik with NetFlow on FreeBSD

A short how to adding NetFlow to Mikrotik using ntop and FreeBSD. FreeBSD is the best operating system you can go for your server. While Mikrotik is a budget router it is capable of many. […]

Some Mikrotik Masquerading

mikrotik

There are plenty of good tutorials how to create a L2TP/IPsec VPN or OpenVPN on Mikrotik, though not many mention what rule you need in your firewall if you wan to be able to access […]

MOTD on Mikrotik

mikrotik

To set up a welcome message/message of the day on Mikrotik equipment use: system note edit note It is always cool to have a personalized message welcoming you 😉