Creating a Unifi Lab Network on your existing network

Size: px
Start display at page:

Download "Creating a Unifi Lab Network on your existing network"

Transcription

1 Creating a Unifi Lab Network on your existing network This tutorial will outline how to add a Unifi USG-3 and Unifi Switch 8 to your existing network to create a separate subnet. This tutorial assumes you already have a router connected to the internet with a gateway address of The tutorial is also geared toward someone with some knowledge of IT, but is a novice to setting up a network. Design Below is a diagram of our design. My current network resides on subnet /24. My goal is to add my Unifi network on /24.

2 Figure 1 Adding a Unifi Router to you existing network References Requirements You will need the following for this tutorial: UniFi Security Gateway 3P UniFi Switch 8 Unifi Cloud Key (optional) Extra Laptop or PC For the Unifi controller software Unifi Controller Cloud Key The Unifi line of switches and routers require some software to configure and maintain the hardware, called the Unifi Controller. The software is free and it supports both Windows and Linux. You also have the option to install the Unifi Cloud Key. The Unifi Cloud Key is a small plug-n-play appliance running Linux with the Unifi Controller already preinstalled. The Unifi Cloud Key also provides seamless integration with Unifi s Hybrid cloud solution. The Unifi Cloud Key is not required for this tutoral, as you can install the Controller on a PC. However, I will cover both options. Figure 2 Unifi Cloud Key

3 See Figure 3 for a typical Cloud Key Installation: See Figure 4 for a typical network with the Unifi Video Controller install on a PC Figure 3 Network with Cloud Key Installed

4 Figure 4 Network with Video Controller installed on a PC About the USG-3P The Unifi Security Gateway 3P (USG-3) has 2 physical LAN ports called LAN 1 & LAN 2. These can be configured via the Unifi Controller.

5 Configuring the USG-3 Router At the time of this writing, there were 2 version of the USG. The models where identical, but the front panel had different labels. Figure 5 Newer USG-3 Front Panel One version has labels; Console, WAN1, LAN1 & LAN2/WAN2 (Figure 5). The older version shown in Figure 6 has Console, WAN, LAN & VOIP. From what I can tell, these ports are identical, but are just labeled differently. VOIP is considered LAN2. Figure 6 Older USG-3 Front Panel When you first get your USG gateway router, it is configured with an IP For me, this is would conflict with my current network. My Verizon Router s IP address is In order to configure your USG router, do not connect the USG to your existing network. Connect the USGs LAN 1 port directly to your PC. Make sure Wifi is disabled. You do not want to be connected to your network while configuring the USG s IP address.

6 Figure 7 Connect the PC to LAN 1 From the factory, the USG-3 has the eth1 configured to /24. As mentioned, this will conflict with our current network. We are going to change it /24. Connect USG-3 LAN 1 port directly connected to your PC Using a terminal program, SSH into The default credentials are: Username: ubnt Password: ubnt In the SSH session, run the following commands (for a USG-3, on a USG Pro replace eth1 with eth0) 1 : configure set interfaces ethernet eth1 address /24 delete interfaces ethernet eth1 address /24 commit After committing your changes, you will lose connection to the USG. Allow a few minutes for the USG to configure. 1 Reference:

7 Installing the Video Controller or Cloud Key PC Install (Options 1) Depending on your PC s OS, install the Unifi Controller software. Reference This PC will be connected to your lab network and will host the Unifi Video Controller Server. Cloud Key Installation (Option 2) If you are installing the Unifi Cloud Key, you will need to make sure you re the Cloud Key is on the /24 subnet. The easiest way to do this is to connect the Unifi Switch-8 to LAN 1 and connect the Cloud Key and PC to the Switch. To install the Cloud Key, see Note, if you are unable to find the IP address of your cloud key, run arp a from a CLI or CMD. Set up the Network Figure 8 Finding the Cloud Key on your Network Running the Controller from your PC Your PC should be connected to /24 and should obtain an address in this subnet. If your IP address doesn t start with xxxx then restart your PC to obtain an IP address.

8 Once you obtain an IP address and confirm you are on the correct subnet, your PC will need have a static IP in the subnet. This will make it easier to find the Unifi Controller. This process will vary depending in your OS. I am using LINUX and have set my IP to: Address: NetMask Gateway: DNS: Figure 9 Static IP address of the PC Start the Controller (PC) If you installed the Unifi Controller on a Windows PC, you may need to start the Controller:

