SlideShare a Scribd company logo
Konfigurasi
MikroTIK
di
Sekolah Saya
Oleh Asep Jalaludin
▸ Asep Jalaludin
▸ Pengajar Mapel Produktif TKJ dan Staf TI
▸ Trainer Mikrotik Academy dan Oracle
Academy
Biodata
▸ Mulai beroperasi sejak Juli 2011
▸ Berlokasi di Sepatan, Kab. Tangerang, Banten
▸ Memiliki 5 Jurusan (Teknik Komputer dan
Jaringan, Multimedia, Keperawatan, Farmasi ,
Akuntansi)
▸ Jumlah siswa 123 orang (per TP 2015/2016)
▸ Oktober 2014, Menjadi Mikrotik Academy
▸ Agustus 2014, Menjadi Cisco Academy
▸ 2014, Menjadi Oracle Academy
SMK Bintang Nusantara School
▸ Konfigurasi dasar mikrotik sampai terkoneksi
internet
▸ Bandwidth management terintegrasi dengan
hotspot
▸ Integrasi dengan radius server dari win server
2012
▸ Blokir website terjadwal
▸ Force DHCP
▸ Force DNS
▸ Pengamanan menggunakan port knocking
Materi
▸ Set nama interface
▸ Set DHCP client
▸ Set IP address
▸ Set DNS
▸ Set route (jika tidak menggunakan DHCP
client)
▸ Set NAT (jika tidak menggunakan hotspot)
▸ Set DHCP server (jika tidak menggunakan
hotspot)
Konfigurasi internet
Set interface name
▸ /interface ethernet
▸ Set name=ether1-internet
number=0
▸ Set name=ether2-lokal
number=1
Set interface name
Set DHCP client
▸/ip dhcp-client
▸add interface=ether1-internet
Set DHCP client
Set IP address
▸/ip address
▸add address=192.168.2.1/23
interface=ether2-lokal
Set IP address
Set DNS
▸ /ip dns
▸ Set servers=8.8.8.8,8.8.4.4
▸ set allow-remote-requests=yes
Set DNS
Set Route
▸/ip route
▸add gateway=192.168.20.1
Set Route
Set NAT
▸ /ip firewall nat
▸ add action=masquerade chain=srcnat
out-interface=ether1-internet
Set NAT
Set DHCP-Server (1)
Tahap 1
Tahap 2
Tahap 3
Tahap 4
Set DHCP-Server (2)
Tahap 5
Tahap 6
Tahap 7 Tahap 8
Tahap 9
▸ /ip dhcp-server setup
▸ Select interface to run DHCP server on
▸ dhcp server interface: ether2-lokal
▸ Select network for DHCP addresses
▸ dhcp address space: 192.168.2.0/23
▸ Select gateway for given network
Set DHCP-Server (1)
▸ gateway for dhcp network: 192.168.2.1
▸ Select pool of ip addresses given out by DHCP
server
▸ addresses to give out: 192.168.2.70-
192.168.3.200
▸ Select DNS servers
▸ dns servers: 192.168.2.1,192.168.20.1
▸ Select lease time
▸ lease time: 3d
Set DHCP-Server (2)
▸ Setup Hotspot
▸ Set IP Binding
▸ Set Walled Garden
▸ Set Hotspot User Profile untuk manajemen
bandwidth
▸ Tampilan simple queues setelah terpasang
Hotspot
▸ Tampilan NAT setelah terpasang Hotspot
Hotspot dan QoS
Set Hotspot (1)
Set Hotspot (2)
▸ /ip hotspot setup
▸ Select interface to run HotSpot on
▸ hotspot interface: ether2-lokal
▸ Set HotSpot address for interface
▸ local address of network: 192.168.2.1/23
▸ masquerade network: yes
▸ Set pool for HotSpot addresses
▸ address pool of network: 192.168.2.70-
192.168.3.200
Set Hotspot (1)
▸ Select hotspot SSL certificate
▸ select certificate: none
▸ Select SMTP server
▸ ip address of smtp server: 0.0.0.0
▸ Setup DNS configuration
▸ dns servers:
▸ DNS name of local hotspot server
▸ dns name:
▸ Create local hotspot user
▸ name of local hotspot user: admin
▸ password for the user: admin
Set Hotspot (2)
Set IP binding Hotspot
▸ /ip hotspot ip-binding add
address=192.168.2.2-192.168.2.69
server=hotspot1 type=bypassed
Set IP binding Hotspot
Set Walled Garden Hotspot
▸/ip hotspot walled-garden ip
add action=accept
disabled=no dst-
address=192.168.2.2
Set Walled Garden Hotspot
Set Hotspot User Profile untuk manajemen
bandwidth
▸ /ip hotspot user profile add name=siswa
rate-limit="0/100k 0/300k 0/128k 8/8 8"
session-timeout=15m transparent-
proxy=yes
Set Hotspot User Profile untuk manajemen
bandwidth
Tampilan simple queues setelah terpasang
Hotspot
Tampilan NAT setelah terpasang Hotspot
▸ Persiapan
▸ Instal NPAS (Network Policy and Access
Services)
▸ Konfigurasi NPAS
▸ Konfigurasi Password Container
▸ Set Radius di Mikrotik
▸ Info tambahan integrasi radius server
Integrasi dengan radius server dari
win server 2012
▸ Pastikan sudah terinstal DNS server
▸ Pastikan sudah terinstal Active Directory
▸ Pastikan sudah di promote Active Directory-
nya
▸ Pastikan sudah ada grup untuk user-user
hotspot
▸ Pastikan ada user di grup untuk hotspot
▸ Pastikan IP server radius sudah ada di Binding
dan ada di Walled Garden-nya hotspot
Persiapan
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Instal NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi NPAS
Konfigurasi Password Container
Konfigurasi Password Container
Konfigurasi Password Container
Konfigurasi Password Container
Set Radius di MikroTik (1)
Set Radius di MikroTik (2)
Info tambahan integrasi radius server
▸ password container dapat menjadi standar
pengaturan pasword grup atau user
▸ Bandwidth manajemen di hotspot tetap
berfungsi meskipun user berasal dari radius
nya win2012
SET NTP CLIENT
▸ /system ntp client
▸ set enabled=yes primary-ntp=119.82.243.189
secondary-ntp=203.114.224.252
SET FIREWALL
▸ /ip firewall filter
▸ add action=drop chain=forward comment=blok
content=facebook.com
▸ out-interface=ether1-internet src-
address=192.168.2.70-192.168.3.200
Blokir web terjadwal (1)
SET SCRIPT
▸ add name=allow
policy=read,write,policy,test,sniff
source="/ip firewall filter set [/ip firewall
filter find comment="blok"] disabled=yes"
▸ add name=denied
policy=read,write,policy,test,sniff
source="/ip firewall filter set [/ip firewall
filter find comment="blok"] disabled=no"
Blokir web terjadwal (2)
SET SCHEDULER
▸ /system scheduler
▸ add interval=1d name=07.00 on-event=denied
policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive
start-date=sep/17/2015 start-time=07:00:00
▸ add interval=1d name=12.00 on-event=allow
policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive
start-date=sep/17/2015 start-time=12:00:00
▸ add interval=1d name=13.00 on-event=denied
policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive
start-date=sep/17/2015 start-time=13:00:00
▸ add interval=1d name=15.45 on-event=allow
policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive
start-date=sep/17/2015 start-time=15:45:00
Blokir web terjadwal (3)
Force DHCP (1)
Force DHCP (2)
Force DHCP (3)
▸ /ip hotspot set hotspot1 address-pool=none
▸ /ip dhcp-server set add-arp=yes
numbers=dhcp1
▸ /interface ethernet set ether2-lokal
arp=reply-only
Force DHCP
Force DNS (1)
Force DNS (2)
▸ /ip firewall nat
▸ add chain=dstnat protocol=tcp dst-port=53
action=dst-nat to-addresses=192.168.2.1
to-ports=53
▸ add chain=dstnat protocol=udp dst-port=53
action=dst-nat to-addresses=192.168.2.1
to-ports=53
Force DNS
Port knocking (1)
Port knocking (2)
▸ /ip firewall filter
▸ add chain=input protocol=tcp dst-port=123
action=add-src-to-address-list address-
list=boleh address-list-timeout=10m
▸ add chain=input src-address-list=!boleh
action=drop
Port knocking
TERIMA KASIH
1. ID-networkers, Mas Dedi khususnya (training
gratis untuk guru SMK)
2. Pak Ziad Sobri (proses menjadi mikrotik
academy)
3. Mas Supono (Materi mikrotiknya)
4. www.forummikrotik.com (materi mikrotiknya)
5. Wiki.mikrotik.com (panduannya)
6. SMK Bintang Nusantara School, (menyediakan
tempat dan perangkat untuk latihan)

