Manual:BCP bridging (PPP tunnel bridging)

Size: px
Start display at page:

Download "Manual:BCP bridging (PPP tunnel bridging)"

Transcription

1 Manual:BCP bridging (PPP tunnel bridging) 1 Manual:BCP bridging (PPP tunnel bridging) Applies to RouterOS: v3, v4 Summary RouterOS supports BCP (Bridge Control Protocol) for PPP, PPTP, L2TP and PPPoE interfaces. BCP allows to bridge Ethernet packets through the PPP link. Established BCP is independent part of the PPP tunnel, it is not related to any IP address of PPP interface, bridging and routing can happen at the same time independently. BCP can be used instead of EoIP + used VPN Tunnel or WDS link over the wireless network. Requirements BCP (Bridge Control Protocol) should be enabled on both sides (PPP server and PPP client) to make it work. MikroTik RouterOS can be used with other PPP device, that supports BCP accordingly to the standards, but BCP enabled is necessary. Configuration Example We need to interconnect two remote offices and make them in one Ethernet network. We have requirement to use encryption to protect data exchange between two offices. Let's see, how it is possible with PPTP tunnel and BCP protocol usage

2 Manual:BCP bridging (PPP tunnel bridging) 2 Configuration Diagramm Simple configuration is like this. We have two offices, which are remotely located. Office I is going to be used as PPTP server, Office 2 is going to be used PPTP client. Below you will see how to set configuration using Winbox and CLI. BCP Configuration (CLI) Office 1 configuration First we need to create bridge interface and make sure that bridge will always have MAC address of existing interface. Reason for that is simple - when BCP is used PPP bridge port do not have any MAC address. /interface bridge add name=bridge_local protocol-mode=rstp /interface bridge port add bridge=bridge_local interface=ether1_local /interface bridge set bridge_local admin-mac=xx:xx:xx:xx:xx:xx //// where xx:xx:xx:xx:xx:xx is MAC address of the ether1_local interface Now we can assign local and public addresses to proper interfaces. /ip address add address= /24 interface=bridge_local /ip address add address= /24 interface=ether2_public In case you use PPP only for bridging, configuration of the ppp profile and secret is very easy - just assign user name and password in secret) and specify bridge option in the profile. PPP bridging does NOT require any IP addresses, but when normal PPP is necessary, specify local and remote addresses on server side as normally. /ppp profile add name=ppp_bridging bridge=bridge_local use-encryption=yes /ppp secret add profile=ppp_bridging name=ppp1 password=ppp1 When bridging packets PPP tunnel need to pass packets with Layer-2 (MAC) header included, so default interface MTU (in case of pptp it is 1460) is not sufficient for this task. To ensure proper operation itis suggested to override the value by specifying MRRU option in server settings to a higher value.

3 Manual:BCP bridging (PPP tunnel bridging) 3 MRRU allows to enable multi-link support over single link, it divides the packet to multiple channels therefore increasing possible MTU and MRU (up to bytes) /interface pptp-server server set enabled=yes mrru=1600 Office 2 configuration First we need to create bridge interface and make sure that bridge will always have MAC address of existing interface. Reason for that is simple - when BCP is used PPP bridge port do not have any MAC address. /interface bridge add name=bridge_local protocol-mode=rstp /interface bridge port add bridge=bridge_local interface=ether1_local /interface bridge set bridge_local admin-mac=xx:xx:xx:xx:xx:xx //// where xx:xx:xx:xx:xx:xx is MAC address of the ether1_local interface Assign local and public addresses to proper interfaces. /ip address add address= /24 interface=bridge_local /ip address add address= /24 interface=ether2_public Configure ppp profile so it will corespond to the profile used on the server side. /ppp profile add name=ppp_bridging bridge=bridge_local use-encryption=yes Create an pptp-client interface. Do not forget to specify MRRU option to ensure that bridged frames get trough the ppp tunnel. /interface pptp-client add profile=ppp_bridging mrru=1600 connect-to= user=ppp1 password=ppp1 disabled=no

4 Manual:BCP bridging (PPP tunnel bridging) 4 BCP Configuration (Winbox) Office 1 Configuration Bridge Configuration: Add Bridge, Add Bridge Port,