9 Figure 10 Starting the Unifi Controller in Windows My IP address for our Unifi Controller is You can access the Controller to set it up by going to Running the Controller from the Cloud Key My IP address for the Cloud Key is Navigate to the Cloud Key and click CONFIGURE:

10 Click Configuration: Set your Network Settings to Static and save:

11 Address: NetMask Gateway: Primary DNS: Secondary DNS: Start the Controller by clicking Maintenance > START UNIFI Set up the Controller Open your PC that is connected to the USG-3 and navigate to If you are using a cloud yet, open a PC and connect to and click MANAG or navigate to to access the Unifi Controller.

12 Follow the steps to set up the Unifi Controller. Click on the Settings Icon on the bottom left menu: Click Networks Select Edit next to the LAN entry Change your Gateway/Subnet to /24 and click update DHCP Range:

13 Click Save To return to our devices, click the devices icon on the left

14 Navigate back to the Controller and click devices. You should see the USG waiting for adoption. If you don t, you may need to reboot your PC and/or USG, Now click adopt to adopt the USG. This may take a few minutes. Once the USG has been adopted, it s still not connected to the internet. We are going to assign the USG router a static IP of WAN to Connect the WAN port to your Network. Allow a minute or 2 to allow your USG to connect to the primary network. Your USG should obtain an IP address from you Internet router. Since my Verizon router s range is /24, it assigned the USG an address of To check you USG s IP address, select the USG and the properties window should appear on the right:

15 In order for our USG to be able to connect to the internet, we need to configure the WAN. Under Configuration>General: Enter an Alias and click Save Click WAN and set enter the following:

16 Click Queue Changes, and then Apply Changes. You USG will start to update (Provision). It may take a couple of minutes. After your USG has finished updating, you will see the status in the devices menu as Connected: Click the Dashboard icon on the left. You should be able to connect to the internet:

17 Great, we are now connected to the internet. Now we need route traffic to the USG from our router. This step is going to be different depending on your primary router. I am uses a Verizon Quantum Gateway Router. You are going to need to create a route entry in the router s Route Table:

18 Depending on your router, you may need to do a reboot. Port Forwarding (Optional) With the route configured on our primary router, all we have left is to tell the USG where to forward the traffic coming in on This step is optional. You should be able to access xxx from anywhere on your network. From time to time, I was unable to access a device from xxx to xxx. I am still investigating these issues. If this is the case, then you can easily set up a Port Forwarding rule. We are going to make 2 Port Forward entries. 1 to allow us to ssh into the USG and the other to access the Unifi Controller from anywhere in our network. Under Configuration>Port Forward Click Create and Create 2 entries. Note, we will use port 2222 for ssh and forward to port 22.

19 Click Queue Changes and then Apply Changes. Under Manage Device>Force Provision> click Provision. This may take a few minutes to update.

20 Once your USG has a connected status, you should be able to access the controller at Navigate to from your main network and also ssh in. To login into ssh use a program like Putty or Tera Term:

21 Click ok. Enter the credentials Username: ubnt Password: same as your unifi controller password

22 Install the Unifi Switch 8 With our lab network set up, this step is rather easy. Connect your LAN 1 from the USG to a port on the Switch 8. Connect your PC to the switch.

23 Adopting the Switch Navigate to or You should see the switch under devices. Click Adopt. This may take a few minutes to provision.

24 Configuring LAN2 In this Example, I ve changed my LAN1 to /24. We are going to create a new LAN on LAN 2 for /24. Your USG-3 comes with to physical LAN ports. Configuring the second LAN (LAN 2) is simple. Click Settings>Networks>CREATE NEW NETWORK

25 Set your settings as seen below:

26 Leave VLAN blank as we don t need tagging on LAN 2. Click Save. Allow a minute or 2 to allow the USG to provision. Connect a device to the LAN2 port on the USG. In this example, I connected a Raspberry Pi and a Server to LAN 2 and a Cloud Key is connected to LAN 1:

27 That s it!

6.1. Getting Started Guide

6.1. Getting Started Guide 6.1 Getting Started Guide Netmon Getting Started Guide 2 Contents Contents... 2 Appliance Installation... 3 IP Address Assignment (Optional)... 3 Logging In For the First Time... 5 Initial Setup... 6 License

More information

Networking Guide for Redwood Manager

Networking Guide for Redwood Manager Issue 4, August 2014 Networking Guide for Redwood Manager General The Redwood engine controls the lighting policies, communicates to the Redwood gateways, distributes low-voltage DC power to the fixtures,

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

UniFi - Device Adoption Methods for Remote UniFi Controllers