More Related Content

Similar to bagaimana cara seting mikrotik dari awal.pdf

Integration of neutron, nova and designate how to use it and how to configur...
Integration of neutron, nova and designate  how to use it and how to configur...Integration of neutron, nova and designate  how to use it and how to configur...
Integration of neutron, nova and designate how to use it and how to configur...Miguel Lavalle
 
Automating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps ApproachAutomating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps ApproachAkshaya Mahapatra
 
Dockerizing the Hard Services: Neutron and Nova
Dockerizing the Hard Services: Neutron and NovaDockerizing the Hard Services: Neutron and Nova
Dockerizing the Hard Services: Neutron and Novaclayton_oneill
 
How Networking works with Data Science
How Networking works with Data Science How Networking works with Data Science
How Networking works with Data Science HungWei Chiu
 
Razor, the Provisioning Toolbox - PuppetConf 2014
Razor, the Provisioning Toolbox - PuppetConf 2014Razor, the Provisioning Toolbox - PuppetConf 2014
Razor, the Provisioning Toolbox - PuppetConf 2014Puppet
 
Network configuration
Network configurationNetwork configuration
Network configurationengshemachi
 
NGINX ADC: Basics and Best Practices – EMEA
NGINX ADC: Basics and Best Practices – EMEANGINX ADC: Basics and Best Practices – EMEA
NGINX ADC: Basics and Best Practices – EMEANGINX, Inc.
 
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...Puppet
 