5 Manual:BCP bridging (PPP tunnel bridging) 5 Add Bridge MAC-address, Assign IP addresses,

6 Manual:BCP bridging (PPP tunnel bridging) 6 Create PPP profile for bridging, Add PPP client,

7 Manual:BCP bridging (PPP tunnel bridging) 7 Enable PPTP-server,

8 Manual:BCP bridging (PPP tunnel bridging) 8 Office 2 Configuration The client router configuration is the same, except that you need to configure and enable PPTP client, Add PPTP client,

9 Article Sources and Contributors 9 Article Sources and Contributors Manual:BCP bridging (PPP tunnel bridging) Source: Contributors: Janisk, Marisb, Megis, SergejsB Image Sources, Licenses and Contributors Image:Version.png Source: License: unknown Contributors: Normis Image:BCP.png Source: License: unknown Contributors: SergejsB Image:BCP10.png Source: License: unknown Contributors: SergejsB Image:BCP11.png Source: License: unknown Contributors: SergejsB Image:BCP12.png Source: License: unknown Contributors: SergejsB Image:BCP13.png Source: License: unknown Contributors: SergejsB Image:BCP14.png Source: License: unknown Contributors: SergejsB Image:BCP15.png Source: License: unknown Contributors: SergejsB Image:BCP16.png Source: License: unknown Contributors: SergejsB Image:BCP17.png Source: License: unknown Contributors: SergejsB

Certified User Management Engineer (MTCUME) Training outline

Certified User Management Engineer (MTCUME) Training outline Certified User Management Engineer (MTCUME) Training outline Duration: Outcomes: Target Audience: Course prerequisites: 2 days By the end of this training session, the student will be able to securely

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

SITE-TO-SITE LAYER 2 VPN WITH PPP BCP

SITE-TO-SITE LAYER 2 VPN WITH PPP BCP SITE-TO-SITE LAYER 2 VPN WITH PPP BCP Lay Minh (Makito) CCIE # 47682, MikroTik Certified Trainer, MikroTik Consultant May 5 th, 2017 MikroTik User Meeting, Yangon, Myanmar ABOUT ME Lay Minh (Makito) MikroTik

More information

PPP Tunneling. Step by step explanation and configuration for creating PPP Tunnel

PPP Tunneling. Step by step explanation and configuration for creating PPP Tunnel PPP Tunneling Step by step explanation and configuration for creating PPP Tunnel 1 Point-to-Point Protocol Point-to-Point Protocol (PPP) is used to establish a tunnel (direct connection) between two nodes.

More information

/interface eoip add remote-address= tunnel-id=1 mac-address= e \ \... disabled=no

/interface eoip add remote-address= tunnel-id=1 mac-address= e \ \... disabled=no EoIP Document revision 1.5 (September 11, 2007, 9:06 GMT) This document applies to V3.0 Table of Contents Table of Contents General Information Summary Quick Setup Guide Specifications EoIP Setup Property

More information

Aggregate Load Balance with BGP and MPLS MUM ID Oktober 2018 Yogyakarta, Indonesia

Aggregate Load Balance with BGP and MPLS MUM ID Oktober 2018 Yogyakarta, Indonesia Aggregate Load Balance with BGP and MPLS MUM ID 2018 19 20 Oktober 2018 Yogyakarta, Indonesia Firdhyan Adhie Lesmana Adhielesmana.com LapakWifi.com DNS Premium ( www.facebook.com/dnspremium ) Forum MikroTik

More information

L2TP Interface. Table of Contents. General Information. Summary

L2TP Interface. Table of Contents. General Information. Summary L2TP Interface Document revision 1.1 (Fri Mar 05 08:26:01 GMT 2004) This document applies to V2.8 Table of Contents Table of Contents General Information Summary Quick Setup Guide Specifications Related

More information

MikroTik RouterOS Online Training Class Special Series 3

MikroTik RouterOS Online Training Class Special Series 3 MikroTik RouterOS Online Training Class Special Series 3 1 Burmese Version Phyo Phyo Hein B. C. Tech (hons), MikroTik Certified Trainer and Consultant MTCNA, MTCRE, MTCWE, MTCTCE, MTCUME, MTCINE CCNA R&S,

More information

New Features and Updates in RouterOS

