Categorie: MikroTik

L009UiGS-RM, The new Mikrotik RB2011

The legendary RB2011 product line has provided affordable, flexible, and robust connectivity for over a decade. In fact, it was our very first router with SFP. Finally, it’s time for an upgrade. But don’t worry: we’ve kept and improved all the key elements and features of the beloved RB2011. Even the red color scheme and…
Lees meer

Mikrotik

Isp Routers in stock

On stock now ISP router RB2011UiAS-RM & RB3011UiAS-RM what are the additional options? – We can install the routers at the customers. – You can store the ordered hardware in our warehouse. – From our warehouse we can send the hardware to your customers. – We can pre-configure it.

MikroTik ip service

MikroTik, verander standaard ip services poorten.

Voorkom standaard ip service poorten in de MikroTik, verander deze poorten of als je ze niet gebruikt zet ze uit. Hier onder zie je een voorbeeld wat er kan gebeuren als je standaard poorten gebruikt. Je ziet namelijk dat ze proberen in te loggen op de standaard ssh poort. Wat zijn ip service poorten? Dat…
Lees meer

Dynamic DNS Update Script for No-IP DNS

1. Create a new script named no-ip_ddns_update The following permissions are required for this script to run: write test read 2. Paste the source code that appears below. Edit the user, password, hostname and interface info to match your setup. # No-IP automatic Dynamic DNS update #————— Change Values in this section to match your…
Lees meer

mikrotik rb3011

MikroTik openen in winbox

Er zijn verschillende manieren op verbinding te maken met de router namelijk via SSH, HTTP en WINBOX. In dit document gaan we uitleggen hoe verbinding gemaakt kan worden met de router middels WINBOX. Alles wat de router kan doen kan met WINBOX worden ingesteld, het is gemaakt voor windows . Zodra winbox word geopend ziet…
Lees meer

Realtime mikrotik Traffic Monitor By IP

Requirements: Download last version of Attix5 Traffic Monitor Service(server) Download last version of Attix5 Traffic Monitor Viewer Download Hier Mikrotik configuration: Create a group names sniffer with ‘SSH,read’ policy          Command:          /user                                        …
Lees meer

How to Make SSTP VPN Server in Mikrotik

SSTP (Secure Socket Tunneling Protocol) is a form of VPN (Virtual Private Network) that uses TLS 1.0 channel and runs on TCP port 443 (SSL) protocol. In order to use SSTP with optimal security, we must add an SSL certificate for connection between Server and Client. This makes SSTP VPN more secure (secure) than PPTP VPN. But if…
Lees meer

Instellen Port Forwarding op een MikroTik router

Instellen Port Forwarding op een MikroTik router doe je als volgt : Open de browser en ga naar 192.168.88.1. Default (Mikrotik config) IP-adres MikroTik: 192.168.88.1 Gebruikersnaam: admin Wachtwoord: Geen (Verander dit)  Ga naar IP → Firewall → NAT Klik “Add New” om een nieuwe NAT regel aan te maken. Verander de  “Chain” naar “dstnat”, “Protocol”…
Lees meer

Load Balance Config – 2 WAN’s

# ################################################ # Author: Pascal # # Email: Info@wifinederland.nl # ################################################## /ip firewall address-list # # This defines the WAN interfaces for load balancing. :global WANIF1 “Wan1” :global WANIF2 “Wan2” # # This defines the LAN interface :global LANIF “Lan” # #This defines the default gateways # :global GW1 “5.5.5.1” :global GW2 “4.4.4.1” # # # Set…
Lees meer