By M.Sc. I.T Alaa A. Mahdi

Size: px
Start display at page:

Download "By M.Sc. I.T Alaa A. Mahdi"

Transcription

1 University of Babylon, IT College Information Network Dep., Third Class, Second Semester MTCNA Course MikroTik Certified Network Associate By M.Sc. I.T Alaa A. Mahdi

2 Objectives Upgrade RouterOS ; get packages; upgrade ways; type of packages; Manage RouterOS logging; Manage RouterOS services; Backup and export/import configuration; save and reload backup; edit export file; RouterOS license; levels; update license; NTP client configuration; Netinstall; reinstall RouterOS; reset RouterOS 2

3 RouterOS Upgrade Methods You can upgrade RouterOS in the following ways: 1- Winbox drag and drop files to the Files menu 2- FTP - upload files to root directory 3- The Dude See manual here Note: RouterOS cannot be upgraded through serial cable. Using this method only RouterBOOT can be upgraded. 3

4 Upgrade process First step - visit and head to the download page, there choose the type of system you have the RouterOS installed on. Download the Combined package, it will include all the functionality of RouterOS: 4

5 5

6 Using Winbox Connect to your router with Winbox, Select the downloaded file with your mouse, and drag it to the Files menu. If there are some files already present, make sure to put the package in the root menu, not inside the hotspot folder!: The upload will start: After it finishes - REBOOT and that's all! The New version number will be seen in the Winbox Title and in the Packages menu 6

7 7

8 Using FTP Open your favourite FTP program (in this case it is Filezilla), select the package and upload it to your router (demo2.mt.lv is the address of my router in this example). 8

9 9

10 If you wish, you can check if the file is successfully transferred onto the router (optional): And reboot your router for the upgrade process to begin : system reboot After the reboot, your router will be up to date, you can check it in this menu: /system package print if your router did not upgrade correctly, make sure you check the log More Info. On Package see System-Packages PDF file 10

11 Log RouterOS is capable of logging (track) various system events and status information. Logs can be saved in routers memory (RAM), disk, file, sent by or even sent to remote syslog server. 11

12 12

13 Logging configuration 13

14 Rule topics log all messages that falls into specified topic or list of topics. For example, we want to log NTP debug info without too much details: /system logging add topics=ntp,debug,!packet 14

15 Rule prefix prefix added at the beginning of log messages. action specifies one of the system default actions or user specified action listed in actions menu Default: memory: logs are stored in local memory buffer. 15

16 Logging Example Logging to file To log everything to file, add new log action: /system logging action add name=file target=disk disk-file-name=log 16

17 and then make everything log using this new action: /system logging action=file 17

18 You can log only errors there by issuing command: /system logging topics=error action=file 18

19 This will log into files log.0.txt and log.1.txt. You can specify maximum size of file in lines by specifying disk-lines-per-file. <file>.0.txt is active file were new logs are going to be appended and once it size will reach maximum it will become <file>.1.txt, and new empty <file>.0.txt will be created. 19

20 You can log into USB flashes or into MicroSD/CF (on Routerboards) by specifying it's directory name before file name. For example, if you have accessible usb flash as usb1 directory under /files, you should issue following command: /system logging action add name=usb target=disk disk-file-name=usb1/log For more information see Manual:System/Log Pdf file 20

21 Manage RouterOS services This section lists protocols and ports used by various MikroTik RouterOS services. It helps you to determine why your MikroTik router listens to certain ports, and what you need to block/allow if you want to prevent or grant access to the certain services. 21

22 /ip service Some service settings can be changed under /ip service menu. You can specify IP addresses from which the service is accessible, for example: ip service> set www port=8081 address= /16 22

23 23

24 (System Reset ) Configuration Reset System reset command is used to erase all configuration on the router. Before doing that, it might be useful to backup the router's configuration. /system reset-configuration The command clears all configuration of the router and sets it to the default including the login name and password, IP addresses and other configuration is erased, interfaces will become disabled. After the reset command router will reboot. 24

25 Backup and Export/Import Configuration 25

26 Backup Configuration The backup save command is used to store the entire router configuration in a backup file. The file is shown in the /file submenu. It can be downloaded via ftp to keep it as a backup for your configuration. Important! The backup file contains sensitive information, do not store your backup files inside the router's Files directory, instead, download them, and keep them in a secure location. 26

27 The configuration backup can be used for backing up MikroTik RouterOS configuration to a binary file, which can be stored on the router or downloaded from it using FTP for future use. The configuration restore can be used for restoring the router's configuration from a backup file. The restoration procedure assumes the configuration is stored on the same router, where the backup file was originally created. 27

28 Restore To restore the system configuration, it is possible to upload that file via ftp and load that backup file using load command in /system backup submenu. 28