New Features and Updates in RouterOS New Features and Updates in RouterOS About MikroTik SA Independent Network Specialist company Not owned by / affiliated to MikroTik Latvia Official training and support partner for MikroTik Specialist

More information

VPNS BY RICK FREY.

VPNS BY RICK FREY. VPNS BY RICK FREY www.rickfreyconsulting.com WHAT IS A VPN? A Virtual Private Network is a means by which two or more normally non-adjacent networks are connected through virtual wires. www.rickfreyconsulting.com

More information

MikroTik Certified User Management Engineer MTCUME

MikroTik Certified User Management Engineer MTCUME MikroTik Certified User Management Engineer MTCUME مدت دوره: 16 ساعت پیش نیاز: MTCNA خلاصه: در دوره آموزشی MTCUME مفاهیم و تنظیمات مربوط به User Manager و RADIUS برروي میکروتیک به طور کامل آموزش داده خواهد

More information

Cloud Hosted Network Monitoring and Authentication. Simple Solution using MikroTik RouterOS

Cloud Hosted Network Monitoring and Authentication. Simple Solution using MikroTik RouterOS Cloud Hosted Network Monitoring and Authentication. Simple Solution using MikroTik RouterOS Bamidele Richard Amire NISTech Ltd. Nigeria http://www.nistechltd.net info@nistechltd.net +2348080933986 NISTech

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

Competency Training standard

Competency Training standard Ministry of cooperatives Labour and Social Welfare Iran Technical and Vocational Training Organization Deputy of training Plan and curriculums office Competency Training standard Title MikroTik Certified

More information

MikroTik, A Router for Today & Tomorrow

MikroTik, A Router for Today & Tomorrow MikroTik, A Router for Today & Tomorrow By- Md. Shaqul Hasan hasan@aitlbd.com Aftab IT Limited MUM Bangladesh 2016 Routing The World Millions of RouterOS powered devices currently routing the world MikroTik

More information

Configuring the PPPoE Client

Configuring the PPPoE Client CHAPTER 72 This section describes how to configure the PPPoE client provided with the ASA. It includes the following topics: PPPoE Client Overview, page 72-1 Username and Password, page 72-2 Enabling PPPoE,

More information

MikroTik RouterOS Training. Routing. Schedule. Instructors. Housekeeping. Introduce Yourself. Course Objective 7/4/ :00 10:30 Morning Session I

MikroTik RouterOS Training. Routing. Schedule. Instructors. Housekeeping. Introduce Yourself. Course Objective 7/4/ :00 10:30 Morning Session I MikroTik RouterOS Training Routing Schedule 09:00 10:30 Morning Session I 10:30 11:00 Morning Break 11:00 12:30 Morning Session II 12:30 13:30 Lunch Break 13:30 15:00 Afternoon Session I 15:00 15:30 Afternoon

More information

FastPath Overview MUM USA, 2016

FastPath Overview MUM USA, 2016 FastPath Overview MUM USA, 2016 1 2 3 Yes, still - Packet Flow Diagram (page 3) 4 SlowPath Slow Path is the regular way packets are processed in RouterOS For each packet RouterOS has to check the whole

More information

Manual:Interface/Wireless

Manual:Interface/Wireless Manual:Interface/Wireless RouterOS wireless comply with IEEE 802.11 standards, it provides complete support for 802.11a, 802.11b, 802.11g, 802.11n and 802.11ac as long as additional features like WPA,

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

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

MIKROTIK ROUTER SETUP SERVICE MANUAL

MIKROTIK ROUTER SETUP SERVICE MANUAL 02 December, 2017 MIKROTIK ROUTER SETUP SERVICE MANUAL Document Filetype: PDF 254.9 KB 0 MIKROTIK ROUTER SETUP SERVICE MANUAL Not a easy router to setup. This is a table of contents or index of all wireless

More information

Wireless-G VPN Router with RangeBooster. Quick Install Guide

Wireless-G VPN Router with RangeBooster. Quick Install Guide Wireless-G VPN Router with RangeBooster Quick Install Guide Package Contents * * * * * Wireless-G VPN Router with 2 Fixed Antennae CD-ROM with User Guide and Setup Wizard Network Cable Power Adapter Quick

More information