UniFi - Device Adoption Methods for Remote UniFi Controllers UBNT Support Search / UniFi Enterprise / UniFi Getting Started Follow UniFi - Device Adoption Methods for Remote UniFi Controllers April 02, 2018 18:32 Was this useful? Help us identify your favorite articles

More information

How to setup Remote VPN access using Windows Radius Server and Unifi USG/Controller

How to setup Remote VPN access using Windows Radius Server and Unifi USG/Controller How to setup Remote VPN access using Windows Radius Server and Unifi USG/Controller Prerequisites: Windows Server 2012 or newer Domain Controller Services running Unifi USG (Pro, XG or 3P) Administrative

More information

EdgeConnect for Amazon Web Services (AWS)

EdgeConnect for Amazon Web Services (AWS) Silver Peak Systems EdgeConnect for Amazon Web Services (AWS) Dinesh Fernando 2-22-2018 Contents EdgeConnect for Amazon Web Services (AWS) Overview... 1 Deploying EC-V Router Mode... 2 Topology... 2 Assumptions

More information

Lab 2: Setting up secure access

Lab 2: Setting up secure access Lab 2: Setting up secure access Oracle Database Cloud Service Hands On Lab This lab is divided into 3 parts 1. Securely Connecting to DBCS instance using Putty 2. Configuring SQL Developer for Secure Access

More information

SonicOS Release Notes

SonicOS Release Notes SonicOS Contents Platform Compatibility... 1 Known Issues... 2 Resolved Issues... 4 Upgrading SonicOS Enhanced Image Procedures... 5 Related Technical Documentation... 10 Platform Compatibility The SonicOS

More information

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide 28 May 2009 3Com VCX Connect Solution SIP Trunking Table of Contents 1 3COM VCX CONNECT AND INGATE... 1 1.1 SIP TRUNKING SUPPORT...

More information

EdgeXOS Platform QuickStart Guide

EdgeXOS Platform QuickStart Guide EdgeXOS Platform QuickStart Guide EdgeXOS Functionality Overview The EdgeXOS platform is a Unified Bandwidth Management device, meaning that it has the ability to support multiple bandwidth management

More information

SonicWALL / Toshiba General Installation Guide

SonicWALL / Toshiba General Installation Guide SonicWALL / Toshiba General Installation Guide SonicWALL currently maintains two operating systems for its Unified Threat Management (UTM) platform, StandardOS and EnhancedOS. When a SonicWALL is implemented

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

STAC VIP Quickstart Guide

STAC VIP Quickstart Guide STAC VIP Quickstart Guide The STAC VIP is a studio telephone interface device designed to work on VoIP telephone systems. This guide will give you the minimum you need to know to get the system hooked

More information

1) Introduction ) Network Overview ) Port Forwarding Notes... What is Port Forwarding?.. Port Forwarding through Two Routers...

1) Introduction ) Network Overview ) Port Forwarding Notes... What is Port Forwarding?.. Port Forwarding through Two Routers... Port Forwarding Quick Reference Guide Contents Page 1) Introduction.... 2 2) Network Overview..... 3 3) Port Forwarding Notes....... What is Port Forwarding?.. Port Forwarding through Two Routers........

More information

Configuring a Palo Alto Firewall in AWS

Configuring a Palo Alto Firewall in AWS Configuring a Palo Alto Firewall in AWS Version 1.0 10/19/2015 GRANT CARMICHAEL, MBA, CISSP, RHCA, ITIL For contact information visit Table of Contents The Network Design... 2 Step 1 Building the AWS network...

More information

Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0

Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0 Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0 Printer Friendly Version [ PDF 240K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have

More information

Time Sensitive Information!

Time Sensitive Information! Time Sensitive Information! These Configuration Changes Must Be Applied Ten Days Prior to Crexendo Cut-Over Ubiquity Edge Router Configuration For Crexendo Cloud Telephony Deployment Document Version 1.2

More information

RAPIDUS WIRELESS RL-SERIES USER GUIDE

RAPIDUS WIRELESS RL-SERIES USER GUIDE RAPIDUS WIRELESS NETWORKS RAPIDUS WIRELESS RL-SERIES USER GUIDE COVERS INDOOR AND OUTDOOR SERIES MODELS Revision: 6.x.x. Firmware: RL-K-R6 Date: April.5.2018 Rafael Garrigo 4/5/2018 1 Rapidus Wireless

More information

FX Series Quick Start Guide - Version 6.0 Rev 1

FX Series Quick Start Guide - Version 6.0 Rev 1 This Quick Start Guide provides the 1.1 Unpacking 1.1.1 Packing List Inspect shipping containers for damage. If shipping containers are damaged, keep them until the contents of the shipment have been carefully

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

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

4G Camera Solution. 4G WiFi M2M Router NTC-140W Security Camera ACTi B97

4G Camera Solution. 4G WiFi M2M Router NTC-140W Security Camera ACTi B97 4G Camera Solution 4G WiFi M2M Router NTC-140W Security Camera ACTi B97 Introduction The NetComm Wireless 4G Camera Solution has been developed to improve productivity and increase profitability of system

More information

Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only)

Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only) Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only) Q-LAN Audio Setup for Hewlett-Packard 1910 and 1920 Series Gigabit Switches Revision 1.3 November 15, 2017 Note: This setup guide

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

