SlideShare a Scribd company logo
Introducing MikroTik
MikroTik Basic Training Class
Overview of RouterOS software and RouterBoard capabilities
Hands-on training for MikroTik router configuration, maintenance and
basic troubleshooting
Course Objective
Router software and hardware manufacturer
Products used by ISPs, companies and individuals
Make Internet technologies faster, powerful and affordable to wider
range of users
About MikroTik
1995: Established
1997: RouterOS software for x86 (PC)
2002: RouterBOARD is born
2006: First MUM
MikroTik's History
www.mikrotik.com
www.routerboard.com
Riga, Latvia, Northern Europe, EU
Where is MikroTik?
Where is MikroTik ?
RouterOS is an operating system that will make your device:
a dedicated router
a bandwidth shaper
a (transparent) packet filter
any 802.11a,b/g/n/ac wireless device
What is RouterOS ?
The operating system of RouterBOARD
Can be also installed on a PC
What is RouterOS ?
Hardware created by MikroTik
Range from small home routers to carrier-class access concentrators
What is RouterBOARD ?
First Time Access
Null Modem
Cable
Ethernet
cable
The application for configuring RouterOS
It can be downloaded from www.mikrotik.com
Winbox
Download Winbox
Click on the Mac-Address in Winbox
Default username “admin” and no password
Connecting
Winbox
Ethernet
Cable
• Click on the [...] button to see your router
Connecting
Process of communication is divided into seven layers
Lowest is physical layer, highest is application layer
Communication
1
9
It is the unique physical address of a network device
It’s used for communication within LAN
Example: 00:0C:42:20:97:68
It is logical address of network device
MAC address
It is used for communication over networks
Example: 159.148.60.20
2
0
IP
Range of logical IP addresses that divides network into segments
Example: 255.255.255.0 or /24
Subnets
Network address is the first IP address of the subnet
Broadcast address is the last IP address of the subnet
They are reserved and cannot be used
Subnets
Select IP address from the same subnet on local networks
Especially for big network with multiple subnets
Selecting IP address
Clients use different subnet masks /25 and /26
A has 192.168.0.200/26 IP address
B use subnet mask /25, available addresses 192.168.0.129-
192.168.0.254
B should not use 192.168.0.129-192.168.0.192
B should use IP address from 192.168.0.193 - 192.168.0.254/25
Selecting IP address Example
Use
Combined RouterOS package
Drag it to the Files window
Upgrading Router
 RouterOS functions are enabled by packages
Package Management
Package Information
 Option to set name for each router
Router Identity
 Identity information is shown in different places
Router Identity
 Network Time Protocol, to synchronize time
 NTP Client and NTP Server support in RouterOS
NTP
To get correct clock on router
For routers without internal memory to save clock information
For all RouterBOARDs
Why NTP
 NTP package is not required
NTP Client
You can backup and restore configuration in the Files menu of
Winbox
Backup file is not editable
Configuration Backup
Additionally use export and import commands in CLI
Export files are editable
Passwords are not saved with export
/export file=conf-august-2009
/ ip firewall filter export file=firewall-aug-2009
/ file print
/ import [Tab]
Configuration Backup
Used for installing and reinstalling RouterOS
Runs on Windows computers
Direct network connection to router is required or over switched LAN
Available at www.mikrotik.com
Netinstall
 1.List of routers
 2.Net Booting
 3.Keep old configuration
 4.Packages
 5.Install