Hadoop Cluster - Basic OS Setup Insights
Hadoop Cluster - Basic OS Setup InsightsHadoop Cluster - Basic OS Setup Insights
Hadoop Cluster - Basic OS Setup InsightsSruthi Kumar Annamnidu
 
[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVROpenStack Korea Community
 
Nagios Conference 2014 - Eric Mislivec - Getting Started With Nagios Core
Nagios Conference 2014 - Eric Mislivec - Getting Started With Nagios CoreNagios Conference 2014 - Eric Mislivec - Getting Started With Nagios Core
Nagios Conference 2014 - Eric Mislivec - Getting Started With Nagios CoreNagios
 
[Advantech] ADAM-3600 open vpn setting Tutorial step by step
[Advantech] ADAM-3600 open vpn setting Tutorial step by step [Advantech] ADAM-3600 open vpn setting Tutorial step by step
[Advantech] ADAM-3600 open vpn setting Tutorial step by step Ming-Hung Hseih
 
Contoh Soal LKS IT Network 2014 Di Palembang Modul 3
Contoh Soal LKS IT Network 2014 Di Palembang Modul 3Contoh Soal LKS IT Network 2014 Di Palembang Modul 3
Contoh Soal LKS IT Network 2014 Di Palembang Modul 3Vanidlesky Onibala
 
Traefik 2.x features - canary deployment with Traefik and K3S
Traefik 2.x features - canary deployment with Traefik and K3STraefik 2.x features - canary deployment with Traefik and K3S
Traefik 2.x features - canary deployment with Traefik and K3SJakub Hajek
 
Hadoop on OpenStack
Hadoop on OpenStackHadoop on OpenStack
Hadoop on OpenStackSandeep Raju
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleChanaka Lasantha
 
NetBeez - Integration with Cisco DNA Center
NetBeez - Integration with Cisco DNA CenterNetBeez - Integration with Cisco DNA Center
NetBeez - Integration with Cisco DNA CenterNetBeez, Inc.
 
3. Basic Pentesting 1 Walkthrough.pdf
3. Basic Pentesting 1 Walkthrough.pdf3. Basic Pentesting 1 Walkthrough.pdf
3. Basic Pentesting 1 Walkthrough.pdfSetiya Nugroho
 

Similar to bagaimana cara seting mikrotik dari awal.pdf (20)

Integration of neutron, nova and designate how to use it and how to configur...
Integration of neutron, nova and designate  how to use it and how to configur...Integration of neutron, nova and designate  how to use it and how to configur...
Integration of neutron, nova and designate how to use it and how to configur...
 
Automating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps ApproachAutomating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps Approach
 
Dockerizing the Hard Services: Neutron and Nova
Dockerizing the Hard Services: Neutron and NovaDockerizing the Hard Services: Neutron and Nova
Dockerizing the Hard Services: Neutron and Nova
 
How Networking works with Data Science
How Networking works with Data Science How Networking works with Data Science
How Networking works with Data Science
 
Razor, the Provisioning Toolbox - PuppetConf 2014
Razor, the Provisioning Toolbox - PuppetConf 2014Razor, the Provisioning Toolbox - PuppetConf 2014
Razor, the Provisioning Toolbox - PuppetConf 2014
 
Network configuration
Network configurationNetwork configuration
Network configuration
 
NGINX ADC: Basics and Best Practices – EMEA
NGINX ADC: Basics and Best Practices – EMEANGINX ADC: Basics and Best Practices – EMEA
NGINX ADC: Basics and Best Practices – EMEA
 
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
 
Hadoop Cluster - Basic OS Setup Insights
Hadoop Cluster - Basic OS Setup InsightsHadoop Cluster - Basic OS Setup Insights
Hadoop Cluster - Basic OS Setup Insights
 
[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR
 
Nagios Conference 2014 - Eric Mislivec - Getting Started With Nagios Core
Nagios Conference 2014 - Eric Mislivec - Getting Started With Nagios CoreNagios Conference 2014 - Eric Mislivec - Getting Started With Nagios Core
Nagios Conference 2014 - Eric Mislivec - Getting Started With Nagios Core
 
[Advantech] ADAM-3600 open vpn setting Tutorial step by step
[Advantech] ADAM-3600 open vpn setting Tutorial step by step [Advantech] ADAM-3600 open vpn setting Tutorial step by step
[Advantech] ADAM-3600 open vpn setting Tutorial step by step
 
Contoh Soal LKS IT Network 2014 Di Palembang Modul 3
Contoh Soal LKS IT Network 2014 Di Palembang Modul 3Contoh Soal LKS IT Network 2014 Di Palembang Modul 3
Contoh Soal LKS IT Network 2014 Di Palembang Modul 3
 
Traefik 2.x features - canary deployment with Traefik and K3S
Traefik 2.x features - canary deployment with Traefik and K3STraefik 2.x features - canary deployment with Traefik and K3S
Traefik 2.x features - canary deployment with Traefik and K3S
 
Bbva bank on Open Stack
Bbva bank on Open StackBbva bank on Open Stack
Bbva bank on Open Stack
 
Hadoop on OpenStack
Hadoop on OpenStackHadoop on OpenStack
Hadoop on OpenStack
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmaple
 
Vpn addind technique
Vpn addind techniqueVpn addind technique
Vpn addind technique
 
NetBeez - Integration with Cisco DNA Center
NetBeez - Integration with Cisco DNA CenterNetBeez - Integration with Cisco DNA Center
NetBeez - Integration with Cisco DNA Center
 
3. Basic Pentesting 1 Walkthrough.pdf
3. Basic Pentesting 1 Walkthrough.pdf3. Basic Pentesting 1 Walkthrough.pdf
3. Basic Pentesting 1 Walkthrough.pdf
 

Recently uploaded

2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptxmansk2
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resourcesaileywriter
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonSteve Thomason
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online PresentationGDSCYCCE
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...sanghavirahi2
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfDr. M. Kumaresan Hort.
 
ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesashishpaul799
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTechSoup
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptSourabh Kumar
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxEduSkills OECD
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17Celine George
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya - UEM Kolkata Quiz Club
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsCol Mukteshwar Prasad
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 

Recently uploaded (20)

Post Exam Fun(da) Intra UEM General Quiz - Finals.pdf
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdfPost Exam Fun(da) Intra UEM General Quiz - Finals.pdf
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdf
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Word Stress rules esl .pptx
Word Stress rules esl               .pptxWord Stress rules esl               .pptx
Word Stress rules esl .pptx
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdf
 
ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyes
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 

bagaimana cara seting mikrotik dari awal.pdf