LCD Touchscreen HeatNet Online Setup Instructions

LCD Touchscreen HeatNet Online Setup Instructions LCD Touchscreen HeatNet Online Setup Instructions Revision 1.02 October 2016 Copyright Mestek, Inc. 2016 Page 1 of 12 Introduction HeatNet Online is an Internet (over Ethernet) connection between a HeatNet

More information

Startup Tool TG - Getting Started Guide

Startup Tool TG - Getting Started Guide Startup Tool TG - Getting Started Guide For Classic Ingate SIParator Version 5.0.10 or later Document revision 17B, February 20, 2017 1(24) Table of Contents 0 Quick Start... 2 1 Ingate Startup Tool TG...

More information

DVG-2001S VoIP Terminal Adapter

DVG-2001S VoIP Terminal Adapter This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DVG-2001S VoIP Terminal Adapter Before You Begin 1. If you purchased this VoIP Terminal

More information

Settings. IP Settings. Set Up Ethernet Settings. Procedure

Settings. IP Settings. Set Up Ethernet Settings. Procedure This chapter provides information about using the options to display and change IP settings, host settings, and Network Time Protocol (NTP) settings. IP, page 1 Set Up NTP Servers, page 4 Set Up SMTP,

More information

Installing Cisco StadiumVision Director Software from a DVD

Installing Cisco StadiumVision Director Software from a DVD Installing Cisco StadiumVision Director Software from a DVD First Published: May 29, 2012 Revised: August 2, 2012 This module describes how to install the Cisco StadiumVision Director Release 3.0 software

More information

Switch Configuration Example for Q-SYS Platform HP 1910 and HP 1920