29 Example- Backup To save backup file HelloITStudent, do >system backup save name=helloitstudent Configuration backup saved 29

30 Example- Restore To load the saved backup file HelloITStudent: > system backup load name=helloitstudent Restore and reboot? [y/n]: y Restoring system configuration System configuration restored, rebooting now 30

31 WinBox Backup & Restore All operations of backup and restore are exist in File menu: 31

32 Export/ Import The configuration export can be used for dumping out complete or partial MikroTik RouterOS configuration to the console screen or to a text (script) file, which can be downloaded from the router using FTP protocol. The configuration dumped is actually a batch of commands that add (without removing the existing configuration) the selected configuration to a router. The configuration import facility executes a batch of console commands from a script file. 32

33 Exporting Configuration The export command prints a script that can be used to restore configuration. The command can be invoked at any menu level, and it acts for that menu level and all menu levels below it. The output can be saved into a file, available for download using FTP. /export 33

34 Example ip address export file= IT-address 34

35 Importing Configuration The root level command /import [file_name] executes a script, stored in the specified file adds the configuration from the specified file to the existing setup. This file may contain any console commands, including scripts. Import command used to restore configuration or part of it after a /system reset event or anything that causes configuration data loss. Note that it is impossible to import the whole router configuration using this feature. It can only be used to import a part of configuration (for example, firewall rules). 35

36 Example - Import To load the saved export file, use the following command: import IT_address.rsc 36

37 RouterOS license RouterBOARD devices come preinstalled with a RouterOS license, if you have purchased a RouterBOARD device, nothing must be done regarding the license. For X86 systems (ie. PC devices), you need to obtain a license key. 37

38 The license key is a block of symbols that needs to be copied from your mikrotik.com account, or from the you received in, and then it can be pasted into the router. You can paste the key anywhere in the terminal, or by clicking "Paste key" in Winbox License menu. A reboot is required for the key to take effect. 38

39 Licensing information can be read: 39

40 License Levels You can purchase a Level 3, 4, 5 and 6. Level 1 is the demo license. The difference between license levels is shown in the table. Level 3 is a wireless station (client) only license.. 40

41 Licenses and RouterOS Upgrades RouterOS can be upgraded only to certain versions. For example if you are running RouterOS v5, your license could restrict the upgrade only to v6, and not to v7. 41

42 NTP client configuration; Having the system time set accurately is important for many purpose, especially logging. RouterBOARDs do not have an onboard battery to keep the clock running, setup the NTP client should be a part of your configuration. The function of the NTP client is to query an NTP server and get the current time and then set the local clock. SNTP client is included in the system package. RouterOS implements SNTP protocol. NTP server and a NTP client is included in the separate ntp package, that is not installed by default. 42

43 Client configuration is located in the /system ntp client console path. This configuration is shared by the SNTP client implementation in the system package and the NTP client implementation in the ntp package. When ntp package is installed and enabled, the SNTP client is disabled automatically time.windows.com us.pool.ntp.org 43

44 44

45 mode (One of broadcast or unicast; default value: broadcast) : In broadcast mode, client does not send any requests, and listens for the broadcast messages sent by the NTP server. In unicast mode client periodically sends requests to the currently selected active server, and waits for a reply message from that server. More Information see System/Time PDF file 45

46 System Clock Setting up the NTP client will not ensure the local clock is accurate for local time so you must set your zone on the Clock setting to ensure your clock information is meaningful. 46

By M.Sc. I.T AlaaA. Mahdi

By M.Sc. I.T AlaaA. Mahdi University of Babylon, IT College Information Network Dep., Third Class, Second Semester MTCNA Course MikroTik Certified Network Associate 2015-2016 By M.Sc. I.T AlaaA. Mahdi Objectives Upgrade RouterOS;

More information

AT-WR4500 Series How To Upgrade RouterOS firmware

AT-WR4500 Series How To Upgrade RouterOS firmware AT-WR4500 Series How To Upgrade RouterOS firmware Introduction This How To guide explains how to upgrade RouterOS firmware on AT-WR4500 Series of Wireless outdoor routers. Before upgrading please carefully

More information

[DOC] MIKROTIK OS CONFIGURATION PRODUCT CATALOG EBOOK

[DOC] MIKROTIK OS CONFIGURATION PRODUCT CATALOG EBOOK 28 April, 2018 [DOC] MIKROTIK OS CONFIGURATION PRODUCT CATALOG EBOOK Document Filetype: PDF 438.25 KB 0 [DOC] MIKROTIK OS CONFIGURATION PRODUCT CATALOG EBOOK Notify me of updates to RouterOS Advanced QOS

More information

Hotspot with Active Directory