Fast Path, Fast Track and ISP Network Design

Fast Path, Fast Track and ISP Network Design Fast Path, Fast Track and ISP Network Design sekuritim.com Telefon: 0216 302 22 21 E-Mail: himmet.turkan@sekuritim.com Youtube: MikroTik Türkiye Facebook: /mikrotikturkiye Türkiye - 2018 Himmet TÜRKAN

More information

Figure 4-6: The Router with the Internet Connection is connected through the Internet Port

Figure 4-6: The Router with the Internet Connection is connected through the Internet Port 8. Connect a standard Ethernet network cable to the Broadband Router s Internet port. Then, connect the other end of the Ethernet cable to one of the numbered Ethernet ports on your other router. Figure

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

[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

UK TV ACCESS SET UP GUIDE

UK TV ACCESS SET UP GUIDE UK TV ACCESS SET UP GUIDE For technical support please contact us at: support@uktvaccess.com If it is a new set up you are having trouble with, please tell us which device and operating system you are

More information

MikroTik Certified User Management Engineer(MTCUME

MikroTik Certified User Management Engineer(MTCUME معاونت پژوهش برنامهريزي و سنجش مهارت دفتر پژوهش طرح و برنامهريزي درسي استاندارد آموزش شايستگي MikroTik Certified User Management Engineer(MTCUME ) گروه شغلي فناوري اطلاعات كد ملي آموزش شايستگي 2 5 2 3

More information

Configuring Wireless Distribution System (WDS) on the WAP131 and WAP351

Configuring Wireless Distribution System (WDS) on the WAP131 and WAP351 Article ID: 5045 Configuring Wireless Distribution System (WDS) on the WAP131 and WAP351 Objective Wireless Distribution System (WDS) allows you to connect multiple access points and have them communicate

More information

Wireless and Wired Bridging using Vlan.

Wireless and Wired Bridging using Vlan. Wireless and Wired Bridging using Vlan. (A case study at Electrical Engineering UBAYA). MUM Yogyakarta 19-20 Oct 2018 1 Topics of Discussion Virtual LAN (VLAN) Wired and Wireless Trunk System (Bridge,

More information

G806+H3C WSR realize VPN networking

G806+H3C WSR realize VPN networking G806+H3C WSR800-10 realize VPN networking File Version: V1.0.0 1 1.Configure H3C WSR 800-10 1.1.Enter H3C WSR 800-10 Web Server Power the H3C WSR 800-10 and connect PC Ethernet interface to H3C WSR 800-10

More information

Version No. Build Date No./ Release Date. Supported OS Apply to Models New Features/Enhancements. Bugs Fixed/Changes

Version No. Build Date No./ Release Date. Supported OS Apply to Models New Features/Enhancements. Bugs Fixed/Changes Build Date / 4.1 Build_17031311 EDR-G903 3.6 Build_16081017 EDR-G903 1. Compliance to IEC 62443-4-2 level 2 requirement. 2. Support for ifadminstatus MIB information as device s port setting. 3. Support

More information

MIKROTIK ROUTER SETUP SERVICE MANUAL

MIKROTIK ROUTER SETUP SERVICE MANUAL 26 November, 2017 MIKROTIK ROUTER SETUP SERVICE MANUAL Document Filetype: PDF 90.56 KB 0 MIKROTIK ROUTER SETUP SERVICE MANUAL If you are trying to setup their vpn service on your router. Create PPTP Client

More information

FastPath Overview MUM Eu rope, 2016

FastPath Overview MUM Eu rope, 2016 FastPath Overview MUM Europe, 2016 1 2 3 Yes, still - Packet Flow Diagram (page 3) 4 SlowPath Slow Path is the regular way packets are processed in RouterOS For each packet RouterOS has to check the whole

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

Note: Because of the major firmware structure change, please make sure to press the reset button for more

Note: Because of the major firmware structure change, please make sure to press the reset button for more WMU-9000VPN Firmware Upgrade Guide Note: Because of the major firmware structure change, please make sure to press the reset button for more than 5 seconds before and after the firmware upgrade (before

More information

How-To WDS with SMCWEBS-N. 3. Key configuration options for WDS on SMCWEBS-N 4. How to configure the WDS connection

How-To WDS with SMCWEBS-N. 3. Key configuration options for WDS on SMCWEBS-N 4. How to configure the WDS connection 1. Introduction 2. WDS Operation Modes 3. Key configuration options for WDS on SMCWEBS-N 4. How to configure the WDS connection 2/9 1. Introduction A Wireless Distribution System (WDS) is a system that

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

Configure Point to Point Tunneling Protocol (PPTP) Server on RV016, RV042, RV042G and RV082 VPN Routers for Windows

Configure Point to Point Tunneling Protocol (PPTP) Server on RV016, RV042, RV042G and RV082 VPN Routers for Windows Configure Point to Point Tunneling Protocol (PPTP) Server on RV016, RV042, RV042G and RV082 VPN Routers for Windows Objective The Point to Point Tunneling Protocol (PPTP) is a network protocol used to

More information

1.4 VPN Processing Principle and Communication Method

1.4 VPN Processing Principle and Communication Method This section contains a description of operation principle and communication method of VPN that can be constructed by SoftEther VPN. An overview of the modules and functions that was used by VPN communications.

More information

How to use VPN L2TP over IPsec

How to use VPN L2TP over IPsec How to use VPN L2TP over IPsec Server/Client on TW-EAV510 AC Note: 1. Please make sure that both LAN side networks are in different subnet. 2. Just some OS support L2TP Tunnel authentication, like Android

More information

LP Manual in PTP and MTP Mode.

LP Manual in PTP and MTP Mode. LP-348 123 Manual in PTP and MTP Mode. Wireless - Equipment LP348_M123_ENF01W LP-348 123 Manual in PTP and MTP Mode. The following Instruction Manual will guide you on how to configure the LP-348 in PTP

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

Setting up L2TP Over IPSec Server for remote access to LAN

Setting up L2TP Over IPSec Server for remote access to LAN Setting up L2TP Over IPSec Server for remote access to LAN Remote clients: Android 5.0, ios v10.3, Mac OS v10.12.2 and Windows 7. Step 1. Log into the firewall. The default access to LAN is via https://192.168.10.1.

More information

Remote Access via Cisco VPN Client

Remote Access via Cisco VPN Client Remote Access via Cisco VPN Client General Information This guide describes step by step the configuration of a remote access to the Astaro Security Gateway by using the Cisco VPN Client. The Cisco VPN

More information

Manual:Packet Flow - MikroTik Wiki

Manual:Packet Flow - MikroTik Wiki Стр. 1 Manual:Packet Flow (Redirected from Packet Flow) MikroTik RouterOS is designed to be easy to operate in various aspects of network configuration. Therefore creating limitation for individual IP

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

MIMO Wireless Broadband Route r User s Manual 1

MIMO Wireless Broadband Route r User s Manual 1 MIMO Wireless Broadband Router User s Manual 1 Introduction...4 Features...4 Minimum Requirements...4 Package Content...4 Note...4 Get to know the Broadband Router...5 Back Panel...5 Front Panel...6 Setup

More information

Wireless Broadband Router

Wireless Broadband Router LW6005A-R2 Wireless Broadband Router Manual 1 Introduction... 4 Features... 4 Minimum Requirements... 4 Package Content... 4 Note... 4 Get to know the Broadband Router... 5 Back Panel... 5 Front Panel...

More information

NAT with DHCP Client and DHCP Server

NAT with DHCP Client and DHCP Server Configuring IP and Ethernet interfaces Figure 103 NAT disabled implementation NAT with DHCP Client and DHCP Server The NAT with DHCP Client and DHCP server is illustrated in Figure 104. Figure 104 NAT

More information

Monitoring the Network (CPE and WBS)

Monitoring the Network (CPE and WBS) Monitoring the Network (CPE and WBS) CHAPTERS 1. View the Device Information 2. View the Wireless Settings 3. View Wireless Signal Quality 4. View Radio Status 5. View the LAN Settings 6. View the WAN

More information

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 i Hangzhou DPtech Technologies Co., Ltd. provides full- range technical support. If you need any help,

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

Wireless N300 Home Router

Wireless N300 Home Router Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

More information

isco Cisco PPPoE Baseline Architecture for the Cisco UAC

isco Cisco PPPoE Baseline Architecture for the Cisco UAC isco Cisco PPPoE Baseline Architecture for the Cisco UAC Table of Contents Cisco PPPoE Baseline Architecture for the Cisco UAC 6400...1...1 Introduction...1 Assumption...1 Technology Brief...2 Advantages

More information

Basic MikroTik Router s Security. Tsoft IT 1

Basic MikroTik Router s Security. Tsoft IT 1 Tsoft IT 1 Presented by: Titas Sarker Founder (Tsoft IT) System administrator (Enosis Solutions) Certificates:(MTCNA,MTCRE,RHCE) 2 Agenda LCMC Reason for security 04 Page no How to secure our network?

More information

Hello! My name is Karl Auer. I'm with Into6. But today is about MikroTik. - and about networking Into6 (

Hello! My name is Karl Auer. I'm with Into6. But today is about MikroTik. - and about networking Into6 ( Hello! My name is Karl Auer I'm with Into6 But today is about MikroTik - and about networking... 2013 Into6 (www.into6.com.au) Slide #1 Latvian company; www.mikrotik.com Started in 1995, manufacturer since

More information

123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode.

123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode. Wireless - Equipment 123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode. LP1522_M123_ENC02W 123 Manual, LP-1522 Broadband Wireless

More information

Cisco PPPoE Baseline Architecture for the Cisco UAC 6400

Cisco PPPoE Baseline Architecture for the Cisco UAC 6400 Cisco PPPoE Baseline Architecture for the Cisco UAC 6400 Document ID: 12915 Contents Introduction Assumption Technology Brief Advantages and Disadvantages of PPPoE Architecture Advantages Disadvantages

More information

MUM Ho Chi Minh, Vietnam January Sao Thiên Vương - 1

MUM Ho Chi Minh, Vietnam January Sao Thiên Vương -   1 MUM Ho Chi Minh, Vietnam January 2019 Sao Thiên Vương - http://switch-router.com 1 My name: Binh Nguyen Dang Thai Email: binhndt@uranus.com.vn Cellphone: 0909006026 Working for: URANUS INFORMATION TECHNOLOGY

More information

Tunnel within a network

Tunnel within a network VPN Tunnels David Morgan Tunnel within a network B C E G H I A D F - Packet stream of protocol X - Packet stream of protocol Y - Packet stream: X over Y or X tunneled in/through Y 1 Packet encapsulation

More information

Virtual Private Networks.

Virtual Private Networks. Virtual Private Networks thm@informatik.uni-rostock.de http://wwwiuk.informatik.uni-rostock.de/ Content Virtual Private Networks VPN Basics Protocols (IPSec, PPTP, L2TP) Objectives of VPNs Earlier Companies

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

Wireless N300 Home Router

Wireless N300 Home Router Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

More information

BOSSW221. User Manual

BOSSW221. User Manual BOSSW221 High Power Wireless Solution designed for Wireless ISP Service, Hot-Spot, and Backbone Max 400 mw with PoE & Radio 802.11b/g AP Client, AP Bridge, PtP Bridge, and WDS User Manual Congratulation

More information

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20080312 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

More information

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20081230 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

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

BIPAC 7402G g ADSL VPN Firewall Router. User s Manual

BIPAC 7402G g ADSL VPN Firewall Router. User s Manual BIPAC 7402G 802.11g ADSL VPN Firewall Router User s Manual Table of Contents CHAPTER 1: INTRODUCTION... 1 INTRODUCTION TO YOUR BIPAC 7402G ROUTER... 1 FEATURES... 1 BIPAC 7402G ADSL ROUTER APPLICATION...

More information

MikroTik Certified Network Associate (MTCRE) Training/Exam

MikroTik Certified Network Associate (MTCRE) Training/Exam MikroTik Certified Network Associate (MTCRE) Training/Exam Trainer: Nawshad Ahmed MikroTik Certified Trainer & Consultant [TR0186] MTCINE, MTCNA, MTCRE, MTCTCE, MTCWE Email: bipubijoy@gmail.com Dhaka,

More information

EOC User s Manual. Wireless Outdoor Access Point & Client Bridge V1.0

EOC User s Manual. Wireless Outdoor Access Point & Client Bridge V1.0 EOC 5610 Wireless Outdoor Access Point & Client Bridge User s Manual V1.0 Table of Contents 1 INTRODUCTION... 5 1.1 FEATURES... 5 1.2 PACKAGE CONTENTS... 6 1.3 SAFETY GUIDELINES... 6 1.4 SYSTEM REQUIREMENTS...

More information

Viewing Network Status, page 116. Configuring IPv4 or IPv6 Routing, page 116. Configuring the WAN, page 122. Configuring a VLAN, page 137

Viewing Network Status, page 116. Configuring IPv4 or IPv6 Routing, page 116. Configuring the WAN, page 122. Configuring a VLAN, page 137 Networking Using the Networking module to configure your Internet connection, VLAN, DMZ, zones, routing, Quality of Service (QoS), and related features. It includes the following sections: Viewing Network

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

Smart Machine Smart Decision. R700_User Guide_V1.05 1

Smart Machine Smart Decision. R700_User Guide_V1.05 1 R700_User Guide_V1.05 R700_User Guide_V1.05 1 Document Title R700_User Guide Version 1.05 Date Status Document Control ID Released R700_User Guide_V1.05 General Notes SIMCom offers this information as

More information

CS519: Computer Networks. Lecture 1 (part 2): Jan 28, 2004 Intro to Computer Networking

CS519: Computer Networks. Lecture 1 (part 2): Jan 28, 2004 Intro to Computer Networking : Computer Networks Lecture 1 (part 2): Jan 28, 2004 Intro to Computer Networking Remember this picture? How did the switch know to forward some packets to B and some to D? From the address in the packet

More information

Most underused MikroTik hardware and software features. The path between fastpath and advanced features. MUM, Mexico 2018

Most underused MikroTik hardware and software features. The path between fastpath and advanced features. MUM, Mexico 2018 Most underused MikroTik hardware and software features OR The path between fastpath and advanced features MUM, Mexico 2018 Objectives To help you understand and combine FastPath and SlowPath features.

More information

NBG-416N. Wireless N-lite Home Router. Default Login Details. IMPORTANT! READ CAREFULLY BEFORE USE.

NBG-416N. Wireless N-lite Home Router. Default Login Details.  IMPORTANT! READ CAREFULLY BEFORE USE. NBG-416N Wireless N-lite Home Router IMPORTANT! Default Login Details LAN IP https://192.168.1.1 Address User Name admin Password 1234 READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE. IMPORTANT!

More information

Network+ Guide to Networks 6 th Edition

Network+ Guide to Networks 6 th Edition Network+ Guide to Networks 6 th Edition Chapter 10 Virtual Networks and Remote Access Objectives 1. Explain virtualization and identify characteristics of virtual network components 2. Create and configure

More information

Grandstream Networks, Inc. GWN7000 Command Line Guide

Grandstream Networks, Inc. GWN7000 Command Line Guide Grandstream Networks, Inc. Table of Contents INTRODUCTION... 3 CONNECTING AND ACCESSING THE GWN7XXX... 4 Connecting the GWN7000... 4 SSH Access... 5 USING THE CLI MENU... 6 Menu Structure And Navigation...

More information

Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel...

Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel... Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel... 4 Front Panel... 5 Setup Diagram... 6 Getting started... 7 Chapter

More information

Wireless N300 Home Router. Copyright Statement

Wireless N300 Home Router. Copyright Statement Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

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

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol)

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol) Added Features 1. PPTP (Point-to-Point Tunneling Protocol) APOS PPTP (Point-to-Point Tunneling Protocol) conforms to the RFC2637 standard. If you can access the PPTP server through the LAN interface, you

More information

ADMINISTRATION GUIDE Cisco Small Business

ADMINISTRATION GUIDE Cisco Small Business ADMINISTRATION GUIDE Cisco Small Business RV180/RV180W Multifunction VPN Firewall November 2011 Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other

More information

LEGUANG N900 Wireless Router Configuration Guide

LEGUANG N900 Wireless Router Configuration Guide LEGUANG N900 Wireless Router Configuration Guide ActForNet Technologies Inc. February 2014 Contents 1. What is included... 3 2. Installation Guide... 3 2.1 How to connect... 3 2.2 How to reset... 4 2.3

More information

material. For more information on how to get additional questions, please see a.

material. For more information on how to get additional questions, please see   a. Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn a. You

More information

Quick Installation Guide DIR-300NRU. Wireless Router with Built-in 4-port Switch

Quick Installation Guide DIR-300NRU. Wireless Router with Built-in 4-port Switch DIR-300NRU Wireless Router with Built-in 4-port Switch BEFORE YOU BEGIN Delivery Package Wireless router DIR-300NRU Power adapter Straight-through Ethernet cable (CAT 5E) CD-ROM with User Manual and (brochure)

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

14 December, Mikrotik V2 9 DAILY BOOKS # Kindle # 3TB3OLQRB7. 14 December, 2017 E-BOOK MIKROTIK V2 9. Document Filetype: PDF 259.

14 December, Mikrotik V2 9 DAILY BOOKS # Kindle # 3TB3OLQRB7. 14 December, 2017 E-BOOK MIKROTIK V2 9. Document Filetype: PDF 259. 14 December, 2017 E-BOOK MIKROTIK V2 9 Document Filetype: PDF 259.11 KB 0 E-BOOK MIKROTIK V2 9 Load balancing is implemented as equal cost multipath routing. Mikrotik also uses 24v 0.8A (19.2 watt) and

More information

Vodafone MachineLink. PPTP Configuration Guide

Vodafone MachineLink. PPTP Configuration Guide Vodafone MachineLink PPTP Configuration Guide Document history This guide covers the following products: Vodafone MachineLink 3G (NWL-10) Vodafone MachineLink 3G Plus (NWL-12) Vodafone MachineLink 4G (NWL-22)

More information

Chapter 1 Product Overview

Chapter 1 Product Overview Tenda F303 Manual Chapter 1 Product Overview 1.1 Package Contents Unpack the box and verify the package contains the following items: Wireless Broadband Router Power Adapter Installation Guide Resource

More information

TORNADO M100 CELLNODE USER MANUAL

TORNADO M100 CELLNODE USER MANUAL TORNADO M100 CELLNODE USER MANUAL 2 Tornado M100 CellNode User Manual Tornado M100 CellNode User Manual 3 Contents START Menu...4 System Configuration...4 Firewall Filters...7 Network Routes...8 Network

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

Manual:IP/Firewall/Filter

Manual:IP/Firewall/Filter Manual:IP/Firewall/Filter 1 Manual:IP/Firewall/Filter Applies to RouterOS: v3, v4 Summary Sub-menu: /ip firewall filter The firewall implements packet filtering and thereby provides security functions

More information

BiPAC 7402G g ADSL2+ VPN Firewall Router User s Manual Version Release 5.07

BiPAC 7402G g ADSL2+ VPN Firewall Router User s Manual Version Release 5.07 BiPAC 7402G 802.11g ADSL2+ VPN Firewall Router User s Manual Version Release 5.07 Last Revision Date: 11-13-2006 Table of Contents CHAPTER 1: INTRODUCTION... 3 INTRODUCTION TO YOUR ROUTER... 3 FEATURES...

More information

Manual:Interface/Bridge - MikroTik Wiki

Manual:Interface/Bridge - MikroTik Wiki 1 of 14 3/22/2015 11:57 AM Manual:Interface/Bridge From MikroTik Wiki < Manual:Interface Summary Ethernet-like networks (Ethernet, Ethernet over IP, IEEE802.11 in ap-bridge or bridge mode, WDS, VLAN) can

More information

Q: How to setup the WDS link

Q: How to setup the WDS link Q: How to setup the WDS link A. WDS Bridge Mode B. WISP Mode (Client + Router) C. Universal Repeater Mode (AP + Client) A. WDS Bridge Mode Topology (WNRT-632 acts as AP-1 & AP-2): STEP1. In AP-2, go to

More information

PIX/ASA: PPPoE Client Configuration Example

PIX/ASA: PPPoE Client Configuration Example PIX/ASA: PPPoE Client Configuration Example Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Configure Network Diagram CLI Configuration ASDM Configuration

More information

Configuring Hybrid REAP

Configuring Hybrid REAP 13 CHAPTER This chapter describes hybrid REAP and explains how to configure this feature on controllers and access points. It contains the following sections: Information About Hybrid REAP, page 13-1,

More information