Netinstall
All RouterBOARDs shipped with license
Several levels available, no upgrades
Can be viewed in system license menu
License for PC can be purchased from mikrotik.com or from
distributors
RouterOS License
License
Obtain License
Login to
your account
www.mikrotik.com - manage licenses, documentation
forum.mikrotik.com - share experience with other users
www.forummikrotik.com - share experience with other users
wiki.mikrotik.com - tons of examples
Useful Links
Bandwidth test can be used to monitor throughput to remote device
Bandwidth test works between two MikroTik routers
Bandwidth test utility available for Windows
Bandwidth test is available on MikroTik.com
Bandwidth Test Utility
Set Test To as testing address
Select protocol
TCP supports multiple connections
Authentication might be required
Bandwidth Test on Router
Plan network design carefully
Take care of user’s local access to the network
Use RouterOS features to secure local network resources
Access to Local Network
ARP joins together client’s IP address with MAC-address
ARP operates dynamically, but can also be manually configured
• Address Resolution Protocol
ARP Table
ARP table
provides: IP
address, MAC-
address and
Interface
To increase network security ARP entries can be crated manually
Router’s client will not be able to access Internet with changed IP
address
Static ARP table
Add Static Entry to ARP table
Set for interface arp=reply-
only to disable dynamic
ARP creation
Disable/enable interface or
reboot router
Static ARP configuration
Dynamic Host Configuration Protocol
Used for automatic IP address distribution over local network
Use DHCP only in secure networks
DHCP Server
To setup DHCP server you should have IP address on the
interface
Use setup command to enable DHCP server
It will ask you for necessary information
DHCP Server
Click on DHCP Setup
to run Setup Wizard
Select interface for
DHCP server
Set Network for DHCP,
offered automatically
Set Gateway for
DHCP clients
Set Addresses that
will be given to clients
DNS server address
that will be assigned to clients
Time that client may use
IP addressWe are done!
DHCP-Server Setup
4
To configure DHCP server on bridge, set server on bridge interface
DHCP server will be invalid, when it is configured on bridge port
Important
 Leases provide information
about DHCP clients
DHCP Server Information
 Show or hide different Winbox columns
Winbox Configuration Tip
We can make lease to
be static
Client will not get
other IP address
Static Lease
DHCP-server could run without dynamic leases
Clients will receive only preconfigured IP address
Static Lease
ip route rules define where packets should be sent
Let’s look at /ip route rules
Route
Destination: networks
which can be reached
Gateway:
IP of the next router to
reach the destination
Routes
 Default gateway: next hop router where all (0.0.0.0) traffic is sent
Default Gateway
Look at the other routes
Routes with DAC are
added automatically
DAC route comes from IP
address configuration
Dynamic Routes
A - active
D - dynamic
C - connected
S - static
Routes
Our goal is to ping neighbor laptop
Static route will help us to achieve this
Static Routes
Static route specifies how to reach specific destination network
Default gateway is also static route, it sends all traffic (destination
0.0.0.0) to host - the gateway
Static Route
Additional static route is required to reach your neighbor laptop
Because gateway (teacher’s router) does not have information about
student’s private network
Static Route
Remember the network structure
Neighbor’s local network is 192.168.x.0/24
Ask your neighbor the IP address of their wireless interface
Route to Your Neighbor
Network Structure
2
2
Add static route
Set Destination
and Gateway
Try to ping
Neighbor’s
Laptop
Route Your Neighbor
The same configuration is possible with dynamic routes
Imagine you have to add static routes to all neighbors networks
Instead of adding tons of rules, dynamic routing protocols can be
used
Dynamic Routes
Easy in configuration, difficult in managing/troubleshooting
Can use more router resources
Dynamic Routes
We are going to use OSPF
OSPF is very fast and optimal for dynamic routing
Easy in configuration
Dynamic Routes
Add correct network to
OSPF
OSPF protocol will be
enabled
OSPF configuration

More Related Content

What's hot

MikroTik MTCNA
MikroTik MTCNAMikroTik MTCNA
MikroTik MTCNA
Ali Layth
 
CCNA Chapter1
CCNA Chapter1CCNA Chapter1
CCNA Chapter1
Mohammed Ali
 
ARP
ARPARP
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
yasir1122
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
Shashank Asthana
 
Nat pat
Nat patNat pat
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11
Nil Menon
 
Chapter 10 - DHCP
Chapter 10 - DHCPChapter 10 - DHCP
Chapter 10 - DHCP
Yaser Rahmati
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
Respa Peter
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
Kushal Sheth
 
PPPoE With Mikrotik and Radius
PPPoE With Mikrotik and RadiusPPPoE With Mikrotik and Radius
PPPoE With Mikrotik and Radius
Dashamir Hoxha
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
Classless inter domain routing
Classless inter domain routingClassless inter domain routing
Classless inter domain routing
Vikash Gangwar
 
DHCP
DHCPDHCP
Ccna
CcnaCcna
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
Netwax Lab
 
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptxCCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
BabarYunus1
 
Ospf.ppt
Ospf.pptOspf.ppt
101 CCNA LABS.pdf
101 CCNA LABS.pdf101 CCNA LABS.pdf
101 CCNA LABS.pdf
AKSHAYKARMANKAR3
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
Tapan Khilar
 

What's hot (20)

MikroTik MTCNA
MikroTik MTCNAMikroTik MTCNA
MikroTik MTCNA
 