Hotspot with Active Directory Hotspot with Active Directory Eng. Ahmed AlBakri Wireless Communications Channels Mikrotik User Meeting Saudi Arabia Riyadh 22 October 2017 Eng. Ahmed AlBakri Bachelor in Computer Science and Engineering

More information

WITELCOM USER MANUAL WISE-1200

WITELCOM USER MANUAL WISE-1200 WITELCOM USER MANUAL WISE-1200 Remote Administration Configuration Management General Information Summary This manual introduces you with commands which are used to perform the following functions: system

More information

MikroTik RouterOS Training Class. MTCNA Townet Wispmax 3 Febbraio 2010

MikroTik RouterOS Training Class. MTCNA Townet Wispmax 3 Febbraio 2010 MikroTik RouterOS Training Class MTCNA Townet Wispmax 3 Febbraio 2010 Schedule Training day: 9AM - 6PM 30 minute Breaks: 10:30AM and 4PM 1 hour Lunch: 01:00PM 2 Course Objective Overview of RouterOS software

More information

Using the Offline Diagnostic Monitor Menu

Using the Offline Diagnostic Monitor Menu APPENDIX B Using the Offline Diagnostic Monitor Menu During the boot process, you can access the Offline Diagnostic Monitor (Offline DM) Main menu. The Offline DM Main menu allows you to perform the following

More information

Managing Controller Software and Configurations

Managing Controller Software and Configurations CHAPTER 8 Managing Controller Software and Configurations This chapter describes how to manage configurations and software versions on the controllers. This chapter contains these sections: Transferring

More information

MikroWall Hotspot Router and Firewall System

MikroWall Hotspot Router and Firewall System MikroWall Hotspot Router and Firewall System Installation and configuration guide Contents: 1.0 The Device:...2 1.1 The MikroWall Wireless...2 1.2 MikroWall Standard...2 2.0 Installation...2 2.1 Before

More information

MIKROTIK ROUTER SETUP USERS MANUAL

MIKROTIK ROUTER SETUP USERS MANUAL 14 November, 2017 MIKROTIK ROUTER SETUP USERS MANUAL Document Filetype: PDF 110.52 KB 0 MIKROTIK ROUTER SETUP USERS MANUAL Detailed step-by-step instructions and screenshots are included to make your MIKROTIK

More information

MikroTik Security : The Forgotten Things

