Connecting CoovaAP 1.x with RADIUSdesk - Basic

Size: px
Start display at page:

Download "Connecting CoovaAP 1.x with RADIUSdesk - Basic"

Transcription

1 2017/05/17 21:58 1/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic Connecting CoovaAP 1.x with RADIUSdesk - Basic Introduction CoovaAP is a sub-project of Coova.org. It is custom firmware which can be installed on an Access Point to make the Access Point a Captive Portal based device. There are two generations of CoovaAP. The older generation is mainly used on Linksys Wrt-54x hardware and this is the firmware which will be covered here. There is also a version 2.x of the CoovaAP firmware available for people who would like to try new things. Before you start Before we start; make sure you have the following in place. Item An installation of RADIUSdesk Linksys WRT54x Comment This can sit on your own private network or on the Internet somewhere We assume you have flashed this device with the latest version of CoovaAP ( Our basic goal

2 Last update: 2016/06/02 23:23 user_guide:chilli:coovaap Configure CoovaAP in such a way to be able to: Use the FreeRADIUS running on RADIUSdesk as a RADIUS server Use the dynamic login pages on RADIUSdesk as login pages for the Captive Portal on CoovaAP Our advanced goal What would life be without challenges! With the advanced goal we assume a very common set-up where the CoovaAP sits behind a NAT firewall and our RADIUSdesk server is somewhere in the cloud. We will explore the following options: Using a heartbeat system to pass through the NAT firewall Using OpenVPN to establish a direct connection between CoovaAP and the RADIUSdesk server. Using PPTP to establish a direct connection between CoovaAP and the RADIUSdesk server. We also need to be able to disconnect any of the connected users through the RADIUSdesk interface. We will explore the following options: Sending a COA instruction from RADIUSdesk to CoovaAP Using the heartbeat system to send a disconnect request to CoovaChilli daemon. The Advanced goal has its own dedicated document here Flashing the WRT54 Access Point Printed on 2017/05/17 21:58

3 2017/05/17 21:58 3/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic When I started to create this document the first problem I encountered was one of my CoovaAP flashed devices which had a long forgotten password. Here is the basic instructions to get this Access Point CoovaAP-erized in no time. Connect power to the Access Point while watching the LEDs. The power LED will flash while the DMZ LED will be off initially. As soon as the DMZ LED comes on; press the reset button. The DMZ LED will start to flash. The device is now in Failsafe mode. Connect to the device through one of the LAN ports (1 4) with a machine that is configured with an IP Address on the x subnet. e.g Telnet to You will now be connected without a password. To flash the latest CoovaAP firmware on the device: cd /tmp wget #Or use SSH scp root@ :/tmp/openwrt-brcm-2.4-squashfs.trx./ #Now flash it onto the memory mtd -r write openwrt-brcm-2.4-squashfs.trx linux This action usually does not restart the access point. You will have to power cycle after the write action completed. This is indicated by the Power LED stop flashing. To reset the NVRAM to factory defaults; you may have to reboot and go into Failsafe mode again. Then after you telnetted into the Access Poiont, issue the following command: mtd -r erase nvram Again wait for the Power LED to stop flashing and power cycle the Access Point. You should now be able to connect to the Access Point through the web interface running on: Completing our basic goal We will use the following values for our configuration. Adapt these to fit your environment. Gateway for CoovaAP WAN Port DNS for CoovaAP WAN Port IP of CoovaAP WAN Port Mask for CoovaAP WAN Port IP of RADIUSdesk server CoovaAP LAN range of IPs CoovaAP LAN Gateway CoovaAP LAN DHCP range We deliberately use this address to show you how to work around a clash We change the default no avoid a clash with the DSL router

4 Last update: 2016/06/02 23:23 user_guide:chilli:coovaap CoovaAP WLAN Captive Portal range of IPs CoovaAP WLAN Captive Portal Gateway CoovaAP WLAN Captive Portal DHCP range CoovaAP WLAN SSID Connection instructions RADIUSdesk We change the default to avoid a clash with other networks Ensure the Access Point is connected as shown in the Basic configuration diagram. Also ensure there is a server running RADIUSdesk with a known IP Address. We will use in this document. Clashing of subnets The default configuration of CoovaAP assigns subnet /24 to the LAN. This subnet is however a typical default subnet and is most likely to also be used by the device to which you connect the WAN port. This is bound to cause problems and the best will be to move the LAN onto another subnet. We will use /24 Connect a machine to the LAN on the Access Point. You should get an IP Address assigned to you from the /24 range. Open a browser to connect to If it is the first time you connect to CoovaAP; you will need to provide a password for the root user. After you are sucessfully connected; go to Status Network to see what the IP Address is that the WAN port got (if any) during startup. On my system is was Select Network LAN and under LAN Configuration specify The DHCP pool will automatically also change to this new subnet. (Network DHCP) If you click save, there will be a message about config changes pending. This means that you first have to commit these changes before they take effect. Click on the Changes pending text to get a page that will allow you to apply these changes. As soon as you apply these changes you will be disconnected. Remove the LAN cable and plug it back again to force your machine to get a new IP Address from the LAN (now x) and connect to Supply the username and password. Confirm that the new subnet is now used on the LAN. Printed on 2017/05/17 21:58

5 2017/05/17 21:58 5/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic You may have to reboot the Access Point as well to correct the routing tables. Assign a fixed IP to WAN port FreeRADIUS work is such a way that it needs to know a client's IP Address as well as a shared secret between the two before it will serve requests from the client. For this reason; we will assign a fixed IP Address to the WAN port of the Access Point. We decided on Click on Network WAN Under WAN Configuration; change DHCP to Static IP. Now you can specify your values and click save after you are done. The results

6 Last update: 2016/06/02 23:23 user_guide:chilli:coovaap You do not supply the value of the DNS server now as stipulated by the instructions; but only after these changes has been committed. The results: Open SSH and Web on WAN port Since our Access Point is behind a NAT firewall; we will open the WAN port. This will allow us to connect to it on the WAN port. Select System Settings Then enable ssh and web access on the WAN port. Save and commit these changes. Printed on 2017/05/17 21:58

7 2017/05/17 21:58 7/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic You should now be able (provided you are on the x network) to access the Access Point through the WAN port. Set WiFi SSID to RADIUSdesk Select Network Wireless and change the ESSID from Coova to RADIUSdesk Save and commit these changes Assign a fixed IP Address to RADIUSdesk Edit the /etc/network/interfaces file to assign a fixed IP Address to the RADIUSdesk server. # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address netmask gateway dns-nameservers Reboot the machine to make sure the settings are applied during start-up. Add CoovaAP as NAS device to RADIUSdesk Now that the RADIUSdesk server has a fixed IP Address; we can add the CoovaAP as a client (NAS device) to RADIUSdesk.

8 Last update: 2016/06/02 23:23 user_guide:chilli:coovaap Go to and log into RADIUSdesk. Select Menu NAS Devices NAS Devices This will open the NAS Devices applet. Select the plus sign on the toolbar to add a new NAS device. Select the owner of this NAS device and click Next. For the connection type; select Direct (Fixed IP) and click Next. Supply the following: IP Address The IP Address of the WAN port of the CoovaAP Name CoovaAP-01 A unique identifier for the NAS Device Secret testing123 A value that is secure and obscure On the Realms tab; tick Make available to all realms. Click Next to complete the addition. Activate monitoring Once the NAS device is added; you can activate active monitoring on this device. Select the NAS device and click on the pencil icon on the toolbar to edit the NAS device. This will open a new tab that contains the detail of this device. The NAS tab has a Monitor settings sub-tab where you can activate a ping test and also specify the interval of this test. Restart FreeRADIUS This action is very important After you added the NAS device you need to restart FreeRADIUS. Select Menu Tools Logfile viewer applet. The Logfile viewer applet's toolbar has a start and stop button. Click on the stop button and thereafter on the start button. Check the feedback of the logfile to confirm successful start-up. The FreeRADIUS server should now be ready to accept request from the client Configure the Captive Portal (Hotspot) Under the Hotspot tab is various sub-tabs. Most of these sub-tabs will only be activated once the hotspot is enabled under the first sub-tab (Configuration). The term Hotspot and Captive Portal will be used interchangeably although Captive Portal is probably more correct from a technical perspective. Printed on 2017/05/17 21:58

9 2017/05/17 21:58 9/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic Activate the hotspot Under the Hotspot Configuration tab. Check the following items and their values: Hotspot Configurations Hotspot Type CoovaChilli UAM Default is Disabled. Change to CoovaChilli UAM HotSpot Mode Wireless Only Keep default HotSpot LAN Access Deny Keep default Basic Configurations Auto Configuration Disabled Keep default UAM Hostname Keep default. We will not use this service UAM Secret greatsecret Should be the same as the value specified in rd_login_pages/services/uam.php in the webserver's document root on RADIUSdesk NAS Identifier RADIUSdesk-01 Use a value to uniquely identify the NAS Save these values once you are happy with them The following sub-tabs under Hotspot can remain untouched and needs no modification on them: Location Access Lists DHCP Portal Proxy Under the Hotspot RADIUS tab. Check the following items and their values: AAA Configurations AAA Mode RADIUS Default is HTTP(s). Change to RADIUS Primary RADIUS Server The IP Address of the RADIUSdesk server Secondary RADIUS Server The IP Address of the RADIUSdesk server RADIUS Auth Port 1812 Keep default RADIUS Acct Port 1813 Keep default Shared Secret testing123 Make it something secure and obscure Administrative-User RADIUS Admin Username (blank) Keep default RADIUS Admin Password (blank) Keep default Optional Configurations MAC Address Authentication Disabled Enable this if you want to make use of the RADIUSdesk BYOD applet to manage davices based on their MAC addresses Allow Accounting Updates Enabled Default is Disabled. Enable this option RADIUS Send DHCP Info Disabled Keep default RADIUS Send Oringial URL Disabled Keep default Admin Reauth Interval 0 Default is We will disable it by setting it to zero Default Session Timeout 0 Keep default Default Idle Timeout 0 Keep default

10 Last update: 2016/06/02 23:23 user_guide:chilli:coovaap Default Interim Interval 300 Keep default Allow WPA Guests Disabled Keep default Allow OpenID Authentication Disabled Keep default Save these values once you are happy with them Under the Hotspot Advanced tab. Check the following items and their values: Advanced ChilliSpot Configurations Internal UAM Port HotSpot Services Provider HotSpot Services Provider URL UAM URL Format UAM Homepage (splash page) UAM Service (for Javascript) WISPr Login URL (optional) Local Content Directory 3660 Coova (blank) (blank) (blank) /etc/chilli/www Save these values once you are happy with them Keep default Keep default Keep default IP Address of the RADIUSdesk server Delete the default value and keep empty Keep default Keep default Keep default Confirm the hotspot is running Connect with a browser to the Access Point ( and confirm that CoovaChilli is running by checking the status under Status Hotspot If it is running; you should now be able to connect with a device to the Access Point's WiFi SSID and be redirected to a login page as soon as you attempt to go onto the Internet using the device's browser. The login page may or may not be displayed correct. Configuring RADIUSdesk to be able to display the login page correct is covered in the next section. Printed on 2017/05/17 21:58

11 2017/05/17 21:58 11/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic Configure the Dynamic Login Page This section assumes the following has been completed already: CoovaAP has been configured with: Fixed IP Address on WAN port Set with SSID RADIUSdesk in the WiFi interface with a hotspot (captive Portal) already configured as per instructions on this document. Using RADIUSdesk as a server to serve the login page (no splash page) Failing to complete this step will cause the login page to be broken. Connect with a device to the RADIUSdesk ssid and attempt to go onto the Internet through the browser on the device. You will notice that the page will be redirected and the URL will look like the following from a desktop / laptop: 1&uamport=3990&challenge=7f625f36be5fb76f1bba2e42805c5941&called= B3- C4&mac= AE&ip= &ssid=RADIUSdesk&nasid=RADIUSdesk-01&sessionid=51ae &us erurl=http%3a%2f%2f %2f&md=158d9c4660daa0ae15e31a40e959775f If you connect from a tablet or phone; it will look like this: namic_details/chilli_browser_detect/&res=notyet&uamip= &uamport=3990&challenge= 7f625f36be5fb76f1bba2e42805c5941&called= B3-C4&mac= AE&ip= &ssid=RADIUSdesk&nasid=RADIUSdesk-01&sessionid=51ae &us erurl=http%3a%2f%2f %2f&md=158d9c4660daa0ae15e31a40e959775f As you can see there are two items in the query string which is a result of our configuration ssid = RADIUSdesk nasid = RADIUSdesk-01 We can use one of these (or both) to associate the Access Point with a pre-defined login page on RADIUdesk. We will use the sample login page which comes standard with RADIUSdesk and add an association of ssid with value of RADIUSdesk to the list of Dynamic keys. Connect to the RADIUSdesk webtop ( Open the Dynamic login pages applet and select SA Coast - Struisbaai. Click on the pencil icon in the toolbar to start editing it. This will open a new tab which contains all the detail of SA Coast - Struisbaai. Select the Dynamic keys tab an add an entry for ssid RADIUSdesk

12 Last update: 2016/06/02 23:23 user_guide:chilli:coovaap This completes the basic configuration to connect the CoovaAP with RADIUSdesk in order to: Configure CoovaAP to be a client of the RADIUSdesk server. Use RADIUSdesk to manage the login pages of CoovaChilli centrally. See how it works With the Debug output applet of RADIUSdesk it is now easy to run a debug trace on the FreeRADIUS daemon to see if everything works as intended. Connect to the RADIUSdesk webtop ( Open the Tools Debug output applet. Select in the NAS IP Address select control on the toolbar to limit the debug trace to packets from Click on the start button in the toolbar to start a debug trace. Click on the duster button in the toolbar to clear the screen. On a new window or tab, connect to the CoovaAP's web interface and select Reboot under the Status tab (to the right). Confirm this action. Go back to the window or tab that has RADIUSdesk open while checking the debug feedback on the Debug output applet. You can clear the screen at any time using the Clear screen button. You can stop the debug trace at any time using the Stop debug button. Printed on 2017/05/17 21:58

13 2017/05/17 21:58 13/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic You can also extent the debug trace timeout by clicking on the Add debug time button in the toolbar. Try to connect with a WiFi device to the RADIUSdesk SSID and authenticate through the login page. The debug feedback should include this action as well. From: - RADIUSdesk Permanent link: Last update: 2016/06/02 23:23

2017/05/12 20:51 1/11 Mikrotik -> Basic

2017/05/12 20:51 1/11 Mikrotik -> Basic 2017/05/12 20:51 1/11 Mikrotik -> Basic Mikrotik -> Basic Introduction With this scenario we assume you have: A recent installation of RADIUSdesk which includes Dynamic RADIUS Clients support. We will

More information

Network Controller 3500 Quick Start Guide

Network Controller 3500 Quick Start Guide Network Controller 3500 Quick Start Guide Firmware Version 1.00.82 1. Configuring the Controller 1.1. Connect to the Controller: The default LAN IP Address of the Controller is: IP: 192.168.1.1 Set you

More information

RX3041. User's Manual

RX3041. User's Manual RX3041 User's Manual Table of Contents 1 Introduction... 2 1.1 Features and Benefits... 3 1.2 Package Contents... 3 1.3 Finding Your Way Around... 4 1.4 System Requirements... 6 1.5 Installation Instruction...

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

IP806GA/GB Wireless ADSL Router

IP806GA/GB Wireless ADSL Router IP806GA/GB Wireless ADSL Router 802.11g/802.11b Wireless Access Point ADSL Modem NAT Router 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features...

More information

Contents. Summary. Preparation. LaFonera_Software_Chilispot. You are here: DD-WRT wiki mainpage / LaFonera / Software / Chilispot

Contents. Summary. Preparation. LaFonera_Software_Chilispot. You are here: DD-WRT wiki mainpage / LaFonera / Software / Chilispot You are here: DD-WRT wiki mainpage / LaFonera / Software / Chilispot Contents 1 Summary 2 Preparation 3 Flashing 4 Configuring ddwrt for Wifi-CPA 4.1 Setup/Basic Setup 4.2 Wireless 4.3 Services 4.4 Security

More information

300M Wireless-N Broadband Router User Manual

300M Wireless-N Broadband Router User Manual 300M Wireless-N Broadband Router Model No.: ib-wrb314n User Manual Ver.: 1.0.0 Contents...Error! Bookmark not defined. Chapter 1 Product Overview... 3 Package Contents 3 Conventions....4 Panel Overview...

More information

Wireless-G Router User s Guide

Wireless-G Router User s Guide Wireless-G Router User s Guide 1 Table of Contents Chapter 1: Introduction Installing Your Router System Requirements Installation Instructions Chapter 2: Preparing Your Network Preparing Your Network

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

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

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

Creating Wireless Networks

Creating Wireless Networks WLANs, page 1 Creating Employee WLANs, page 2 Creating Guest WLANs, page 4 Internal Splash Page for Web Authentication, page 7 Managing WLAN Users, page 9 Adding MAC for Local MAC Filtering on WLANs, page

More information

NETWORK LAB 2 Configuring Switch Desktop

NETWORK LAB 2 Configuring Switch Desktop Configuring Switch 1. Select the switch tab and then add a switch from the list of switches we have to the workspace, we will choose (2950-24) switch. 2. Add a number of PCs next to the switch in order

More information

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver LevelOne FBR-1416 1W, 4L 10/100 Mbps ADSL Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 FBR-1416 Features... 1 Package Contents... 3 Physical Details... 3 CHAPTER 2

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

Oct Wi-Fi Concierge Web Portal User Guide - English

Oct Wi-Fi Concierge Web Portal User Guide - English Oct 2017 Wi-Fi Concierge Web Portal User Guide - English Table of Contents 1 Overview of Wi-Fi Concierge Web Portal... 3 2 Access Wi-Fi Concierge Web Portal... 3 3 Language Settings... 4 4 Register a New

More information

User Manual DIR-615. Wireless Router with Built-in 4-port Switch

User Manual DIR-615. Wireless Router with Built-in 4-port Switch DIR-615 Wireless Router with Built-in 4-port Switch December 2011 Contents Chapter 1. Introduction...4 Contents and Audience...4 Conventions...4 Document Structure...4 Chapter 2. Overview...5 General Information...5

More information

AirCruiser G Wireless Router GN-BR01G

AirCruiser G Wireless Router GN-BR01G AirCruiser G Wireless Router GN-BR01G User s Guide i Contents Chapter 1 Introduction... 1 Overview...1 Features...1 Package Contents...2 AirCruiser G Wireless Router Rear Panel...2 AirCruiser G Wireless

More information

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac WISNETWORKS User Manual V1.1 2016/3/21 Software version 1.0.0021 Table of contents 1. Setup& WMI... 3 1.1 Hardware Setup... 3 1.2 Web Management Interface... 3 2. Status... 4 2.1 Overview... 4 2.1.1 System...

More information

CUSTOMER PORTAL. Creating Venues & Groups

CUSTOMER PORTAL. Creating Venues & Groups CUSTOMER PORTAL Creating Venues & Groups CREATING VENUES You will need to be at Customer level in order to create new venues. 1. Clicking the option at the top left of the screen. 2. The side menu will

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Conceptronic C100BRS4H Quick Installation Guide. Congratulations on the purchase of your Conceptronic 4-ports Broadband Router.

Conceptronic C100BRS4H Quick Installation Guide. Congratulations on the purchase of your Conceptronic 4-ports Broadband Router. Conceptronic C100BRS4H Quick Installation Guide Congratulations on the purchase of your Conceptronic 4-ports Broadband Router. The enclosed Hardware Installation Guide gives you a step-by-step explanation

More information

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

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

More information

Network Policy Controller UAM/RADIUS Guide

Network Policy Controller UAM/RADIUS Guide Network Policy Controller UAM/RADIUS Guide 1. Introduction... 3 1.1. Terminology... 3 2. Web Authentication... 5 2.1. Redirect URL Parameters... 5 2.2. UAM Login URL... 5 2.3. UAM Logout URL... 6 3. UAM/RADIUS

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

Grandstream Networks, Inc. Captive Portal Authentication via Twitter

Grandstream Networks, Inc. Captive Portal Authentication via Twitter Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

ISE Express Installation Guide. Secure Access How -To Guides Series

ISE Express Installation Guide. Secure Access How -To Guides Series ISE Express Installation Guide Secure Access How -To Guides Series Author: Jason Kunst Date: September 10, 2015 Table of Contents About this Guide... 4 How do I get support?... 4 Using this guide... 4

More information

WIALAN Technologies, Inc. Unit Configuration Thursday, March 24, 2005 Version 1.1

WIALAN Technologies, Inc. Unit Configuration Thursday, March 24, 2005 Version 1.1 WIALAN Technologies, Inc. Unit Configuration Thursday, March 24, 2005 Version 1.1 Table of Content I. Introduction...3 II. Logging into WiSAP... 3 III. WiSAP Overview... 5 Splash Screen... 5 System Status...

More information

WIRELESS ROUTER N150. User Manual. F9K1009v1 8820zb01125 Rev.B00

WIRELESS ROUTER N150. User Manual. F9K1009v1 8820zb01125 Rev.B00 WIRELESS ROUTER N150 User Manual F9K1009v1 8820zb01125 Rev.B00 TABLE OF CONTENTS Getting Started... 1 What s in the Box...1 Initial Setup...1 How to Set It UP...2 Adding Computers to Your Network...3 Manually

More information

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac WISNETWORKS User Manual V1.1 2016/3/21 Software version 1.0.0021 Table of contents 1. Setup& WMI... 3 1.1 Hardware Setup... 3 1.2 Web Management Interface... 3 2. Status... 4 2.1 Overview... 4 2.1.1 System...

More information

TCP/IP CONFIGURATION 3-6

TCP/IP CONFIGURATION 3-6 TCP/IP CONFIGURATION 3. Type IPCONFIG /RENEW and press the Enter key. Verify that your IP Address is now 192.168.2.xxx, your Subnet Mask is 255.255.255.0 and your Default Gateway is 192.168.2.1. These

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

User Guide TL-R470T+/TL-R480T REV9.0.2

User Guide TL-R470T+/TL-R480T REV9.0.2 User Guide TL-R470T+/TL-R480T+ 1910012468 REV9.0.2 September 2018 CONTENTS About This Guide Intended Readers... 1 Conventions... 1 More Information... 1 Accessing the Router Overview... 3 Web Interface

More information

802.11N Wireless ADSL Router

802.11N Wireless ADSL Router 802.11N Wireless ADSL Router Pre-N Wireless Access Point ADSL Modem NAT Router WPS 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION...1 Wireless ADSL Router Features...1 Package

More information

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router.

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router. User Manual DIR-850L Wireless AC1200 Dual Band Gigabit Router USER MANUAL: DIR-850L Wireless AC1200 Dual Band Gigabit Router SYSTEM REQUIREMENTS Network Requirements Web-based Configuration Utility Requirements

More information

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Contents 1. How to Login to your Hitron Modem... 3 2. SmartWiFi and Local Area Network (LAN) set up...4 a. LAN Setting -Private Gateway IP

More information

IP819VGA g ADSL VoIP Gateway

IP819VGA g ADSL VoIP Gateway IP819VGA 802.11g ADSL VoIP Gateway 802.11g/802.11b Access Point ADSL Modem NAT Router VoIP Gateway User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 802.11g ADSL VoIP Gateway Features... 1 Package

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

802.11N Wireless Broadband Router

802.11N Wireless Broadband Router 802.11N Wireless Broadband Router Pre-N Wireless Access Point Broadband Internet Access WPS 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless Router Features... 1

More information

PePWave Mesh Connector User Manual

PePWave Mesh Connector User Manual PePWave Mesh Connector User Manual Document Rev. 1.0 Jun-07 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 1999-2007 PePWave Ltd. All Rights Reserved. PePWave and

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

LevelOne WBR User s Manual. 11g Wireless ADSL VPN Router. Ver

LevelOne WBR User s Manual. 11g Wireless ADSL VPN Router. Ver LevelOne WBR-3407 11g Wireless ADSL VPN Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features... 1 Package Contents... 5 Physical Details... 6 CHAPTER

More information

Contents. Introduction. Executive Summary. Hotspot_Chillispot. Copie de la version Anglaise

Contents. Introduction. Executive Summary. Hotspot_Chillispot. Copie de la version Anglaise Copie de la version Anglaise Contents 1 Introduction 1.1 Executive Summary 1.2 Technical Description 2 Terms and Definitions 3 Prerequisites 3.1 Additional Prerequisites for Older Firmware 4 Configuration

More information

CE APPROVED.4 INTRODUCTION.5 PACKAGE CONTENTS. 6 PRE - INSTALLATION CHECKLIST. 6 SYSTEM REQUIREMENTS. 6 FEATURES AND BENEFITS.11 SETUP WIZARD.

CE APPROVED.4 INTRODUCTION.5 PACKAGE CONTENTS. 6 PRE - INSTALLATION CHECKLIST. 6 SYSTEM REQUIREMENTS. 6 FEATURES AND BENEFITS.11 SETUP WIZARD. Web Edition Dec. 2002 Contents CE APPROVED...4 INTRODUCTION...5 PACKAGE CONTENTS... 6 PRE - INSTALLATION CHECKLIST... 6 SYSTEM REQUIREMENTS... 6 FEATURES AND BENEFITS... 7 4 - PORT CABLE/XDSL ROUTER...9

More information

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window. How to configure EW-7228APn/EW-7416APn as a Repeater to extend wireless range This article can apply on EW-7228APn and EW-7416APn. We used screen shots of EW-7416APn in this instruction. We recommend you

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

User Manual. SSV Remote Access Gateway. Web ConfigTool

User Manual. SSV Remote Access Gateway. Web ConfigTool SSV Remote Access Gateway Web ConfigTool User Manual SSV Software Systems GmbH Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003 ZyWALL 70 Internet Security Appliance Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The ZyWALL 70 is the ideal secure gateway for all data passing between the Internet and the LAN.

More information

FortiNAC. Aerohive Wireless Access Point Integration. Version 8.x 8/28/2018. Rev: E

FortiNAC. Aerohive Wireless Access Point Integration. Version 8.x 8/28/2018. Rev: E FortiNAC Aerohive Wireless Access Point Integration Version 8.x 8/28/2018 Rev: E FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET KNOWLEDGE BASE

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

Deployment Guide for Cisco Guest Access Using the Cisco Wireless LAN Controller, Release 4.1

Deployment Guide for Cisco Guest Access Using the Cisco Wireless LAN Controller, Release 4.1 Deployment Guide for Cisco Guest Access Using the Cisco Wireless LAN Controller, Release 4.1 Last revised: February 1, 2008 Contents Overview section on page 1 Configuring Guest Access on the Cisco Wireless

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

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

AcuMR2 Cellular Router

AcuMR2 Cellular Router AcuMR2 Cellular Router Quick Guide Acura Embedded Systems Inc. 2016.4 Content 1. QUICK VIEW...3 1.1. APPEARANCE...3 2. QUICK INSTALL...4 2.1. INSTALL SIM...4 2.2. CONNECT LAN...4 2.3. LOGIN WEB SERVER...5

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

UIP1869V User Interface Guide

UIP1869V User Interface Guide UIP1869V User Interface Guide (Firmware version 0.1.8 and later) Table of Contents Opening the UIP1869V's Configuration Utility... 3 Connecting to Your Broadband Modem... 5 Setting up with DHCP... 5 Updating

More information

Grandstream Networks, Inc. Captive Portal Authentication via RADIUS

Grandstream Networks, Inc. Captive Portal Authentication via RADIUS Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 SYSTEM OVERVIEW... 6 CAPTIVE PORTAL SETTINGS... 7 Policy Configuration Page... 7 Landing Page Redirection... 9 Pre-Authentication

More information

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line Quick Installation Guide Table of Contents VoIP ATA Package Contents... 2 Checklist... 2 IMPORTANT SAFETY INSTRUCTIONS... 3 Connecting

More information

Notice according to GNU/GPL-Version 2

Notice according to GNU/GPL-Version 2 Copyright by Edimax Technology Co, LTD. all rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language or computer

More information

On the left hand side of the screen, click on Setup Wizard and go through the Wizard.

On the left hand side of the screen, click on Setup Wizard and go through the Wizard. Q: How do I configure the TEW-435/504BRM (b1) to a DSL, PPPoE connection? A: Step 1 Open your web browser and type the IP address of the TEW-435/504BRM in the address bar. The default IP address is 192.168.0.1.

More information

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 I m InTouch router configuration p. 1 I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 Note: Different models may vary slightly

More information

F.A.Q for TW100-S4W1CA

F.A.Q for TW100-S4W1CA F.A.Q for TW100-S4W1CA Q: How do I configure the TW100-S4W1CA for a DSL, PPPoE connection? A: Step 1 Open your web browser and type the IP address of the TW100-S4W1CA in the address bar. The default IP

More information

Quick Installation Guide of Acer WLAN 11b Broadband Router

Quick Installation Guide of Acer WLAN 11b Broadband Router Preparation 1 At lease one PC with IEEE802.11b WLAN client installed. 2 One straight-through Category 5 Ethernet cable, used to link WAN interface to xdsl or CM for Internet connection. 3 Acer WLAN 11b

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

IpAlarm Module Set Up

IpAlarm Module Set Up Page 1 IpAlarm Module Set Up Note: This device is shipped configured for Ethernet connectivity. To use in this mode, connect the BLUE Jack (marked WAN) to your router and wait for the LEDs to stabilize.

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

Content 1 OVERVIEW HARDWARE DESCRIPTION HARDWARE INSTALLATION PC CONFIGURATION GUIDE... 5 WEB-BASED MANAGEMENT GUIDE...

Content 1 OVERVIEW HARDWARE DESCRIPTION HARDWARE INSTALLATION PC CONFIGURATION GUIDE... 5 WEB-BASED MANAGEMENT GUIDE... Content 1 OVERVIEW...1 1.1FEATURES...1 1.2 PACKETCONTENTS...3 1.3 SYSTEM REQUIREMENTS... 1.4 FACTORY DEFAULTS...4 1.5 WARNINGS AND CAUTIONS...4 2 HARDWARE DESCRIPTION... 6 3 HARDWARE INSTALLATION...8 4

More information

Multi-Function Wireless Router. User's Guide. Wireless Access Point Broadband Internet Access. 4-Port Switching Hub

Multi-Function Wireless Router. User's Guide. Wireless Access Point Broadband Internet Access. 4-Port Switching Hub Multi-Function Wireless Router Wireless Access Point Broadband Internet Access 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless Router Features... 1 Package Contents...

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

User Manual of RCS1~AP10

User Manual of RCS1~AP10 User Manual of RCS1~AP10 This manual is subject to tell users how to use this CAPWAP Broad Band Router with WLAN Controller and PoE Switch function, suit for those familiar with basic networking knowledge

More information

EnGenius Quick Start Guide

EnGenius Quick Start Guide T he operates seamlessly in the 2.4 GHz frequency spectrum supporting the 802.11b (2.4GHz, 11Mbps) and the newer, faster 802.11g (2.4GHz, 54Mbpswireless standard. High output power and high sensitivity

More information

XCONNECT 2018 GATEWAY USER MANUAL

XCONNECT 2018 GATEWAY USER MANUAL XCONNECT 2018 GATEWAY USER MANUAL V1.0 This guide will assist in the installation and configuration of the xconnect 2018 Gateway. Version 1.0 of the xconnect Gateway web portal includes the necessary functionality

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

AplombTech Smart Router Manual

AplombTech Smart Router Manual AplombTech Smart Router Manual (Version: 1.0) 1 Version & Purpose Version Manual version V 1.0 Explanation Corresponds to the initial version of device Purpose This manual describes the function features

More information

NXC Series. Handbook. NXC Controllers NXC 2500/ Default Login Details. Firmware Version 5.00 Edition 19, 5/

NXC Series. Handbook. NXC Controllers NXC 2500/ Default Login Details. Firmware Version 5.00 Edition 19, 5/ NXC Series NXC 2500/ 5500 NXC Controllers Firmware Version 5.00 Edition 19, 5/2017 Handbook Default Login Details LAN Port IP Address https://192.168.1.1 User Name admin Password 1234 Copyright 2017 ZyXEL

More information

4-Port Cable/DSL Router DX-E401. Product Name [French] Product Name [Spanish] USER GUIDE GUIDE DE L UTILISATEUR GUÍA DEL USUARIO

4-Port Cable/DSL Router DX-E401. Product Name [French] Product Name [Spanish] USER GUIDE GUIDE DE L UTILISATEUR GUÍA DEL USUARIO 4-Port Cable/DSL Router Product Name [French] Product Name [Spanish] DX-E401 USER GUIDE GUIDE DE L UTILISATEUR GUÍA DEL USUARIO 2 Introduction Dynex 4-Port Cable/DSL Router Introduction This router enables

More information

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external?

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? LAN Setup Reflection Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other VMs in the classroom?

More information

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX LevelOne Broadband Router FBR-1402TX FBR-1403TX User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 LevelOne Broadband Router Features... 1 Package Contents... 3 Physical Details...4 CHAPTER 2 INSTALLATION...

More information

DRG600-WIFI USER GUIDE

DRG600-WIFI USER GUIDE DRG600-WIFI USER GUIDE P/N: DFB601CW Copyright 2008. All Rights Reserved. Printed May 15, 2008 All trademarks and trade names are the properties of their respective owners. Page 2 of 104 Contents INTRODUCTION...

More information

4-Port Broadband user manual Model

4-Port Broadband user manual Model 4-Port Broadband Router user manual Model 524537 INT-524537-UM-0309-02 introduction Thank you for purchasing the INTELLINET NETWORK SOLUTIONS 4-Port Broadband Router, Model 524537. Combining a router,

More information

NBG-418N. Wireless N Home Router. Default Login Details. IMPORTANT! READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE.

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

More information

Configuration Guide TL-ER5120/TL-ER6020/TL-ER REV3.0.0

Configuration Guide TL-ER5120/TL-ER6020/TL-ER REV3.0.0 Configuration Guide TL-ER5120/TL-ER6020/TL-ER6120 1910012186 REV3.0.0 June 2017 CONTENTS About This Guide Intended Readers... 1 Conventions... 1 More Information... 1 Viewing Status Information... 2 System

More information

2. The next screen will tell you to press the lighted Cisco logo on the Router. After you have pressed the logo, click the Next button to continue.

2. The next screen will tell you to press the lighted Cisco logo on the Router. After you have pressed the logo, click the Next button to continue. 2. The next screen will tell you to press the lighted Cisco logo on the Router. After you have pressed the logo, click the Next button to continue. To exit the Wireless Setup Wizard, click the Exit button.

More information

LAN Setup Reflection

LAN Setup Reflection LAN Setup Reflection After the LAN setup, ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other

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

WEB ANALYTICS HOW-TO GUIDE

WEB ANALYTICS HOW-TO GUIDE WEB ANALYTICS HOW-TO GUIDE MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks

More information

MANUAL NWAC7000. Wireless Management Platform

MANUAL NWAC7000. Wireless Management Platform MANUAL NWAC7000 Wireless Management Platform Contents Chapter 1 Manual Introduction... 4 Chapter 2:Product Introduction... 4 2.1 Products description... 4 2.2 Products Properties... 4 2.2.1Hardware Property...

More information

Downloaded from manuals search engine

Downloaded from   manuals search engine Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

LevelOne Broadband Routers

LevelOne Broadband Routers LevelOne Broadband Routers FBR-1100TX FBR-1400TX FBR-1401TX FBR-1700TX User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your LevelOne Broadband Router... 1 Package Contents... 4

More information

User Manual Electronic Systems Protection, Inc. / Technical Support: / espei.com

User Manual Electronic Systems Protection, Inc. / Technical Support: / espei.com RP-IP RP-IP-GNS User Manual 2014 Electronic Systems Protection, Inc. / Technical Support: 1-800-645-9721 / espei.com 2014 Electronic Systems Protection, Inc. / Technical Support: 1-800-645-9721 / espei.com

More information

Ayrstone AyrMesh Router Setup

Ayrstone AyrMesh Router Setup Ayrstone AyrMesh Router 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

Cloudpath and Aruba Instant Integration

Cloudpath and Aruba Instant Integration Cloudpath and Aruba Instant Integration This document describes the process to use Ruckus Cloudpath to secure an Aruba Instant network. The following versions were used for this example: Ruckus Cloudpath

More information

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003 Internet Security Gateway Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The is the ideal secure gateway for all data passing between the Internet and the LAN. By integrating NAT,

More information

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces. 2015 Cisco and/or its affiliates. All rights

More information

Configuring OfficeExtend Access Points

Configuring OfficeExtend Access Points Information About OfficeExtend Access Points, page 1 OEAP 600 Series Access Points, page 2 OEAP in Local Mode, page 3 Supported WLAN Settings for 600 Series OfficeExtend Access Point, page 3 WLAN Security

More information

IVE Quick Startup Guide - OS 4.0

IVE Quick Startup Guide - OS 4.0 IVE Quick Startup Guide - OS 4.0 Initial Setup Once you receive the IVE device, unpack the IVE and connect it to a PC or Laptop using the console (null modem) cable provided with the IVE. You have to connect

More information

SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual

SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual Revision 1.0 July 2004 SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual Table of Contents 1. INTRODUCTION...4 1.1 FEATURES...4 2. GATEWAY OVERVIEW...5

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

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