CCNA Chapter1
CCNA Chapter1CCNA Chapter1
CCNA Chapter1
 
ARP
ARPARP
ARP
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
 
Nat pat
Nat patNat pat
Nat pat
 
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11
 
Chapter 10 - DHCP
Chapter 10 - DHCPChapter 10 - DHCP
Chapter 10 - DHCP
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
 
PPPoE With Mikrotik and Radius
PPPoE With Mikrotik and RadiusPPPoE With Mikrotik and Radius
PPPoE With Mikrotik and Radius
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Classless inter domain routing
Classless inter domain routingClassless inter domain routing
Classless inter domain routing
 
DHCP
DHCPDHCP
DHCP
 
Ccna
CcnaCcna
Ccna
 
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
 
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptxCCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
CCNA 200-301 Chapter 1-Introduction to TCP IP Networking.pptx
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
101 CCNA LABS.pdf
101 CCNA LABS.pdf101 CCNA LABS.pdf
101 CCNA LABS.pdf
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 

Viewers also liked

3 Router Configuration - Cisco Packet Tracer
3 Router Configuration - Cisco Packet Tracer 3 Router Configuration - Cisco Packet Tracer
3 Router Configuration - Cisco Packet Tracer
Rajan Kasodariya
 
Day 25 cisco ios router configuration
Day 25 cisco ios router configurationDay 25 cisco ios router configuration
Day 25 cisco ios router configuration
CYBERINTELLIGENTS
 
Day 11 eigrp
Day 11 eigrpDay 11 eigrp
Day 11 eigrp
CYBERINTELLIGENTS
 
Pass4sure 640-864 Questions Answers
Pass4sure 640-864 Questions AnswersPass4sure 640-864 Questions Answers
Pass4sure 640-864 Questions Answers
Roxycodone Online
 
Document similarity with vector space model
Document similarity with vector space modelDocument similarity with vector space model
Document similarity with vector space model
dalal404
 
Teacher management system guide
Teacher management system guideTeacher management system guide
Teacher management system guide
nicolasmunozvera
 
College Network
College NetworkCollege Network
College Network
Prince Kumar
 
Day 5.3 configuration of router
Day 5.3 configuration of routerDay 5.3 configuration of router
Day 5.3 configuration of router
CYBERINTELLIGENTS
 
De-Risk Data Center Projects With Cisco Services
De-Risk Data Center Projects With Cisco ServicesDe-Risk Data Center Projects With Cisco Services
De-Risk Data Center Projects With Cisco Services
Cisco Canada
 
Lesson 1 slideshow
Lesson 1 slideshowLesson 1 slideshow
Lesson 1 slideshow
Arnold Derrick Kinney
 
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
University of Minnesota, Duluth
 
similarity measure
similarity measure similarity measure
similarity measure
ZHAO Sam
 
Evaluation in Information Retrieval
Evaluation in Information RetrievalEvaluation in Information Retrieval
Evaluation in Information Retrieval
Dishant Ailawadi
 
Router configuration
Router configurationRouter configuration
Router configuration
97148881557
 
E s switch_v6_ch01
E s switch_v6_ch01E s switch_v6_ch01
E s switch_v6_ch01
gon77gonzalez
 
Ir 08
Ir   08Ir   08
Troubleshooting basic networks
Troubleshooting basic networksTroubleshooting basic networks
Troubleshooting basic networks
Arnold Derrick Kinney
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
Anabia Anabia
 
Computer networking short_questions_and_answers
Computer networking short_questions_and_answersComputer networking short_questions_and_answers
Computer networking short_questions_and_answers
Tarun Thakur
 

Viewers also liked (19)

3 Router Configuration - Cisco Packet Tracer
3 Router Configuration - Cisco Packet Tracer 3 Router Configuration - Cisco Packet Tracer
3 Router Configuration - Cisco Packet Tracer
 
Day 25 cisco ios router configuration
Day 25 cisco ios router configurationDay 25 cisco ios router configuration
Day 25 cisco ios router configuration
 
Day 11 eigrp
Day 11 eigrpDay 11 eigrp
Day 11 eigrp
 
Pass4sure 640-864 Questions Answers
Pass4sure 640-864 Questions AnswersPass4sure 640-864 Questions Answers
Pass4sure 640-864 Questions Answers
 
Document similarity with vector space model
Document similarity with vector space modelDocument similarity with vector space model
Document similarity with vector space model
 