MikroTik Security : The Forgotten Things Michael Takeuchi, MTC(ALL)E, CEH MikroTik Security : The Forgotten Things 21 January 2019, Phnom Penh MikroTik User Meeting Cambodia MikroTik Certified Engineer (ALL) (MTCNA, MTCRE, MTCINE, MTCWE, MTCUME,

More information

Basic guidelines on RouterOS configuration and debugging. Pauls Jukonis MikroTik, Latvia

Basic guidelines on RouterOS configuration and debugging. Pauls Jukonis MikroTik, Latvia Basic guidelines on RouterOS configuration and debugging Pauls Jukonis MikroTik, Latvia Kathmandu, Nepal June 2017 RouterOS is the same everywhere RouterOS management tools RouterOS management CLI (Command

More information

Software Upgrade. Selecting a Cisco IOS Image. Upgrading the Cisco IOS image

Software Upgrade. Selecting a Cisco IOS Image. Upgrading the Cisco IOS image This chapter explains how to upgrade the Cisco IOS image installed on the router. Selecting a Cisco IOS Image, on page 1 Upgrading the Cisco IOS image, on page 1 Auto Upgrading the MCU, on page 4 Manually

More information

Routeros Firewall Mikrotik

Routeros Firewall Mikrotik Routeros Firewall Mikrotik 1 / 6 2 / 6 3 / 6 Routeros Firewall Mikrotik Miscellaneous. Zone Based Firewall - ZBF; Basic universal firewall script; Attempt To Detect And Block Bad Hosts; Securing A New

More information

Upgrading Software and Firmware

Upgrading Software and Firmware APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.1.0, page B-2 Upgrading

More information

Routerboard Security. Barry Higgins Allness IT. UK MuM 2018

Routerboard Security. Barry Higgins Allness IT. UK MuM 2018 Routerboard Security Barry Higgins Allness IT Who am I? Barry Higgins Made a living from I.T. since 1996 Started a WISP in 2009 MikroTik consultant since 2015 Independent UK MikroTik Trainer since 2016

More information

Certified Network Associate (MTCNA) Riga, Latvia January 1 - January 3, 2016

Certified Network Associate (MTCNA) Riga, Latvia January 1 - January 3, 2016 Certified Network Associate (MTCNA) Riga, Latvia January 1 - January 3, 2016 About the Trainer Name Experience Your photo 2 Course Objectives Provide an overview of RouterOS software and RouterBOARD products

More information

[FILE] MIKROTIK TRAINING USER MANUAL ARCHIVE

[FILE] MIKROTIK TRAINING USER MANUAL ARCHIVE 18 January, 2018 [FILE] MIKROTIK TRAINING USER MANUAL ARCHIVE Document Filetype: PDF 159.49 KB 0 [FILE] MIKROTIK TRAINING USER MANUAL ARCHIVE How to Make Voucher Hotspot Mikrotik via User Manager. Wireless

More information

Model 5100 Remote Administration Guide

Model 5100 Remote Administration Guide Model 5100 Remote Administration Guide The information in this document is current as of the following Hardware and Firmware revision levels. Some features may not be supported in earlier revisions. See

More information

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

Documentation on File Management for website

Documentation on File Management for website Documentation on File Management for website File Manager The cpanel FILE MANAGER allows you to modify the files and contents of files that are part of your website. The FILE MANAGER allows point and click

More information

Monitoring Large Scale Network by The Dude

Monitoring Large Scale Network by The Dude We Attend 173 th Monitoring Large Scale Network by The Dude Abdul Kader Linkon Network Engineer Fareast Islami Life Insurance Company Ltd. i m Abdul Kader Linkon Network engineer Grade of senior executive

More information

License Management. Table of Contents. General Information. Summary. Specifications. Description. Summary Specifications Description

License Management. Table of Contents. General Information. Summary. Specifications. Description. Summary Specifications Description License Management Document revision 3 (Tue Jul 13 13:04:07 GMT 2004) This document applies to V2.8 Table of Contents Table of Contents General Information Summary Specifications License Management Property

More information

Configuring your MikroTik as a Standard LucidView Enforcer

Configuring your MikroTik as a Standard LucidView Enforcer MANUAL Configuring your MikroTik as a Standard LucidView Enforcer Version 6 Table of Contents STANDARD LUCIDVIEW ENFORCER 2 Guide version 2 About 2 Standard vs. Bolt-On Enforcer 2 GENERATING & DOWNLOADING

More information

AT-WR4500 Series. IEEE abgh Outdoor Wireless Routers. RouterOS v3 Configuration and User Guide. PN Rev. B

AT-WR4500 Series. IEEE abgh Outdoor Wireless Routers. RouterOS v3 Configuration and User Guide. PN Rev. B AT-WR4500 Series IEEE 802.11abgh Outdoor Wireless Routers PN 613-000813 Rev. B 2 AT-WR4500 Series - IEEE 802.11abgh Outdoor Wireless Routers Copyright 2009 Allied Telesis International All rights reserved.

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

MikroTik Router Certified Network Associate (MTCNA) + Unifi Wifi Access Point (only got at CISMIC)

MikroTik Router Certified Network Associate (MTCNA) + Unifi Wifi Access Point (only got at CISMIC) MikroTik Router Certified Network Associate (MTCNA) + Unifi Wifi Access Point (only got at CISMIC) Course s Course Outline By the end of this training session, the student will be familiar with Router

More information

MUM - Beirut, Lebanon - June 14 th 2016

MUM - Beirut, Lebanon - June 14 th 2016 MUM - Beirut, Lebanon - June 14 th 2016 MikroTik Certified Trainer CTO & Co. Founder Being in IT technology business roughly around 14 years Support & instruct Engineers more than 8 years all over the

More information

Tools for effortless reverse engineering of MikroTik routers. https://github.com/0ki/mikrotik-tools http ://kirils.org/

Tools for effortless reverse engineering of MikroTik routers. https://github.com/0ki/mikrotik-tools http ://kirils.org/ Tools for effortless reverse engineering of MikroTik routers v3 https://github.com/0ki/mikrotik-tools http ://kirils.org/ Legal disclaimer Goal of this presentation is to allow the members of the research

More information

RouterBOARD 751 series

RouterBOARD 751 series RouterBOARD 751 series User's Manual Copyright and Warranty Information Copyright and Trademarks. Copyright MikroTikls SIA. This manual contains information protected by copyright law. No part of it may

More information

Contents. Table of Contents

Contents. Table of Contents Table of Contents Contents 1. Web Interface Configuration... 2 1.1 Login Information... 3 1.2 Saving Configuration Changes... 4 1.3 Status Page... 5 1.4 Log... 6 1.4.1 Log Settings... 6 1.4.2 Syslog...

More information

Chapter 4 Using the Entry-Master Disk Utilities

Chapter 4 Using the Entry-Master Disk Utilities Chapter 4 Using the Entry-Master Disk Utilities Now that you have learned how to setup and maintain the Entry-Master System, you need to learn how to backup and restore your important database files. Making

More information

Mikrotik Router Documentation

Mikrotik Router Documentation Mikrotik Router Documentation 1 / 6 2 / 6 3 / 6 Mikrotik Router Documentation Reference Manual (HTML) Specifications Sheet (HTML) V2.3: MikroTik v2.3 Router Software Manual as one big file (HTML) V2.2:

More information

Working with Configuration Files

Working with Configuration Files This chapter contains the following sections: Finding Feature Information, page 1 Information About Configuration Files, page 1 Licensing Requirements for Configuration Files, page 2 Managing Configuration

More information

CPE WAN Management Protocol & Auto Configuration Server

CPE WAN Management Protocol & Auto Configuration Server CPE WAN Management Protocol & Auto Configuration Server Who I am Mi name is Jorge Castellet I m Mikrotik certified Trainer. More than 15 years of experience in networking. BERLIN - MUM EU18 2 Hello, I

More information

COURSE O V E R V I E W

COURSE O V E R V I E W COURSE O V E R V I E W This training course will provide you with the skills to configure Mikrotic Router OS Router Board as a dedicated router, a bandwidth manager, a secure firewall appliance, a simple

More information

MOP for upgrading StoneOS

MOP for upgrading StoneOS MOP for upgrading StoneOS Make a backup of current configurations A. WebUI: Refer to the image below, click tab System menu Configuration File Management, check the box before the Startup configuration

More information

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

Operation Manual System Management. Table of Contents

Operation Manual System Management. Table of Contents Table of Contents Table of Contents Chapter 1 File System Management... 1-1 1.1 File System Configuration... 1-1 1.1.1 File System Overview... 1-1 1.1.2 Directory... 1-1 1.1.3 File... 1-2 1.1.4 Storage

More information

SSL VPN Reinstallation

SSL VPN Reinstallation SSL VPN Reinstallation This software reinstallation procedure describes how to reinstall the software onto a previously formatted and programmed hard disk drive (HDD) on the Contivity SSL VPN 1000 card.

More information

Overview 1 Preparing for installation 2

Overview 1 Preparing for installation 2 Contents Overview 1 Preparing for installation 2 Network requirements 2 Server requirements 2 Hardware requirements 2 Software requirements 2 Client requirements 2 Pre-installation checklist 3 Installing

More information

Managing the ACE Software

Managing the ACE Software CHAPTER 4 This chapter describes how to manage the software running on the Cisco 4700 Series Application Control Engine (ACE) appliance and contains the following sections: Saving Configuration Files Loading

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Bitnami MySQL for Huawei Enterprise Cloud

Bitnami MySQL for Huawei Enterprise Cloud Bitnami MySQL for Huawei Enterprise Cloud Description MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. MySQL Server is intended for mission-critical, heavy-load

More information

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features 1.0 Key Features Addonics T E C H N O L O G I E S mini NAS Model: NAS25HDU2 Convert any 2.5 SATA drive into a Network Attached Storage device Connect a USB printer to share it over the network One Fast

More information

SonicWALL SSL VPN 2.5 Early Field Trial

SonicWALL SSL VPN 2.5 Early Field Trial Secure Remote Access Contents Platform Compatibility New Features Known Issues Resolved Issues Upgrading SonicWALL SSL VPN Software Procedures Related Technical Documentation Platform Compatibility The

More information

Contents. Table of Contents

Contents. Table of Contents Table of Contents Contents 1. Web Interface Configuration... 2 1.1 Login Information... 2 1.2 Saving Configuration Changes... 3 1.3 Status Page... 4 1.4 Log... 4 1.4.1 Log Settings... 4 1.5 System... 5

More information

BUILDING YOUR OWN FREE HOME PHONE SYSTEM WITH MIKROTIK

BUILDING YOUR OWN FREE HOME PHONE SYSTEM WITH MIKROTIK Expanding Possibilities BUILDING YOUR OWN FREE HOME PHONE SYSTEM WITH MIKROTIK By Haytham Aboulabbas Mohamed Senior IT/Telecommunications Engineer Petroleum Pipelines Company (PPC) MUM Egypt, Cairo, 29

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

Upgrade Guide. BCM Business Communications Manager

Upgrade Guide. BCM Business Communications Manager Upgrade Guide BCM50 2.0 Business Communications Manager Document Status: Standard Document Number: NN40020-401 Document Version: 01.01 Part Code: N0107119 Date: October 2006 Copyright 2006 Nortel Networks,

More information

Deploying Cisco ASA Firewall Features (FIREWALL) v1.0. Global Knowledge European Remote Labs Instructor Guide

Deploying Cisco ASA Firewall Features (FIREWALL) v1.0. Global Knowledge European Remote Labs Instructor Guide Deploying Cisco ASA Firewall Features (FIREWALL) v1.0 Global Knowledge European Remote Labs Instructor Guide Revision Draft 0.2 11/03/2011 1. Contents 1. Contents.2 2. Introduction.3 3. Remote Labs Topology,

More information

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link WR841N router to provide

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Router Startup and Configuration

Router Startup and Configuration Router Startup and Configuration Router Startup In general, the boot process follows these steps: Test hardware (POST) Load the bootstrap program Locate and load the Cisco IOS Locate and load the router

More information

SOFT-AM-0081_R3. AX3800S/AX3600S Software Upgrade Guide

SOFT-AM-0081_R3. AX3800S/AX3600S Software Upgrade Guide AX3800S/AX3600S Software Upgrade Guide Edition 4: November, 2011 1 Preface This document describes how to upgrade the software from L3(L3S) Lite Edition to L3(L3S) Advanced Edition. Read this document

More information

LevelOne FNS bay/1usb Soho NAS. User s Manual

LevelOne FNS bay/1usb Soho NAS. User s Manual LevelOne FNS-1000 1- bay/1usb Soho NAS User s Manual Table of Contents Introduction... 2 The FNS-1000 NAS Server... 2 FNS-1000 Features... 2 Package Contents... 2 System Requirements... 2 Disclaimer...

More information

Clearswift Gateway Installation & Getting Started Guide. Version 4.1 Document Revision 1.4

Clearswift Gateway Installation & Getting Started Guide. Version 4.1 Document Revision 1.4 Clearswift Gateway Installation & Getting Started Guide Version 4.1 Document Revision 1.4 Copyright Revision 1.4, March, 2015 Published by Clearswift Ltd. 1995 2015 Clearswift Ltd. All rights reserved.

More information

If searching for the ebook Mikrotik manual in pdf form, then you have come on to faithful site. We present complete version of this book in DjVu,

If searching for the ebook Mikrotik manual in pdf form, then you have come on to faithful site. We present complete version of this book in DjVu, Mikrotik Manual If searching for the ebook Mikrotik manual in pdf form, then you have come on to faithful site. We present complete version of this book in DjVu, epub, doc, txt, PDF formats. You may read

More information

File Menu Commands. Save Running Config to PC. Deliver Configuration to Router CHAPTER40. Save Running Config to Router s Startup Config

File Menu Commands. Save Running Config to PC. Deliver Configuration to Router CHAPTER40. Save Running Config to Router s Startup Config CHAPTER40 The following options are available from the Cisco Router and Security Device Manager (Cisco SDM) File menu. Save Running Config to PC Saves the router s running configuration file to a text

More information

MikroTik RouterOS Training User Management. VRProService Co.,Ltd.

MikroTik RouterOS Training User Management. VRProService Co.,Ltd. MikroTik RouterOS Training User Management VRProService Co.,Ltd. Class Setup VRProService Co.,Ltd. 2 Class setup Lab (cont.) Set system identity of the board and wireless radio name to XY_.

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

American Dynamics RAID Storage System iscsi Software User s Manual

American Dynamics RAID Storage System iscsi Software User s Manual American Dynamics RAID Storage System iscsi Software User s Manual Release v2.0 April 2006 # /tmp/hello Hello, World! 3 + 4 = 7 How to Contact American Dynamics American Dynamics (800) 507-6268 or (561)

More information

Wireless Network Video Recorder

Wireless Network Video Recorder LD2R/LD2R500 Wireless Network Video Recorder User Guide Version 1.0 PREFACE Thank you for purchasing the Wireless Network Video Recorder, an IP based device that installed on your network, which can be

More information

Support Backups and Secure Transfer Server Changes - i-cam

Support Backups and Secure Transfer Server Changes - i-cam Support Backups and Secure Transfer Server Changes - i-cam 3.1.24 Contents What is the Secure Transfer Server?... 2 Initial Setup in i-cam 3.1.24... 2 Getting your account credentials... 2 Setting your

More information

Setup Instructions for Upgrading the Windows XP Panasonic CF-19 Toughbook to Windows 7

Setup Instructions for Upgrading the Windows XP Panasonic CF-19 Toughbook to Windows 7 Setup Instructions for Upgrading the Windows XP Panasonic CF-19 Toughbook to Windows 7 Installation Setup Please ensure that the Windows XP CF-19 Toughbook to be upgraded is plugged in but powered OFF

More information

Interview Room Management System Administrator Manual

Interview Room Management System Administrator Manual Technical Support Interview Room Management System Administrator Manual www.casecracker.com support@casecracker.com (720) 442-7072 Table of Contents 1. System Overview 1 2. Users and Groups 1 3. Setup

More information

MIKROTIK ROUTER SETUP PRODUCT CATALOG E-BOOK

MIKROTIK ROUTER SETUP PRODUCT CATALOG E-BOOK 03 February, 2018 MIKROTIK ROUTER SETUP PRODUCT CATALOG E-BOOK Document Filetype: PDF 105.1 KB 0 MIKROTIK ROUTER SETUP PRODUCT CATALOG E-BOOK A simple setup with one router and one access point. MikroTik

More information

M-DM Download Manager - User Guide

M-DM Download Manager - User Guide M-DM Download Manager - Macpower & Tytech Technology Co., Ltd. Date: February 14, 2007 - v1.0 Firmware: V01R88 PCB: MP-LNU27S v1.0 Model: BT-LNU2SA The diagrams and images contained in this manual may

More information

Memeo Instant Backup Quick Start Guide. Step 1: Create your free Memeo account. Step 2: Attach your storage device to your computer

Memeo Instant Backup Quick Start Guide. Step 1: Create your free Memeo account. Step 2: Attach your storage device to your computer Introduction Memeo Instant Backup is a simple backup solution for a complex digital world. By automatically and continuously backing up your valuable files on your C drive, Memeo Instant Backup protects

More information

PD-SATA USB/LAN Network Attached Storage Enclosure for 3.5 SATA Hard Drives

PD-SATA USB/LAN Network Attached Storage Enclosure for 3.5 SATA Hard Drives Network Attached Storage Enclosure for 3.5 SATA Hard Drives User Manual & Installation Guide March 16, 2008 - v1.0 Table of Contents 1 INTRODUCTION...1 1.1 ICON KEY...1 1.2 THE...1 1.3 PACKAGE CONTENTS...1

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

4.9: Configure QBox display output

4.9: Configure QBox display output Configure QBox display output Loss of network connections 4.9: Configure QBox display output In addition to the resolution and output mode, you can also configure the margins of the QBox display output.

More information

WinClient Remote Manager USER S MANUAL. Revision: WRM /10/22

WinClient Remote Manager USER S MANUAL. Revision: WRM /10/22 WinClient Remote Manager USER S MANUAL Revision: WRM 2.1 2002/10/22 Copyright This manual and any accompanying software and firmware are copyrighted. No parts of this publication may be reproduced, stored

More information

CompTIA A+ Complete Lab Manual

CompTIA A+ Complete Lab Manual CompTIA A+ Complete Lab Manual Pyles, J ISBN-13: 9781118324073 Table of Contents Introduction xxxi Phase 1 Installing Hardware and Software 1 Task 1.1: Preventing ESD Damage 2 Objective 3 Scenario 3 Scope

More information

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418 This chapter describes how to maintain the configuration and firmware, reboot or reset the security appliance, manage the security license and digital certificates, and configure other features to help

More information

linkzone User ManUal

linkzone User ManUal LINKZONE User Manual Getting to Know Your Mobile Hotspot Power key WPS key LED indicator USB jack LED Description Part Power key WPS key LED indicators Charging / USB Port Reset Reboot Description Hold

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

OmniVista 3.5 Quick Start Help

OmniVista 3.5 Quick Start Help Quick Start Guide This Quick Start guide will get you up and running OmniVista. It provides instructions for logging into OmniVista and performing automatic discovery of the switches in your network. It

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 9L0-064 Title : OS X v10.8 Troubleshooting Exam Vendors : Apple Version : DEMO 1 /

More information

Installing the Product Software

Installing the Product Software CHAPTER 1 The Cisco Configuration Engine is a network management software that acts as a configuration service for automating the deployment, management, and upgrading of network devices and services.

More information

Maintenance Tasks CHAPTER

Maintenance Tasks CHAPTER CHAPTER 5 These topics describe the Maintenance tasks of Element Manager: Viewing Basic System Information, page 5-2 Configuring Basic System Information, page 5-4 Configuring Date and Time Properties,

More information

SpamCheetah manual. By implementing protection against botnets we can ignore mails originating from known Bogons and other sources of spam.

SpamCheetah manual. By implementing protection against botnets we can ignore mails originating from known Bogons and other sources of spam. SpamCheetah manual SpamCheetah is the spam control technique from Gayatri Hitech. SpamCheetah achieves spam control by way of employing an SMTP proxy which invokes various virus scanning, spam control

More information

SAS3 INSTALLATION MANUAL

SAS3 INSTALLATION MANUAL SAS3 INSTALLATION MANUAL SNONO SYSTEMS 2015 FORWARD This document describes the installation procedure of SAS3 billing system on x86-64 bit host or virtual machine. The manual covers the installation and

More information

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011 61200990L1-29.1D July 2011 Configuration Guide This configuration guide explains how to update your ADTRAN Operating System (AOS) firmware using the AOS Web-based graphical user interface (GUI) with Trivial

More information

COMMAND. JTAC support info. request suport information. Restore factory settins

COMMAND. JTAC support info. request suport information. Restore factory settins COMMAND JTAC support info request suport information Restore factory settins load override /packages/mnt/jbase/sbin/install/default-juniper.conf load factory-default Shell Commands (file related) start

More information

Accessing the WAN Chapter 4 - PART II Modified by Tony Chen 07/20/2008

Accessing the WAN Chapter 4 - PART II Modified by Tony Chen 07/20/2008 Network Security Accessing the WAN Chapter 4 - PART II Modified by Tony Chen 07/20/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Notes: If you see any mistake on my

More information

CHAPTER 15: FAIL SAFE SYSTEM

CHAPTER 15: FAIL SAFE SYSTEM CH. 15 PAGE 79 CHAPTER 15: FAIL SAFE SYSTEM 15.1 Overview The Fail-Safe System is a set of features that allow an application to continue running in the event of certain types of "soft" failures. These

More information

Contents Overview... 1 References... 1 Packing Up... 3 Reset the PC... 5 Restoring the PC... 6 Restoring the Data Files and Applications...

Contents Overview... 1 References... 1 Packing Up... 3 Reset the PC... 5 Restoring the PC... 6 Restoring the Data Files and Applications... Page 1 of 10 Contents Overview... 1 References... 1 Packing Up... 3 Reset the PC... 5 Restoring the PC... 6 Restoring the Data Files and Applications... 7 Overview This document contains detailed information

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

WiFi CampPro 2 User Manual V01

WiFi CampPro 2 User Manual V01 WiFi CampPro 2 User Manual V01 Contents Interdiction... 3 Hardware Contents... 3 Hardware Installation... 3 Configuration... 4 Follow below easy setup steps to setup your WiFi CampPro 2... 4 Function Menu

More information

New Rock Technologies, Inc. Unified Management System. User Guide. Document Version:

New Rock Technologies, Inc. Unified Management System. User Guide.   Document Version: New Rock Technologies, Inc. Unified Management System User Guide http://www.newrocktech.com Document Version: 201807 Amendment Records Document Rev. 01 (June, 2018) Applied to UMS V1.1.2. Copyright 2018

More information

CedCommerce. All rights reserved.

CedCommerce. All rights reserved. CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM 1 Module Installation Guide Version 2.0 2 Installation Here we are explaining different steps to install the CedCommerce Modules or Extensions.

More information

Network Management Software ALLNET Zone Controller

Network Management Software ALLNET Zone Controller Network Management Software ALLNET Zone Controller For ALL0558N / ALL02850N / ALL02860ND / ALL02880ND User Manual v1.0 Table of Contents 1. Installation & Un-installation... 4 1.1. Install NMS Suite...

More information

DocShuttle Administrator

DocShuttle Administrator DocShuttle Administrator by Bytescribe, Inc. Additional Documentation For more information on using DocShuttle Administrator, please visit: DocShuttle Frequently Asked Questions (FAQ s) go to www.bytescribe.com/faqs.htm

More information

MOBA-NMS MOBA-NMS. Moser-Baer SA Export Division Geneva / Switzerland

MOBA-NMS MOBA-NMS. Moser-Baer SA Export Division Geneva / Switzerland MOBA-NMS MOBA-NMS 1 MOBA-NMS 1. Main Features 2. Device Configuration and Management 3. DTS Devices Support 4. MOBA-NMS - Web-Interface Comparison 2 MOBA-NMS 1. Main Features 3 MOBA-NMS - Main Features

More information

Managing ACE Software Licenses

Managing ACE Software Licenses CHAPTER 4 Note The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. This chapter describes how to manage the software licenses for your ACE. It contains

More information

IndustrialPro Routers (SN/RAM Series) Wireless Modems

IndustrialPro Routers (SN/RAM Series) Wireless Modems Wireless Modems Including SN/RAM-67xx LTE and RAM-9000 families Migration and Advanced Firmware Update Procedures Version 3.20/4.20 February 2015 CHANGE HISTORY Version Date Description 3.20 February 17,

More information

Encapto WiFi. Integration Guide. Mikrotik Routerboard Provisioning. For Release and above Document Version 7 PUBLIC DOCUMENT

Encapto WiFi. Integration Guide. Mikrotik Routerboard Provisioning. For Release and above Document Version 7 PUBLIC DOCUMENT Encapto WiFi Integration Guide Mikrotik Routerboard Provisioning For Release 1.3.1 and above Document Version 7 PUBLIC DOCUMENT Contents 1. What you will need 3 2. Firewall configuration 4 3. Connecting

More information

docalpha Installation Guide

docalpha Installation Guide ARTSYL DOCALPHA INSTALLATION GUIDE 1. docalpha Architecture Overview... 2 1.1. docalpha Server Components... 4 1.2. docalpha Production Environment Stations Overview... 4 1.3. docalpha Setup & Administration

More information