Switch Configuration Example for Q-SYS Platform HP 1910 and HP 1920 Important Note This switch configuration example is intended to serve as a network setup guideline for systems using only Q-LAN audio streaming within your Q-SYS system and should be used alongside the

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Printer Friendly Version [ PDF 285K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A computer

More information

IP_PBX_Manual_Data_Network_Config (Opt 2 for Support) You are viewing the IPitomy IP PBX Manual, Table of Contents.

IP_PBX_Manual_Data_Network_Config (Opt 2 for Support) You are viewing the IPitomy IP PBX Manual, Table of Contents. support@ipitomy.com 941.306.2200 (Opt 2 for Support) You are viewing the IPitomy IP PBX Manual, Table of Contents. Data and Network Configuration Planning before getting started will make the setup and

More information

Application Note Asterisk BE with Remote Phones - Configuration Guide

Application Note Asterisk BE with Remote Phones - Configuration Guide Application Note Asterisk BE with Remote Phones - Configuration Guide 15 January 2009 Asterisk BE - Remote SIP Phones Table of Contents 1 ASTERISK BUSINESS EDITION AND INGATE... 1 1.1 REMOTE SIP PHONE

More information

Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0

Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0 Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0 Printer Friendly Version [ PDF 266K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have

More information

Sierra Wireless AirLink LS300. Setup Steps

Sierra Wireless AirLink LS300. Setup Steps Sierra Wireless AirLink LS300 Description The target of the Airlink LS300 is the Alarming Module. Its purpose is to Send and Receive SMS messages. Essentially, it is going to be utilized as an SMS gateway.

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

Lab 7.5.1: Basic Wireless Configuration

Lab 7.5.1: Basic Wireless Configuration Topology Diagram Learning Objectives Configure options in the Linksys Setup tab. Configure options in the Linksys Wireless tab. Configure options in the Linksys Administration tab. Configure options in

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

Application Note Asterisk BE with SIP Trunking - Configuration Guide

Application Note Asterisk BE with SIP Trunking - Configuration Guide Application Note Asterisk BE with SIP Trunking - Configuration Guide 23 January 2009 Asterisk BE SIP Trunking Table of Contents 1 ASTERISK BUSINESS EDITION AND INGATE... 1 1.1 SIP TRUNKING SUPPORT... 2

More information

MP01 Quick Start Guide

MP01 Quick Start Guide MP01 Quick Start Guide Version: V2.0 2011-10-12 Table of Contents MP01 QUICK START GUIDE... 2 1. USE MP01 TO SET UP A WIFI TELEPHONY NETWORK AND MAKE INTERNAL PHONE CALLS... 2 1.1 STEP 1-LOGIN TO THE MP01

More information

SonicOS Enhanced Release Notes

SonicOS Enhanced Release Notes SonicOS SonicOS Enhanced 4.2.1.9 Release Notes Contents Contents... 1 Release Purpose... 1 Resolved Issues... 1 Platform Compatibility... 1 Known Issues... 2 Upgrading SonicOS Enhanced Image Procedures...

More information

babytel Self Install Guide

babytel Self Install Guide babytel Self Install Guide Last updated April 5, 2005 Contents Contents --------------------------------------------------------------------------------------------------------------------2 Welcome --------------------------------------------------------------------------------------------------------------------3

More information

SonicWALL Security Appliances. SonicWALL SSL-VPN 200 Getting Started Guide

SonicWALL Security Appliances. SonicWALL SSL-VPN 200 Getting Started Guide SonicWALL Security Appliances SonicWALL SSL-VPN 200 Getting Started Guide SonicWALL SSL-VPN 200 Appliance Getting Started Guide This Getting Started Guide contains installation procedures and configuration

More information

Installation Procedure Windows NT with Netscape 4.x

Installation Procedure Windows NT with Netscape 4.x Installation Procedure Windows NT with Netscape 4.x Printer Friendly Version [ PDF 232K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A

More information

Step 3 - How to Configure Basic System Settings

Step 3 - How to Configure Basic System Settings Before configuring the IP address and network settings, complete Step 2 - How to Configure IP Address, network Settings, and Firewall. Verify the computer and the are connected to the same network, with

More information

Product Family: Networking Hardware Number: AN-NH-012

Product Family: Networking Hardware Number: AN-NH-012 APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

SMC Barricade Routers

SMC Barricade Routers SMC Barricade Routers User Guide SMC7004BR V1.0 Congratulations on your purchase of the SMC Barricade. The SMC Barricade is a Broadband Router designed to share Internet Access, provide security, and to

More information

User Manual: Getting Started

User Manual: Getting Started User Manual: Getting Started Getting Started: WiMonitor WiMonitor scans channels 1-13 in the 2.4GHz band, captures packets and sends them to a remote IP address over Ethernet for further processing. This

More information

Quick Installation Guide DSL-2540U. ADSL Annex B/Ethernet Router with Built-in Switch

Quick Installation Guide DSL-2540U. ADSL Annex B/Ethernet Router with Built-in Switch ADSL Annex B/Ethernet Router with Built-in Switch BEFORE YOU BEGIN Delivery Package Router Power adapter DC 12V/0.5A RJ-11 telephone cable Ethernet cable (CAT 5E) Splitter CD-ROM with User Manual and (brochure).

More information

F5 WANJet 200. Quick Start Guide. Quick Start Overview

F5 WANJet 200. Quick Start Guide. Quick Start Overview F5 WANJet 200 Quick Start Guide Quick Start Overview Following is a high level overview of the steps required to successfully install and configure your F5 WANJet 200 appliance. For detailed instructions

More information

EPUB / ZYWALL USG 50 DEFAULT PASSWORD DOCUMENT

EPUB / ZYWALL USG 50 DEFAULT PASSWORD DOCUMENT 25 May, 2018 EPUB / ZYWALL USG 50 DEFAULT PASSWORD DOCUMENT Document Filetype: PDF 538.16 KB 0 EPUB / ZYWALL USG 50 DEFAULT PASSWORD DOCUMENT ZyWALL USG 20W How to Bridge. 2.Login to the ZyXEL ZyWALL-USG50

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

Citrix CloudBridge CB User Manual

Citrix CloudBridge CB User Manual Citrix CloudBridge CB 504-2 User Manual 1 P a g e Chapter 1 CloudBridge Hardware Platform Topics: Citrix CloudBridge CB 504-2 Summary of Hardware Specifications The Citrix CloudBridge CB 504-2 hardware

More information

Configuring Cisco Mobility Express controller

Configuring Cisco Mobility Express controller There are multiple ways one can configure a Cisco Mobility Express controller. They are as follows: 1 CLI Setup Wizard 2 Over the Air Setup Wizard 3 Network Plug and Play CLI Setup Wizard, page 1 Over-the-Air

More information

Thermal Printer Configuration (EPSON)

Thermal Printer Configuration (EPSON) Thermal Printer Configuration (EPSON) STEP A : IDENTIFY THE THERMAL PRINTER MODEL Check for your EPSON printer model by finding the label on the printer. Figure 1.1 For the example above (Figure 1.1),

More information

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

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Setup Guide for Hard-Wire Ethernet Connected 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

More information

Quality of Service Setup Guide (NB14 Series)

Quality of Service Setup Guide (NB14 Series) Quality of Service Setup Guide (NB14 Series) About This Quality of Service (QoS) Guide Quality of Service refers to the reservation of bandwidth resources on the Nb14 Series router to provide different

More information

ACE Live on RSP: Installation Instructions

ACE Live on RSP: Installation Instructions ACE Live on RSP ACE Live on RSP: Installation Instructions These installation instructions apply to OPNET ACE Live on RSP Release 7.1.3. You can find the latest version of this document at the OPNET Support

More information

Lab Configuring an ISR with SDM Express

Lab Configuring an ISR with SDM Express Lab 5.2.3 Configuring an ISR with SDM Express Objectives Configure basic router global settings router name, users, and login passwords using Cisco SDM Express. Configure LAN and Internet connections on

More information

DSL-G624T. Wireless ADSL Router. If any of the above items is missing, please contact your reseller. This product can be set up using any

DSL-G624T. Wireless ADSL Router. If any of the above items is missing, please contact your reseller. This product can be set up using any This product can be set up using any current web browser, i.e., Internet Explorer 6x or Netscape Navigator 7x. DSL-G624T Wireless ADSL Router Before You Begin 1. If you purchased this Router to share your

More information

NCT240 IP DSLAM with IAC4500 VLAN Tagging Implementation

NCT240 IP DSLAM with IAC4500 VLAN Tagging Implementation NCT240 IP DSLAM with IAC4500 VLAN Tagging Implementation The NetComm NCT240 24 Port IP DSLAMs support 802.1Q VLAN Tagging. This white paper is written to help IP DSLAM system integrator to set up and configure

More information

Xcalenets Console Setup Guide. Xcalenets Console Setup Guide (Standalone version)

Xcalenets Console Setup Guide. Xcalenets Console Setup Guide (Standalone version) Xcalenets Console Setup Guide Xcalenets Console Setup Guide (Standalone version) 1 Content CONTENT... 2 Getting Started to Xcalenets Console Setup... 3 Account Level Introduction... 3 Login Console Setup...

More information

Link Gateway Initial Configuration Manual

Link Gateway Initial Configuration Manual Link Gateway Initial Configuration Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

Using a VPN with Niagara Systems. v0.3 6, July 2013

Using a VPN with Niagara Systems. v0.3 6, July 2013 v0.3 6, July 2013 What is a VPN? Virtual Private Network or VPN is a mechanism to extend a private network across a public network such as the Internet. A VPN creates a point to point connection or tunnel

More information

Brother HL-5370DW Configuration

Brother HL-5370DW Configuration Brother HL-5370DW Configuration Importance of Static IP Address for Printers When a printer is first installed to a computer, its IP address is noted. If that address changes, the computer will be unable

More information

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3 Table of Contents 1 V & V4 Appliance Quick Start...1 1.1 Quick Start...1 1.2 Accessing Appliance Menus...1 1. Updating Appliance...1 1.4 Webmin...1 1.5 Setting Hostname IP Address...2 1.6 Starting and

More information

CD-ROM (containing Manual and Warranty) 1x Ethernet (CAT5 UTP/Crossover) Cable. Console Cable (RS-232) 5V DC Power Adapter

CD-ROM (containing Manual and Warranty) 1x Ethernet (CAT5 UTP/Crossover) Cable. Console Cable (RS-232) 5V DC Power Adapter This product can be set up using any curren ent t Web browser owser,, i.e.,., Internet Explorer 6 or Netscape Navi avigator 6 or above. Before You Begin Check Your Package Contents DSA-3100 Airspot Public/

More information

Application Note Startup Tool - Getting Started Guide

Application Note Startup Tool - Getting Started Guide Application Note Startup Tool - Getting Started Guide 07 July 2008 Startup Tool Table of Contents 1 INGATE STARTUP TOOL...1 2 STARTUP TOOL INSTALLATION...2 3 CONNECTING THE INGATE FIREWALL/SIPARATOR...5

More information

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system.

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please follow these steps to ensure that any changes made by your previous

More information

Peplink SD Switch User Manual. Published on October 25th, 2018

Peplink SD Switch User Manual. Published on October 25th, 2018 Peplink SD Switch User Manual Published on October 25th, 2018 1 Table of Contents Switch Layout 4 Specifications 5 Hardware Overview 6 Quick Start Functions 7 Reset Switch 7 Connect Ethernet 7 Connect

More information

NF3ADV VoIP Setup Guide (for Dodo)

NF3ADV VoIP Setup Guide (for Dodo) NF3ADV VoIP Setup Guide (for Dodo) Configuring your NF3ADV for Dodo VoIP The following steps will take you through the process of setting up your VoIP connection. This guide assumes that the NF3ADV already

More information

Configuration Guide. For Managing EAPs via EAP Controller

Configuration Guide. For Managing EAPs via EAP Controller Guide For Managing EAPs via EAP Controller 1910012313 REV1.0.0 December 2017 CONTENTS 1 Overview... 1 2 Configuration... 2 2.1 Managing EAPs in the Same Subnet... 2 2.2 Managing EAPs in Different Subnets...

More information

Volume SKYSWITCH. Configuring an Edgemarc Nov Configuring An Edgemarc

Volume SKYSWITCH. Configuring an Edgemarc Nov Configuring An Edgemarc Volume 1 SKYSWITCH Configuring an Edgemarc Nov 2017 Configuring An Edgemarc SKYSWITCH Creating An Edgemarc SkySwitch 608 Robin Road Lakeland FL 33803 Phone 747-900-5401 Fax 863-647-5192 Table of Contents

More information

Grandstream IP Phone Configuration Guides

Grandstream IP Phone Configuration Guides Grandstream IP Phone Configuration Guides Version 1.0 Yeastar Information Technology Co. Ltd. Table of Contents FOR GRANDSTREAM GXP SERIES... 3 Register with MyPBX... 3 Provisioning for MyPBX... 5 Phone

More information

Port Forwarding Setup (RTA1025W)

Port Forwarding Setup (RTA1025W) Port Forwarding Setup (RTA1025W) Port Forwarding Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. This is most commonly

More information

Quick Start Guide. Manual Legal Docs Other important documentation

Quick Start Guide. Manual Legal Docs Other important documentation Quick Start Guide Manual Legal Docs Other important documentation Quick Start Guide First Network Group Inc 1-800-578-6381 www.dhcpatriot.com The DHCPatriot is a broadband subscriber authentication device

More information

CopperCube. Setup Guide

CopperCube. Setup Guide CopperCube Setup Guide Table of Contents Set up your CopperCube...1 of 13 Before You Start...1 of 13 Onboarding Forms...1 of 13 Equipment...1 of 13 Site Names and Device Ranges...1 of 13 CopperCube Redundancy...2

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Pre-installation Requirements Before proceeding with the installation of a WatchGuard SOHO unit, you must have the following: A computer with a 10BaseT

More information

How to Configure Cisco UC500 Series (Basic Configuration)

How to Configure Cisco UC500 Series (Basic Configuration) How to Configure Cisco UC500 Series (Basic Configuration) Cisco Unified Communication Manager 500 Series can be configured using Cisco Configuration Assistance which comes in CD with UC500 or can be downloaded

More information

DEPLOYING BASIC CISCO WIRELESS LANS (WDBWL)

DEPLOYING BASIC CISCO WIRELESS LANS (WDBWL) [Type a quote from the document or the summary of an interesting point. You can position the text box anywhere in the document. Use the Drawing Tools tab to change the formatting of the pull quote text

More information

Lab - Configure Wireless Router in Windows

Lab - Configure Wireless Router in Windows Introduction In this lab, you will configure and test the wireless settings on a wireless router. Recommended Equipment A computer with Windows installed A Wireless NIC installed An Ethernet NIC installed

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

How to open ports in the DSL router firmware version 2.xx and above

How to open ports in the DSL router firmware version 2.xx and above How to open ports in the DSL router firmware version 2.xx and above This example shows how to open port 3389 (which is used by Remote Desktop service) in the DSL router running firmware version 2.xx or

More information

Quick Start Guide. Manual Legal Docs Other important documentation

Quick Start Guide. Manual Legal Docs Other important documentation Quick Start Guide Manual Legal Docs Other important documentation Quick Start Guide First Network Group Inc 1-800-578-6381 www.dhcpatriot.com The DHCPatriot is a broadband subscriber authentication device

More information

Moxa Remote Connect Gateway User s Manual

Moxa Remote Connect Gateway User s Manual User s Manual Edition 1.0, December 2017 www.moxa.com/product 2017 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Cloud Control Panel User Manual v1.1

Cloud Control Panel User Manual v1.1 Cloud Control Panel User Manual v1.1 March 2011 Page: 1 / 27 Contents 1 Introduction...3 2 Login procedure...4 3 Using the Dashboard...7 3.1 Enabling the Detailed View...8 3.2 Stopping the component...9

More information

Plus-X I/O Units. Manual Supplement Configuring Units with and without DHCP

Plus-X I/O Units. Manual Supplement Configuring Units with and without DHCP Plus-X I/O Units Manual Supplement Configuring Units with and without DHCP Table of Contents Introduction... 1 Initial Connection Using DHCP... 1 Initial Connection Without DHCP... 2 Set a Static IP Address...

More information

Ayrstone AyrMesh Router SP Setup

Ayrstone AyrMesh Router SP Setup Ayrstone AyrMesh Router SP Setup This guide should help you set up AyrMesh Router SP. The setup is relatively simple but should you need more detailed directions, such as slide shows, video, or troubleshooting

More information

Lab 2: Creating Secure Architectures

Lab 2: Creating Secure Architectures Lab 2: Creating Secure Architectures A Challenge Our challenge is to setup MyBank Incorp, where each of you will be allocated a network and hosts to configure and get on-line (Figure 1). For this you will

More information

VPN Solutions for Zerto Virtual Replication to Azure. IPSec Configuration Guide

VPN Solutions for Zerto Virtual Replication to Azure. IPSec Configuration Guide VPN Solutions for Zerto Virtual Replication to Azure IPSec Configuration Guide VERSION 1.0 AUGUST 2017 Table of Contents 1. Overview... 2 1.1 Use Cases... 2 2. Proofs of Concept and Lab Usage... 2 2.1

More information

Cradlepoint VRRP configuration

Cradlepoint VRRP configuration Cradlepoint VRRP configuration Products Supported: AER2100. IBR11x0, IBR6x0 and MBR1400v2. Click here to identify your router. Firmware Version: 5.0.0 or newer. This article was written utilizing version

More information

Savvius Insight Initial Configuration

Savvius Insight Initial Configuration The configuration utility on Savvius Insight lets you configure device, network, time settings, and reporting options. Important! Savvius Insight comes pre-configured to obtain its IP address via DHCP.

More information

DFL-700. Check Your Package Contents. Network Security Firewall

DFL-700. Check Your Package Contents. Network Security Firewall This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6. DFL-700 Network Security Firewall Before You Begin If you purchased this Network Security Firewall

More information

LevelOne. Quick Installation Guide. WHG series Secure WLAN Controller. Introduction. Getting Started. Hardware Installation

LevelOne. Quick Installation Guide. WHG series Secure WLAN Controller. Introduction. Getting Started. Hardware Installation Introduction LevelOne WHG series Secure WLAN Controller LevelOne Secure WLAN Controller is the most advanced yet simple deployment and cost-effective wireless solution; it is an ideal security solution

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

Contents. Introduction

Contents. Introduction Contents Introduction Prerequisites Requirements Components Used Network Diagrams Configure Step 1. Modify Interface IP configuration on ASA Step 2. Modify DHCP pool settings on both inside and wifi interfaces

More information

Configuring General Settings for the EN-4000

Configuring General Settings for the EN-4000 EN-4000 Reference Manual Document 4 Configuring General Settings for the EN-4000 T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to a

More information

SonicOS Enhanced Release Notes

SonicOS Enhanced Release Notes SonicOS Contents Platform Compatibility... 1 Known Issues... 2 Resolved Issues... 5 Upgrading SonicOS Enhanced Image Procedures... 8 Related Technical Documentation... 13 Platform Compatibility The SonicOS

More information

MP01 Quick Start Guide

MP01 Quick Start Guide MP01 Quick Start Guide Version: V1.0 2010-12-23 Table of Contents MP01 QUICK START GUIDE... 2 1. USE MP01 TO SET UP A WIFI TELEPHONY NETWORK AND MAKE INTERNAL PHONE CALLS... 2 1.1 STEP 1-LOGIN TO THE MP01

More information

RediGate 400 Series Getting Started Guide

RediGate 400 Series Getting Started Guide RediGate 400 Series Getting Started Guide Product Information Full information about other Elecsys products is available on our website at www.elecsyscorp.com Product Support Tel: +1-913-890-8905 Toll

More information