Teacher management system guide
Teacher management system guideTeacher management system guide
Teacher management system guide
 
College Network
College NetworkCollege Network
College Network
 
Day 5.3 configuration of router
Day 5.3 configuration of routerDay 5.3 configuration of router
Day 5.3 configuration of router
 
De-Risk Data Center Projects With Cisco Services
De-Risk Data Center Projects With Cisco ServicesDe-Risk Data Center Projects With Cisco Services
De-Risk Data Center Projects With Cisco Services
 
Lesson 1 slideshow
Lesson 1 slideshowLesson 1 slideshow
Lesson 1 slideshow
 
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
 
similarity measure
similarity measure similarity measure
similarity measure
 
Evaluation in Information Retrieval
Evaluation in Information RetrievalEvaluation in Information Retrieval
Evaluation in Information Retrieval
 
Router configuration
Router configurationRouter configuration
Router configuration
 
E s switch_v6_ch01
E s switch_v6_ch01E s switch_v6_ch01
E s switch_v6_ch01
 
Ir 08
Ir   08Ir   08
Ir 08
 
Troubleshooting basic networks
Troubleshooting basic networksTroubleshooting basic networks
Troubleshooting basic networks
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Computer networking short_questions_and_answers
Computer networking short_questions_and_answersComputer networking short_questions_and_answers
Computer networking short_questions_and_answers
 

Similar to MikroTik Basic Training Class - Online Moduls - English

MTCNA Show.pptx
MTCNA Show.pptxMTCNA Show.pptx
MTCNA Show.pptx
ahmedraed19
 
Session 6 Tp 6
Session 6 Tp 6Session 6 Tp 6
Session 6 Tp 6
githe26200
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
Yaser Rahmati
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
Fisal Anwari
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
Vuz Dở Hơi
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
teknetir
 
Session 2 Tp 2
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2
githe26200
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
Chaing Ravuth
 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptx
sayidkhalif
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
Nil Menon
 
versa router teletronics
versa router teletronicsversa router teletronics
versa router teletronics
guestd33e17a
 
Networking 101
Networking 101Networking 101
Networking 101
webhostingguy
 
Networking 101
Networking 101Networking 101
Networking 101
webhostingguy
 
Networking 101
Networking 101Networking 101
Networking 101
webhostingguy
 
Networking 101
Networking 101Networking 101
Networking 101
webhostingguy
 
