Category: Mikrotik
Freeradius Integration for Hotspot user Mikrotik (Ubuntu server 16.04)
Hello everyone, in this tutorial I’ll discuss about hotspot integration with freeradius. Freeradius is a opensource software that can used for server authentication and support for mikrotik. for this tutorial I’m using ubuntu server 16.04 for radius server. This is topologi are used First you must doing default configuration on mikrotik so that the router
Configuration Router ID in OSPF routing Mikrotik
When you configure ospf route, every router certainly create the routerID (RID) for each the routers. The router id using for unique identity number in ospf network. ospf router id using 32bit number format like ip address. The selection of router id is doing manually if you configure router id in ospf configuration. but if
Configuration basic dynamic routing OSPF
Hello everyone, in this tutorial I’ll discuss about basic configuration of dynamic routing OSPF. OSPF (Open Shortest Path First) is a dynamic routing in IGP categories and that are included as Link State Protocols. OSPF using Djikstra algoritm or SPF algoritm which are determine the best path routing based on cost value. cost value are
Configuration Basic Routing RIP on Mikrotik
Hello Everyone, in this tutorial I’ll discuss about basic configuration Routing RIP on Mikrotik. RIP are include in Distance Vector Protocol and had two version that is Rip-v1 and Rip-v2. The differential between RIP-v1 and RIP-v1 that are RIP-v1 is not support for CIDR and VLSM, running in broadcast network for routing update. While RIP-v2
Introduction Of Dynamic Routing Protocol
In preceding tutorial I’m has been explain about Static Routing , and then I’ll explain about dynamic routing protocol. Different with static routing that are do configuration manually, on dynamic routing the configuration in a manner automatically. This configuration useful if your network have become to bigger network that are has a more of router. In
VLAN Tag Stacking on Mikrotik
On the previously of article (How To Configure VLAN on Mikrotik ), I’m have explained about how to configure vlan and on this article I’ll to explain vlan tag stacking. Tag stacking that are method used for makes or running vlan in another vlan (vlan tag package above vlan tag before regardless type of vlan
How To Configure VLAN on Mikrotik
VLAN (Virtual Local Area Network) is a featur that can be used for create some virtual lan in one physical interface. Most using in cloud service, ISP or to purpose network path separation in one physical switch device, Configure wireless/Capsman and much more. vlan have a limitation only until 4096 vlan interface. Have some terms
How To Configure Static Routing 3 Routers On Mikrotik
In Preceding tutorial, I have discussed about basic configuration and concept of static routing and in this tutorial I will explain about static routing concept using 3 routers. for doing static routing using 3 router have same concept with static routing 2 router, and you must do routing for all network which’s owned by each
Introduction Static routing concept and configuration on Mikrotik
INTRODUCTION Routing on the network is a way used to do for exchages data packets between different networks. running on layer 3 (network layer) which run on router device. Routing is divided into two, namely is static routing and dynamic routing. In this tutorial i will explain about static routing concept and implementation on Mikrotik.