Chapter
ChapterChapter
Assigning ip addresses
Assigning ip addressesAssigning ip addresses
Configure router for wap (wireless access point
Configure router for wap (wireless access pointConfigure router for wap (wireless access point
Configure router for wap (wireless access point
sergio goco
 
Networking
NetworkingNetworking
Networking
Rashmi
 
Vpnppt1884
Vpnppt1884Vpnppt1884
Vpnppt1884
Swarup Kumar Mall
 

Similar to MikroTik Basic Training Class - Online Moduls - English (20)

MTCNA Show.pptx
MTCNA Show.pptxMTCNA Show.pptx
MTCNA Show.pptx
 
Session 6 Tp 6
Session 6 Tp 6Session 6 Tp 6
Session 6 Tp 6
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
Session 2 Tp 2
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptx
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
versa router teletronics
versa router teletronicsversa router teletronics
versa router teletronics
 
Networking 101
Networking 101Networking 101
Networking 101
 
Networking 101
Networking 101Networking 101
Networking 101
 
Networking 101
Networking 101Networking 101
Networking 101
 
Networking 101
Networking 101Networking 101
Networking 101
 
Chapter
ChapterChapter
Chapter
 
Assigning ip addresses
Assigning ip addressesAssigning ip addresses
Assigning ip addresses
 
Configure router for wap (wireless access point
Configure router for wap (wireless access pointConfigure router for wap (wireless access point
Configure router for wap (wireless access point
 
Networking
NetworkingNetworking
Networking
 
Vpnppt1884
Vpnppt1884Vpnppt1884
Vpnppt1884
 

More from Adhie Lesmana

Basic tcp ip introducing
Basic tcp ip introducingBasic tcp ip introducing
Basic tcp ip introducing
Adhie Lesmana
 
MikroTIK DHCP Server
MikroTIK DHCP ServerMikroTIK DHCP Server
MikroTIK DHCP Server
Adhie Lesmana
 
Setup MikroTIk Sebagai Firewall filter
Setup MikroTIk Sebagai Firewall filter Setup MikroTIk Sebagai Firewall filter
Setup MikroTIk Sebagai Firewall filter
Adhie Lesmana
 
Setup MikroTik sebagai Gateway Router
Setup MikroTik sebagai Gateway RouterSetup MikroTik sebagai Gateway Router
Setup MikroTik sebagai Gateway Router
Adhie Lesmana
 
How To Becoming SysAdmin MikroTik
How To Becoming SysAdmin MikroTikHow To Becoming SysAdmin MikroTik
How To Becoming SysAdmin MikroTik
Adhie Lesmana
 
Konfigurasi VLAN di SwitchOS MikroTik
Konfigurasi VLAN di SwitchOS MikroTikKonfigurasi VLAN di SwitchOS MikroTik
Konfigurasi VLAN di SwitchOS MikroTik
Adhie Lesmana
 
Peranan MikroTik - Seminar MikroTik STIMIK MDP Palembang
Peranan MikroTik - Seminar MikroTik STIMIK MDP PalembangPeranan MikroTik - Seminar MikroTik STIMIK MDP Palembang
Peranan MikroTik - Seminar MikroTik STIMIK MDP Palembang
Adhie Lesmana
 
Simple Firewall Filter Stimik MDP Palembang
Simple Firewall Filter Stimik MDP PalembangSimple Firewall Filter Stimik MDP Palembang
Simple Firewall Filter Stimik MDP Palembang
Adhie Lesmana
 
LOAD BALANCING PCC MENGGUNAKAN 2 SPEEDY
LOAD BALANCING PCC MENGGUNAKAN 2 SPEEDYLOAD BALANCING PCC MENGGUNAKAN 2 SPEEDY
LOAD BALANCING PCC MENGGUNAKAN 2 SPEEDY
Adhie Lesmana
 
Peranan MikroTik dalam Jaringan Internet
Peranan MikroTik dalam Jaringan InternetPeranan MikroTik dalam Jaringan Internet
Peranan MikroTik dalam Jaringan Internet
Adhie Lesmana
 
Konfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTik
Konfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTikKonfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTik
Konfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTik
Adhie Lesmana
 
Simple Firewall MikroTik
Simple Firewall MikroTikSimple Firewall MikroTik
Simple Firewall MikroTik
Adhie Lesmana
 
MikroTik Routing OSPF over PPTP Tunnel
MikroTik Routing OSPF over PPTP TunnelMikroTik Routing OSPF over PPTP Tunnel
MikroTik Routing OSPF over PPTP Tunnel
Adhie Lesmana
 

More from Adhie Lesmana (13)

Basic tcp ip introducing
Basic tcp ip introducingBasic tcp ip introducing
Basic tcp ip introducing
 
MikroTIK DHCP Server
MikroTIK DHCP ServerMikroTIK DHCP Server
MikroTIK DHCP Server
 
Setup MikroTIk Sebagai Firewall filter
Setup MikroTIk Sebagai Firewall filter Setup MikroTIk Sebagai Firewall filter
Setup MikroTIk Sebagai Firewall filter
 
Setup MikroTik sebagai Gateway Router
Setup MikroTik sebagai Gateway RouterSetup MikroTik sebagai Gateway Router
Setup MikroTik sebagai Gateway Router
 
How To Becoming SysAdmin MikroTik
How To Becoming SysAdmin MikroTikHow To Becoming SysAdmin MikroTik
How To Becoming SysAdmin MikroTik
 
Konfigurasi VLAN di SwitchOS MikroTik
Konfigurasi VLAN di SwitchOS MikroTikKonfigurasi VLAN di SwitchOS MikroTik
Konfigurasi VLAN di SwitchOS MikroTik
 
Peranan MikroTik - Seminar MikroTik STIMIK MDP Palembang
Peranan MikroTik - Seminar MikroTik STIMIK MDP PalembangPeranan MikroTik - Seminar MikroTik STIMIK MDP Palembang
Peranan MikroTik - Seminar MikroTik STIMIK MDP Palembang
 
Simple Firewall Filter Stimik MDP Palembang
Simple Firewall Filter Stimik MDP PalembangSimple Firewall Filter Stimik MDP Palembang
Simple Firewall Filter Stimik MDP Palembang
 
LOAD BALANCING PCC MENGGUNAKAN 2 SPEEDY
LOAD BALANCING PCC MENGGUNAKAN 2 SPEEDYLOAD BALANCING PCC MENGGUNAKAN 2 SPEEDY
LOAD BALANCING PCC MENGGUNAKAN 2 SPEEDY
 
Peranan MikroTik dalam Jaringan Internet
Peranan MikroTik dalam Jaringan InternetPeranan MikroTik dalam Jaringan Internet
Peranan MikroTik dalam Jaringan Internet
 
Konfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTik
Konfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTikKonfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTik
Konfigurasi VLAN di Cloud Router Switch ( CRS ) MikroTik
 
Simple Firewall MikroTik
Simple Firewall MikroTikSimple Firewall MikroTik
Simple Firewall MikroTik
 
MikroTik Routing OSPF over PPTP Tunnel
MikroTik Routing OSPF over PPTP TunnelMikroTik Routing OSPF over PPTP Tunnel
MikroTik Routing OSPF over PPTP Tunnel
 

Recently uploaded

Discover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to IndiaDiscover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to India
davidjhones387
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 
Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!
Toptal Tech
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
cuobya
 
留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理
留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理
留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理
bseovas
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
Trish Parr
 
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
ukwwuq
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
fovkoyb
 
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
uehowe
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
cuobya
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
CIOWomenMagazine
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
SEO Article Boost
 
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
xjq03c34
 
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
bseovas
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 

Recently uploaded (20)

Discover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to IndiaDiscover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to India
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 
Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
 
留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理
留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理
留学学历(UoA毕业证)奥克兰大学毕业证成绩单官方原版办理
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
 
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
 
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
 
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
 
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 

MikroTik Basic Training Class - Online Moduls - English

  • 2. Overview of RouterOS software and RouterBoard capabilities Hands-on training for MikroTik router configuration, maintenance and basic troubleshooting Course Objective
  • 3. Router software and hardware manufacturer Products used by ISPs, companies and individuals Make Internet technologies faster, powerful and affordable to wider range of users About MikroTik
  • 4. 1995: Established 1997: RouterOS software for x86 (PC) 2002: RouterBOARD is born 2006: First MUM MikroTik's History
  • 7. RouterOS is an operating system that will make your device: a dedicated router a bandwidth shaper a (transparent) packet filter any 802.11a,b/g/n/ac wireless device What is RouterOS ?
  • 8. The operating system of RouterBOARD Can be also installed on a PC What is RouterOS ?
  • 9. Hardware created by MikroTik Range from small home routers to carrier-class access concentrators What is RouterBOARD ?
  • 10. First Time Access Null Modem Cable Ethernet cable
  • 11. The application for configuring RouterOS It can be downloaded from www.mikrotik.com Winbox
  • 13. Click on the Mac-Address in Winbox Default username “admin” and no password Connecting Winbox Ethernet Cable
  • 14. • Click on the [...] button to see your router Connecting
  • 15. Process of communication is divided into seven layers Lowest is physical layer, highest is application layer Communication
  • 16.
  • 17. 1 9 It is the unique physical address of a network device It’s used for communication within LAN Example: 00:0C:42:20:97:68 It is logical address of network device MAC address
  • 18. It is used for communication over networks Example: 159.148.60.20 2 0 IP
  • 19. Range of logical IP addresses that divides network into segments Example: 255.255.255.0 or /24 Subnets
  • 20. Network address is the first IP address of the subnet Broadcast address is the last IP address of the subnet They are reserved and cannot be used Subnets
  • 21.
  • 22. Select IP address from the same subnet on local networks Especially for big network with multiple subnets Selecting IP address
  • 23. Clients use different subnet masks /25 and /26 A has 192.168.0.200/26 IP address B use subnet mask /25, available addresses 192.168.0.129- 192.168.0.254 B should not use 192.168.0.129-192.168.0.192 B should use IP address from 192.168.0.193 - 192.168.0.254/25 Selecting IP address Example
  • 24. Use Combined RouterOS package Drag it to the Files window Upgrading Router
  • 25.  RouterOS functions are enabled by packages Package Management
  • 27.  Option to set name for each router Router Identity
  • 28.  Identity information is shown in different places Router Identity
  • 29.  Network Time Protocol, to synchronize time  NTP Client and NTP Server support in RouterOS NTP
  • 30. To get correct clock on router For routers without internal memory to save clock information For all RouterBOARDs Why NTP
  • 31.  NTP package is not required NTP Client
  • 32. You can backup and restore configuration in the Files menu of Winbox Backup file is not editable Configuration Backup
  • 33. Additionally use export and import commands in CLI Export files are editable Passwords are not saved with export /export file=conf-august-2009 / ip firewall filter export file=firewall-aug-2009 / file print / import [Tab] Configuration Backup
  • 34. Used for installing and reinstalling RouterOS Runs on Windows computers Direct network connection to router is required or over switched LAN Available at www.mikrotik.com Netinstall
  • 35.  1.List of routers  2.Net Booting  3.Keep old configuration  4.Packages  5.Install Netinstall
  • 36. All RouterBOARDs shipped with license Several levels available, no upgrades Can be viewed in system license menu License for PC can be purchased from mikrotik.com or from distributors RouterOS License
  • 39. www.mikrotik.com - manage licenses, documentation forum.mikrotik.com - share experience with other users www.forummikrotik.com - share experience with other users wiki.mikrotik.com - tons of examples Useful Links
  • 40. Bandwidth test can be used to monitor throughput to remote device Bandwidth test works between two MikroTik routers Bandwidth test utility available for Windows Bandwidth test is available on MikroTik.com Bandwidth Test Utility
  • 41. Set Test To as testing address Select protocol TCP supports multiple connections Authentication might be required Bandwidth Test on Router
  • 42. Plan network design carefully Take care of user’s local access to the network Use RouterOS features to secure local network resources Access to Local Network
  • 43. ARP joins together client’s IP address with MAC-address ARP operates dynamically, but can also be manually configured • Address Resolution Protocol
  • 44. ARP Table ARP table provides: IP address, MAC- address and Interface
  • 45. To increase network security ARP entries can be crated manually Router’s client will not be able to access Internet with changed IP address Static ARP table
  • 46. Add Static Entry to ARP table Set for interface arp=reply- only to disable dynamic ARP creation Disable/enable interface or reboot router Static ARP configuration
  • 47. Dynamic Host Configuration Protocol Used for automatic IP address distribution over local network Use DHCP only in secure networks DHCP Server
  • 48. To setup DHCP server you should have IP address on the interface Use setup command to enable DHCP server It will ask you for necessary information DHCP Server
  • 49. Click on DHCP Setup to run Setup Wizard Select interface for DHCP server Set Network for DHCP, offered automatically Set Gateway for DHCP clients Set Addresses that will be given to clients DNS server address that will be assigned to clients Time that client may use IP addressWe are done! DHCP-Server Setup
  • 50. 4 To configure DHCP server on bridge, set server on bridge interface DHCP server will be invalid, when it is configured on bridge port Important
  • 51.  Leases provide information about DHCP clients DHCP Server Information
  • 52.  Show or hide different Winbox columns Winbox Configuration Tip
  • 53. We can make lease to be static Client will not get other IP address Static Lease
  • 54. DHCP-server could run without dynamic leases Clients will receive only preconfigured IP address Static Lease
  • 55. ip route rules define where packets should be sent Let’s look at /ip route rules Route
  • 56. Destination: networks which can be reached Gateway: IP of the next router to reach the destination Routes
  • 57.  Default gateway: next hop router where all (0.0.0.0) traffic is sent Default Gateway
  • 58. Look at the other routes Routes with DAC are added automatically DAC route comes from IP address configuration Dynamic Routes
  • 59. A - active D - dynamic C - connected S - static Routes
  • 60. Our goal is to ping neighbor laptop Static route will help us to achieve this Static Routes
  • 61. Static route specifies how to reach specific destination network Default gateway is also static route, it sends all traffic (destination 0.0.0.0) to host - the gateway Static Route
  • 62. Additional static route is required to reach your neighbor laptop Because gateway (teacher’s router) does not have information about student’s private network Static Route
  • 63. Remember the network structure Neighbor’s local network is 192.168.x.0/24 Ask your neighbor the IP address of their wireless interface Route to Your Neighbor
  • 65. Add static route Set Destination and Gateway Try to ping Neighbor’s Laptop Route Your Neighbor
  • 66. The same configuration is possible with dynamic routes Imagine you have to add static routes to all neighbors networks Instead of adding tons of rules, dynamic routing protocols can be used Dynamic Routes
  • 67. Easy in configuration, difficult in managing/troubleshooting Can use more router resources Dynamic Routes
  • 68. We are going to use OSPF OSPF is very fast and optimal for dynamic routing Easy in configuration Dynamic Routes
  • 69. Add correct network to OSPF OSPF protocol will be enabled OSPF configuration