OpenVPN Server & Client for Site-to-Site Quick Start Guide

Size: px
Start display at page:

Download "OpenVPN Server & Client for Site-to-Site Quick Start Guide"

Transcription

1 OpenVPN Server & Client for Site-to-Site Quick Start Guide Rev A April, 2017 By: vpneveryone.ddns.net All Rights Reserved 1

2 Table of Content OpenVPN Server & Client for Site-to-Site Quick Start Guide... 1 Table of Content... 2 Table of Figures... 3 Introduction Simple Configuration on Your Router... 4 Main Office... 4 Branch Office OpenVPN Device Configuration... 5 VPN Server Setting... 5 OpenVPN Client Device Setting OpenVPN Server Road Warrior Access Configure OpenVPN Client on Windows PC Setup OpenVPN Client to Make VPN Tunnel to VPN Server

3 Table of Figures Figure 1 Take MicroSD Card Out of Device... 6 Figure 2 MicroSD Card in USB Reader Plugged in PC... 6 Figure 3 MicroSD Card Auto-detected by Windows Figure 4 Files on VPNSERVER Drive... 7 Figure 5 Files in vpnconfig directory... 7 Figure 6 VPN Site-to-Site Server vpnconfig.template.txt... 8 Figure 7 Safely Remove USB MicroSD Reader... 9 Figure 8 Click on "Eject Mass Storage Device"... 9 Figure 9 VPN Client Configuration Template Figure 10 OpenVPN Server Web Page Figure 11 OpenVPN Server Download Page Figure 12 Save openvpn-home.ovpn in OpenVPN config dirctory Figure 13 Run OpenVPN GUI as administrator Figure 14 OpenVPN Icon in Task Bar

4 Introduction Setting up VPN site-to-site is made easy with this pair of OpenVPN server & client for dummy. You don t need to know anything about VPN. All you need to configure is username, password, etc. in this pair of VPN devices. In some cases, IPsec VPN could be blocked by firewall that you don t have control, this OpenVPN flavor VPN is a great alternative to IPsec site-to-site VPN deployment. E.g. Some customers are using Verizon MiFi as their office uplink to internet and they found Version MiFi blocks IPsec. This OpenVPN site-to-site VPN is a great rescue to such situation. For questions, comments, supports or customization, please contact us by . vpn.everyone@gmail.com 1. Simple Configuration on Your Router Main Office Connect VPN server to main office network by Ethernet cable. If your router has a USB port, this USB port can provide power for the VPN server device. On your router s Advanced Routing Rule (or equivalent) section, add two static routes like below, a. To the branch office network, go via this VPN server device. b. To network /24, go via this VPN server device Note: /24 network is the virtual IP network used among VPN server & client device and any PC on-the-go. 4

5 !!!TIPs!!! VPN server use DHCP to get its IP address. It is highly recommended that you configure your DHCP server to reserve a fixed IP for VPN server. Otherwise, each time VPN server IP changes, you have to reconfigure the static route to branch office.!!!note!!! If have more than one branch office to connect, for each branch office network, you need to add one static route on your router to go via this VPN server. Branch Office Connect VPN client device to your branch office network by Ethernet cable. Again, if your router at branch office has a USB port, this USB port can provide power for this VPN client device. On your router s Advanced Routing Rule (or equivalent) section, add two static routes like below, a. To the branch office network, go via this VPN client device. b. To network /24, go via this VPN client device Note: /24 network is the virtual IP network used among VPN server & client device and any PC on-the-go.!!!tips!!! VPN client uses DHCP to get its IP address. It is highly recommended that you configure your DHCP server to reserve a fixed IP for VPN client device. Otherwise, each time VPN client IP changes, you have to reconfigure router to update the static route to main office.!!!note!!! If have more than one branch office connected to main office, for each network (other than this office), you need to add one static route on your router to go via this VPN client. 2. OpenVPN Device Configuration Overall, the configuration on device side is extremely simple. Do not over think. VPN Server Setting 1) Power down VPN Device and Take MicroSD Card out of VPN Device 5

6 Figure 1 Take MicroSD Card Out of Device 2) Put MicroSD Card in USB Reader and Plug It in PC Note: USB Reader is an optional accessory. It s not included in the shipment by default. Figure 2 MicroSD Card in USB Reader Plugged in PC Windows will automatically detect the MicroSD card (Figure 3). Figure 3 MicroSD Card Auto-detected by Windows 7!!!Note!!! Even if you are configuring VPN client device, the MicroSD card volume name is shown as VPNSERVER. Don t worry. 3) Click Open folder to view files 6

7 Figure 4 Files on VPNSERVER Drive!!!WARNING!!! Do NOT touch any files other than files in vpnconfig directory on MicroSD card. Otherwise, the device may not boot any more. 4) Go to Directory vpnconfig Figure 5 Files in vpnconfig directory Here we see a template file for VPN server configuration. Just double click it. The content is like below (Figure 6). 7

8 Figure 6 VPN Site-to-Site Server vpnconfig.template.txt 5) Make a copy of vpnconfig.templete.txt to vpnconfig.txt and create a few users (sites) The example below creates 2 branch offices (assume the main office network is / ). user=boston:vpneveryone: : / user=sanjose:vpneveryone: : / The configuration above assumes you have two branch office networks ( / and / ). Their OpenVPN client device will be assigned static IP and Note: /24 network is the virtual IP network reserved among VPN server & client device and any PC on-the-go. If your network happens to be /24, you will have to change your own network to something else. WARNING: By default, the traffic between VPN server and client devices are wrapped in HTTPS tunnel (TCP port 443). Your router is asked by VPN server device to automatically forward TCP port 443 to VPN sever device. In case that your router already use TCP port 443 for something else (e.g. your own website), you need to disable HTTPS wrap on VPN server device. Simply add one line below in your vpnconfig.txt file. 8

9 https_wrap=0 Tip: You can also fill in value in vpnconfig.template.txt and then SAVE AS vpnconfig.txt.!!!warning!!! In windows, the file postfix.txt may be hidden. Make sure that you don t add extra.txt in config filename. E.g. Do NOT end up with file as vpnconfig.txt.txt. 6) Make sure you safely remove USB reader. Click the triangle sign on left of flag sign at bottom right of your PC screen. Then click USB icon (Figure 7). Figure 7 Safely Remove USB MicroSD Reader Now click Eject Mass Storage Device. And then pull out USB reader from PC (Figure 8). Figure 8 Click on "Eject Mass Storage Device" 9

10 7) Put MicroSD card back in VPN server device and power up VPN server. You have successfully changed your Site-to-Site OpenVPN server setting. Brag about it! OpenVPN Client Device Setting Setting up your Site-to-Site OpenVPN client device is even simpler than setting up VPN server device. You only need to configure one username & passoword and the public IP of your VPN server. This difference is shown in the vpnconfig.template.txt file. Figure 9 VPN Client Configuration Template Note: Make sure the user/password matches the network. E.g. if this branch office network is / , you will have to use user=boston:vpneveryone (created on server side). WARNING: By default, the traffic between VPN server and client devices are wrapped in HTTPS tunnel (TCP port 443). If your VPN server side has disabled HTTPS tunnel, you have to disable HTTPS wrap on VPN client side. Simply add one line below in your vpnconfig.txt file. https_wrap=0. 10

11 Tip: All hardware devices shipped are the same. They are inter-changeable. The difference is on software in the MicroSD card. For questions, comments, supports or customization, please contact us by . 11

12 3. OpenVPN Server Road Warrior Access The OpenVPN site-to-site server also includes road warriror access for PC from anywhere in the internet. Simply add a few user=username:password:virtual-ip combination (Compared to user setting for client site, the network/mask part is skipped) in the vpnconfig.txt file. Below is an example that creates two user john and mike. They will be assigned static IP and user=john:vpneveryone: user=mike:password: Together, the whole mixed (pc and site user) vpnconfig.txt for OpenVPN server can be like below. user=boston:vpneveryone: : / user=sanjose:vpneveryone: : / user=john:vpneveryone: user=mike:password: IMPORTANT: You may have noticed that the PCs are using virtual IPs ( /24) different than any of your network ( or or ). So, for all routers (main office and branch offices), you need to add one more static route like this. To access network / , go via the VPN device 4. Configure OpenVPN Client on Windows PC Setup OpenVPN Client to Make VPN Tunnel to VPN Server The commercial of-the-shelf free OpenVPN client can be used to created tunnel to OpenVPN Server at main office. After you install OpenVPN client, follow the stepby-step procedure below. The overall process is simple: Download sample openvpn-home.ovpn from VPN server. Change the IP address on the last line. Import/save it in openvpn config directory. 1. Assume that your OpenVPN Server device gets From the same LAN, open a browser to access 12

13 2. Click Download Page Figure 10 OpenVPN Server Web Page Figure 11 OpenVPN Server Download Page 3. Right click openvpn-home.ovpn and save as. 13

14 Figure 12 Save openvpn-home.ovpn in OpenVPN config dirctory 4. In openvpn-home.ovpn file, if your real public IP is not automatically filled in, replace it with your real public IP of OpenVPN site-to-site server. Then you are done with OpenVPN configuration file. 5. From windows start menu, find OpenVPN GUI icon. Right click it and click Run as administrator. (Figure 13). 14

15 Figure 13 Run OpenVPN GUI as administrator 6. There will be an icon that looks like a lock at bottom right corner of screen. (Figure 14) Figure 14 OpenVPN Icon in Task Bar 7. Right click on this lock-like icon and click connect on the menu. You will be asked for user name and password. Use one of the users you created on VPN server, e.g. john. In a short moment, OpenVPN successfully creates VPN tunnel and assign the PC a virtual IP, e.g John PC will be able to access all 3 offices ( , and ) from anywhere using OpenVPN client. 8. For smart phone or tablet, please install the OpenVPN Connect free app. Then simply import the openvpn-home.ovpn file from step 4 to your OpenVPN Connect app and fill in username/password setup on VPN server side, e.g. john with password vpneveryone. 15

VPN 2-in-1 Sever Quick Start Guide

VPN 2-in-1 Sever Quick Start Guide VPN 2-in-1 Sever Quick Start Guide Rev E January, 2018 All Rights Reserved 1 Table of Content VPN 2-in-1 Sever Quick Start Guide... 1 Table of Content... 2 List of Figures... 3 1. Introduction... 4 2.

More information

VPN Twin Server Quick Start Guide

VPN Twin Server Quick Start Guide VPN Twin Server Quick Start Guide Rev B October, 2016 All Rights Reserved 1 Table of Content VPN Twin Server Quick Start Guide... 1 Table of Content... 2 List of Figures... 3 1. Introduction... 4 2. Configure

More information

Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter

Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter FiOS TV & Internet Verizon DSL FAQ s Wireless Verizon Bundles Verizon Support Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter Overview The current

More information

Shellfire VPN IPSec Setup ios

Shellfire VPN IPSec Setup ios Shellfire VPN IPSec Setup ios This guide explains how to configure your ios device to work with Shellfire VPN via ikev1 (Cisco) Ipsec. We recommend this procedure for advanced users only. Setting up a

More information

The R25 Robot Series

The R25 Robot Series The R25 Robot Series Network Setup Guide Contents Overview 2 Configuration 3 On-Screen Menu Configuration 3 Network Test 4 USB Simple Configuration WEP and WPA/WPA2-Personal 5 USB Simple Configuration

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

1 Installing KEEP is Easy

1 Installing KEEP is Easy Installing KEEP is Easy 1 Installing KEEP is Easy 1. Plug in the network cable to in Internet enabled port, either directly connected to the Internet or behind a router. 2. Connect the power supply to

More information

EN-1000 Quick Configuration Guide

EN-1000 Quick Configuration Guide Part Number 17655.0000 Version A.5, December 2017 2017 Encore Networks, Inc. All rights reserved. EN-1000 Quick Configuration Guide CAT-1 LTE T he EN-1000 is a high-performance, low-cost VPN router designed

More information

Yamaha Router Configuration Training ~ Web GUI ~

Yamaha Router Configuration Training ~ Web GUI ~ Yamaha Router Configuration Training ~ Web GUI ~ Equipment RTX810 Gigabit VPN Router SWX2200-8G/24G Smart L2 Switch GbE 5, USB 3G modem 1Gbps throughput All GbE Cooperation with RTX810 200Mbps VPN throughput

More information

FW- 525B Quick Start Guide

FW- 525B Quick Start Guide FW- 525B Quick Start Guide 2013 Rubicon Communications, LP Contents Introduction... 3 Plugging everything in... 3 Description of Port Indicators... 3 Initial Configuration... 4 Logging into the web interface...

More information

How to find your IP address information

How to find your IP address information How to set up a VPN server on Windows 10 Source: https://pureinfotech.com/setup-vpn-server-windows-10/ Here are the step-by-step instructions to set up a VPN server using the built-in Incoming Connection

More information

OpenVPN protocol. Restrictions in Conel routers. Modified on: Thu, 14 Aug, 2014 at 2:29 AM

OpenVPN protocol. Restrictions in Conel routers. Modified on: Thu, 14 Aug, 2014 at 2:29 AM 1/2/2016 OpenVPN protocol : Support Portal OpenVPN protocol Modified on: Thu, 14 Aug, 2014 at 2:29 AM OpenVPN (Open Virtual Private Network) is a means of interconnection of several computers through an

More information

APPLICATION NOTES DELOMATIC 4, DM-4 GAS/HYDRO

APPLICATION NOTES DELOMATIC 4, DM-4 GAS/HYDRO APPLICATION NOTES DELOMATIC 4, DM-4 GAS/HYDRO Remote Monitoring TCP/IP DSL DSL TCP/IP DSL Mobile TCP/IP Mobile DSL TCP/IP Mobile Mobile Document no.: 4189340650A Table of contents 1. ABOUT THIS DOCUMENT...

More information

SelfMon VirtualKeypad Configuration Guide

SelfMon VirtualKeypad Configuration Guide SelfMon VirtualKeypad Configuration Guide Typical System Configuration TCP Port 10001 Port Forward to Internal Panel IP Address Panel with Internal IP Address Internal Wifi Connection Internal IP Address

More information

LEGUANG N900 Wireless Router Configuration Guide

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

More information

Chapter Twenty-six (f): Open VPN - RoadWarrior for System Administrator s

Chapter Twenty-six (f): Open VPN - RoadWarrior for System Administrator s Chapter Twenty-six (f): Open VPN - RoadWarrior for System Administrator s Summary of Chapter: How to set-up an Open VPN Roadwarrior profile with a Vista machine. What you need: Admin user account and valid

More information

1. NVR Connection Diagram Wizard Setup Access System Using Mobile Device Access System Using PC Client Software 5

1. NVR Connection Diagram Wizard Setup Access System Using Mobile Device Access System Using PC Client Software 5 1 1. NVR Connection Diagram 2 2. Wizard Setup 3 3. Access System Using Mobile Device 4 4. Access System Using PC Client Software 5 5. Access System Using Internet Explorer 8 6. Recording Setup 9 Motion

More information

How to get ebooks on to your Kindle

How to get ebooks on to your Kindle How to get ebooks on to your Kindle *These instructions assume that you have already registered your Kindle and have set up an Amazon account. * If you are using the Kindle Fire you can do this directly

More information

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software V1.00 The TR-7wf Series of Wi-Fi enabled wireless loggers ship from the factory pre-configured for seamless integration with

More information

Samsung NVR SRN-473S/873S/1673S Quick guide to get web/app connection

Samsung NVR SRN-473S/873S/1673S Quick guide to get web/app connection Samsung NVR SRN-473S/873S/1673S Quick guide to get web/app connection Prerequisites Connect your new Samsung cameras to the PoE port of the NVR. Connect a network cable to the Viewer port of the NVR and

More information

1. Press "Speed Test" to find out your actual uplink and downlink speed.

1. Press Speed Test to find out your actual uplink and downlink speed. ASRock G10 Gaming Router 6.4 QoS Settings QoS Add Gaming Boost web page. Gaming Boost: Enable or disable the Gaming Boost. Bandwidth The router supports Gaming Boost natively, which identifies and intelligently

More information

1 Installing OPI is Easy

1 Installing OPI is Easy Installing OPI is Easy 1 Installing OPI is Easy 1. Plug in the network cable to in Internet enabled port, either directly connected to the Internet or behind a router. 2. Plug connect the supplied USB

More information

Autodesk Installation

Autodesk Installation Autodesk Installation All of the Autodesk products install in a similar fashion. I have included some screenshots of what you can expect to see during the installations. The first thing you need to check,

More information

NCP VPN Path Finder for Juniper SRX Gateways

NCP VPN Path Finder for Juniper SRX Gateways NCP VPN Path Finder Technology In many cases, IPsec and SSL VPN are complementary, because they solve different problems. This complementary approach allows a single device to address all remote-access

More information

! encor e networks TM

! encor e networks TM ! encor e networks TM Revision A, May 2004 Document Part Number 15737.0001 Copyright 2004 Encore Networks, Inc. All rights reserved. VSR-30 Installation Guide for ELIOS Software Version 0500 T his guide

More information

NetVanta Series Quick Start Guide L2-13B May Network Diagram. Unpacking and Inspecting the System. Unit.

NetVanta Series Quick Start Guide L2-13B May Network Diagram. Unpacking and Inspecting the System. Unit. NetVanta 00 STATUS VPN WAN LAN PWR STAT POWER VPN PWR STAT WAN LAN STATUS POWER VPN ACT VPN ACT WAN LAN DMZ LNK LNK LNK WAN LAN DMZ LNK LNK LNK NetVanta 00 NetVanta 000 Series Quick Start Guide 6006L-B

More information

6. 3. Media Sharing Access the USB disk. 5. Click OK. Tips:

6. 3. Media Sharing Access the USB disk. 5. Click OK. Tips: Chapter 6 USB Application 5. Click OK. Tips: The router can share 32 volumes at most. You can click not need to share. on the page to detach the corresponding volume you do 6. 3. Media Sharing The feature

More information

Spreedbox Getting Started Guide

Spreedbox Getting Started Guide Spreedbox Getting Started Guide Last Updated: September 2017 CONTENTS 1. Introduction... 3 2. Prerequisites... 4 3. Opening the box... 5 4. USB Manual, Quick Start Guide & MAC Sticker... 6 5. International

More information

Configuring Microsoft Outlook to Connect to Hosted Exchange Service

Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook for Hosted Exchange Service Version: 1.0 Updated on: April 27, 2011 Page 1 of 7 TABLE OF CONTENTS Configuring

More information

User Manual Package Contents... 3 Default Settings... 6

User Manual Package Contents... 3 Default Settings... 6 Table of Contents User Manual Package Contents... 3 Default Settings... 6 Configuration Examples Change Port 2 from WAN to LAN... 7 LAN port with IP passthrough... 9 Configuring an OpenVPN Server for ios

More information

Chromebook Basics. Headset /mic

Chromebook Basics. Headset /mic Chromebook Basics What is a Chromebook? Unlike most computers, Chromebooks do not run Windows. Instead, they use Chrome OS, which is similar to the Google Chrome web browser. This means you can use a Chromebook

More information

Seagate FreeAgent DockStar Network Adapter

Seagate FreeAgent DockStar Network Adapter Seagate FreeAgent DockStar Network Adapter Reviewer s Guide Sept. 2009 Thank you for reviewing Seagate s latest accessory for the award winning FreeAgent Go portable hard drive the new Seagate FreeAgent

More information

Comodo One Software Version 3.8

Comodo One Software Version 3.8 rat Comodo One Software Version 3.8 Dome Cloud Firewall Quick Start Guide Guide Version 1.1.061118 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo Dome Cloud Firewall Quick Start This

More information

G806+H3C WSR realize VPN networking

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

More information

EN-2000 Quick Configuration Guide

EN-2000 Quick Configuration Guide Document Part Number 17539.0000 Version A.8, March 2018 2018 Encore Networks, Inc. All rights reserved. EN-2000 Quick Configuration Guide T he EN-2000 is a high-performance, low-cost VPN router designed

More information

How to Stay Safe on Public Wi-Fi Networks

How to Stay Safe on Public Wi-Fi Networks How to Stay Safe on Public Wi-Fi Networks Starbucks is now offering free Wi-Fi to all customers at every location. Whether you re clicking connect on Starbucks Wi-Fi or some other unsecured, public Wi-Fi

More information

CONTROL Installation and Basic-configuration Guide Contents

CONTROL Installation and Basic-configuration Guide Contents CONTROL Installation and Basic-configuration Guide Contents Installation and Basic-configuration Guide... 1 1. Overview... 2 2. Intro... 3 3. CONTROL installation steps:... 3 3.1 CONTROL installation requirements...

More information

TopGlobal MB8000 VPN Solution

TopGlobal MB8000 VPN Solution TopGlobal Solution Top Global MobileBridge connects 3G and Ethernet network, as well as WiFi network. MB8000 is a product of MobileBridge serials. MB8000 provides a gateway service for its LAN (including

More information

SETTING UP AND TROUBLESHOOTING A CLOVER DEVICE FOR SPECTRUM

SETTING UP AND TROUBLESHOOTING A CLOVER DEVICE FOR SPECTRUM SETTING UP AND TROUBLESHOOTING A CLOVER DEVICE FOR SPECTRUM This document will guide you through the steps to configure a Clover Device to work with Spectrum. If you have any questions, please contact

More information

Table of Contents. Table of Contents License server installation guide - Windows. Download SCL Install SCL Customizing the License Key File

Table of Contents. Table of Contents License server installation guide - Windows. Download SCL Install SCL Customizing the License Key File Table of Contents Table of Contents License server installation guide - Windows Download SCL Install SCL Customizing the License Key File Modify the SERVER line Modify the VENDOR line Optional - Adding

More information

Silver Peak EC-V and Microsoft Azure Deployment Guide

Silver Peak EC-V and Microsoft Azure Deployment Guide Silver Peak EC-V and Microsoft Azure Deployment Guide How to deploy an EC-V in Microsoft Azure 201422-001 Rev. A September 2018 2 Table of Contents Table of Contents 3 Copyright and Trademarks 5 Support

More information

Wireless IP Bird Box Camera

Wireless IP Bird Box Camera Wireless IP Bird Box Camera Model: 4901-18 Operation and Installation Manual 1 WELCOME... 3 PRODUCT OVERVIEW... 4 HARDWARE INSTALLATION... 4 Attach the External Power Adapter... 4 SMARTPHONE OR TABLET

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

How to use VPN L2TP over IPsec

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

More information

KACCTV4CHA Networking Guide

KACCTV4CHA Networking Guide KACCTV4CHA Networking Guide Local Network Setup Automatically assign an IP address in to the DVR. The DVR has the capability of automatically assigning an IP address as long as the unit is connected to

More information

1. A broadband connection. 2. Windows Vista (for these instructions; other operating systems have other instructions).

1. A broadband connection. 2. Windows Vista (for these instructions; other operating systems have other instructions). A VPN (Virtual Private Network) provides a secure, encrypted tunnel from your computer to UHCL's network when off campus. UHCL offers VPN software to allow authenticated, secure access to many UHCL resources

More information

ST-HD-CVR4CH ST-HD-CVR8CH ST-HD-CVR16CH. Professional Digital Video Recorders QUICK START GUIDE

ST-HD-CVR4CH ST-HD-CVR8CH ST-HD-CVR16CH. Professional Digital Video Recorders QUICK START GUIDE ST-HD-CVR4CH ST-HD-CVR8CH ST-HD-CVR16CH Professional Digital Video Recorders QUICK START GUIDE 1 Thank you for your purchase of this SecurityTronix HD-COAXINATOR Video Recorder (CVR). Documentation for

More information

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection.

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. Quick Start Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. This document will help you understand your Mobile WiFi so you can start using

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

POS. EPSON TM-U220 IP CONFIGURATION Windows Version (Firmware V. 4.00) a project guide to rezku POS

POS. EPSON TM-U220 IP CONFIGURATION Windows Version (Firmware V. 4.00) a project guide to rezku POS POS POS a project guide to rezku EPSON TM-U220 IP CONFIGURATION Windows Version (Firmware V. 4.00) Copyright 2017 Guest Innovations, Inc. All Rights Reserved. EPSON TM-U220 IP Configuration Windows Version

More information

Sonicwall NSA240 / TZ210 Configuration Guide (Firmware: SonicOS Enhanced o & up)

Sonicwall NSA240 / TZ210 Configuration Guide (Firmware: SonicOS Enhanced o & up) Sonicwall Configuration Guide v1.0 Sonicwall NSA240 / TZ210 Configuration Guide (Firmware: SonicOS Enhanced 5.8.1.1-35o & up) 169 Saxony Road, Suite 212 Encinitas, CA 92024 Phone & Fax: (800) 477-1477

More information

MikroTik Security : Built-in Default Configuration

MikroTik Security : Built-in Default Configuration MikroTik Security : Built-in Default Configuration Erick Setiawan - erick.setiawan@icloud.com - 2019 Maxindo Mitra Solusi www.maxindo.net.id Objective Explain default configuration in general and deeper

More information

TRI-CITIES Device Deployment MICROSOFT SURFACE SETUP

TRI-CITIES Device Deployment MICROSOFT SURFACE SETUP TRI-CITIES Device Deployment 2018-19 MICROSOFT SURFACE SETUP Surface Expectations at TRI-CITES ALWAYS bring your device to school FULLY CHARGED! Be responsible accessories, security, etc. Do NOT switch

More information

Whitepaper. OpenVPN Client/Router. Version 1 / 12/15/2015

Whitepaper. OpenVPN Client/Router. Version 1 / 12/15/2015 OpenVPN Client/Router Whitepaper Version 1 / 12/15/2015 Systeme Helmholz GmbH Hannberger Weg 2 D-91091 Großenseebach Germany Phone +49 9135 7380-0 Fax +49 9135 7380-110 info@helmholz.de www.helmholz.com

More information

Release Notes ( ) Digi TransPort LR Product Family

Release Notes ( ) Digi TransPort LR Product Family Release Notes (93000809) Digi TransPort LR Product Family Version 3.2.0.6 December, 2017 INTRODUCTION This is a production firmware release for the Digi Transport LR product family. SUPPORTED PRODUCTS

More information

Using Devices with Microsoft HealthVault

Using Devices with Microsoft HealthVault Using Devices with Microsoft HealthVault A Microsoft HealthVault Step-by-Step Guide This guide will help you get started using Microsoft HealthVault Connection Center to send information from your health

More information

APPLICATION NOTE 003. WeConnect. Industrial Remote Access Made Easy. AppNote003-WeConnect ver1.0. page 1

APPLICATION NOTE 003. WeConnect. Industrial Remote Access Made Easy. AppNote003-WeConnect ver1.0.  page 1 APPLICATION NOTE 003 WeConnect Industrial Remote Access Made Easy www.westermo.com page 1 Table of Contents Application Note Network Layout.....3 Background.... 3 The WeConnect Portal............4 Setup

More information

EFOLDER SHADOWPROTECT CONTINUITY CLOUD GUIDE

EFOLDER SHADOWPROTECT CONTINUITY CLOUD GUIDE EFOLDER SHADOWPROTECT CONTINUITY CLOUD GUIDE Solution Overview Last Updated August 2, 2012 Prepare for the worst-case scenario with the efolder continuity cloud. Downtime of critical infrastructure can

More information

Table of Contents. Keyspan:USB Server - User Manual

Table of Contents. Keyspan:USB Server - User Manual Table of Contents 1 Introduction Compatible USB Devices Connectivity to USB Devices Connectivity to Network Requirements What's Inside The Package 2 Installation Instructions Installing the USB Server

More information

HikCentral V1.3 for Windows Hardening Guide

HikCentral V1.3 for Windows Hardening Guide HikCentral V1.3 for Windows Hardening Guide Contents Introduction... 1 1. The Operating System - Microsoft Windows Security Configuration... 2 1.1Strict Password Policy... 2 1.2Turn Off Windows Remote

More information

Panic Button Information & Installation Manual

Panic Button Information & Installation Manual Panic Button Information & Installation Manual www.usbdriveguard.com Contact Email: support@usbdriveguard.com Contact Us Page: http://www.usbdriveguard.com/contact.php Default Username: admin Default Password:

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Aug. 2016 V21.20 Yealink Network Deployment Solution ii Table of Contents Table of Contents... iii Network Requirements Overview... 1 Bandwidth Requirements... 1

More information

1 Hardware Installation

1 Hardware Installation 1 Hardware Installation 1.1 Choosing the Best Location for Wireless Operation Many environmental factors may affect the effective wireless function of the DSL Router. If this is the first time that you

More information

HikCentral V.1.1.x for Windows Hardening Guide

HikCentral V.1.1.x for Windows Hardening Guide HikCentral V.1.1.x for Windows Hardening Guide Contents Introduction... 1 1. The Operating System - Microsoft Windows Security Configuration... 2 1.1 Strict Password Policy... 2 1.2 Turn Off Windows Remote

More information

Yealink Video Conferencing System. Network Deployment Solution

Yealink Video Conferencing System. Network Deployment Solution Yealink Video Conferencing System Network Deployment Solution May. 2018 V32.3 Table of Contents Table of Contents Table of Contents... iii Network Requirements Overview... 1 Bandwidth Requirements...

More information

CLEARVIEW KIT INSTALLATION GUIDE

CLEARVIEW KIT INSTALLATION GUIDE CLEARVIEW KIT INSTALLATION GUIDE Kit contents 1. Recorder with power supply 2. Camera Cables 3. Cameras 4. Mouse ** Display monitor and HDMI cable not included Remove recorder from the Kit and look over

More information

Pulse. WiFi Repeater/Extender Full Installation Guide

Pulse. WiFi Repeater/Extender Full Installation Guide Pulse WiFi Repeater/Extender Full Installation Guide Contents Models Supported...3 Box Content...4 Button Overview...6 Port Overview...8 Installation...9 WPS Pairing...11 Manual Pairing...12 LED Status...14

More information

Milo R25 Networking Guide

Milo R25 Networking Guide Milo R25 Networking Guide Contents Overview... 1 Configuration... 2 On-Screen Menu Configuration... 2 Network Test... 3 USB Simple Configuration WEP and WPA/WPA2-Personal... 4 USB Simple Configuration

More information

Audio Video Guide. Section A: Camera Setup and Network Configuration

Audio Video Guide. Section A: Camera Setup and Network Configuration Audio Video Guide This guide will walk you through the setup process for streaming audio/video during your live auction. The guide is broken down into 3 parts; camera setup and network configuration, LiveAuctioneers

More information

Billion BiPAC 7700NR2. Setup Guide

Billion BiPAC 7700NR2. Setup Guide Billion BiPAC 7700NR2 Setup Guide Modem reference & light status sheet On the front of your modem you will notice a number of lights. The below table explains what each of these lights mean: LABEL ACTION

More information

SonicOS Enhanced Release Notes SonicWALL, Inc. Software Release: February 8, 2007

SonicOS Enhanced Release Notes SonicWALL, Inc. Software Release: February 8, 2007 SonicOS Enhanced 3.2.3.0 SonicWALL, Inc. Software Release: February 8, 2007 CONTENTS PLATFORM COMPATIBILITY OVERVIEW KNOWN ISSUES RESOLVED KNOWN ISSUES UPGRADING SONICOS STANDARD/ENHANCED IMAGE PROCEDURES

More information

Your libre router and you! Setup for those who are not connecting to a VPN:

Your libre router and you! Setup for those who are not connecting to a VPN: Your libre router and you! Dear Customer, Thank you for purchasing one of the first freedom respecting routers on the market. This router runs the librecmc GNU/Linux distro : a collection of free software

More information

Configuring System using Startup Wizard

Configuring System using Startup Wizard Configuring System using Startup Wizard Release 1.0 Password Configuration When using a CCTV Security Pros system for the first time, you are required to set a login password for the admin account (system

More information

This pre-installed mdexsim-vodafone must be replaced with your own SIM-card.

This pre-installed mdexsim-vodafone must be replaced with your own SIM-card. Quick Guide MX510 & mdex fixed.ip+ via OpenVPN MX510 & mdex public.ip via OpenVPN This guide describes the quick configuration of the mdex Router MX510 to have a remote access to one or more terminals

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Oct. 2015 V10.6 Yealink Network Deployment Solution Table of Contents Table of Contents... iii Network Requirements... 1 Bandwidth Requirements... 1 Calculating

More information

Cisco QuickVPN Installation Tips for Windows Operating Systems

Cisco QuickVPN Installation Tips for Windows Operating Systems Cisco QuickVPN Installation Tips for Windows Operating Systems For a video showing installation tips on Quick VPN, visit http://youtu.be/hhu2z6a78n8 Objective Cisco QuickVPN is a free software designed

More information

Endian Firewall validation - REP

Endian Firewall validation - REP Print date Pages 8 Endian Firewall validation - REP Doc. Ref: REP-(Endian Firewall validation) Revision: 8 Written By Reviewed By Approved By OpenOfficeContentTransformer-source-33508.odt Table of Contents

More information

AC3900 WHOLE HOME WI-FI SYSTEM

AC3900 WHOLE HOME WI-FI SYSTEM AC3900 WHOLE HOME WI-FI SYSTEM Covr your Whole Home in High-Power Wi-Fi Say goodbye to Wi-Fi deadzones, buffering and multiple networks in your home. Covr is a seamless solution that gets rid of dead spots

More information

How to configure OpenVPN shared key tunnels using pfsense and OpenWRT. Ver. 1.0 ( ) Author: Ville Leinonen

How to configure OpenVPN shared key tunnels using pfsense and OpenWRT. Ver. 1.0 ( ) Author: Ville Leinonen How to configure OpenVPN shared key tunnels using pfsense and OpenWRT. Ver. 1.0 (11.1.2006) Author: Ville Leinonen Intro In this document I try to explain how to configure ssl-based site-to-site tunnels

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Jul. 2016 V21.15 Yealink Network Deployment Solution ii Table of Contents Table of Contents... iii Network Requirements Overview... 1 Bandwidth Requirements... 1

More information

Deployment Guide: Routing Mode with No DMZ

Deployment Guide: Routing Mode with No DMZ Deployment Guide: Routing Mode with No DMZ March 15, 2007 Deployment and Task Overview Description Follow the tasks in this guide to deploy the appliance as a router-firewall device on your network with

More information

Accessing CharityMaster data from another location

Accessing CharityMaster data from another location Accessing CharityMaster data from another location When all of your computers are on the same Local Area Network (LAN), you can place the back end files (including your data and the Word templates) onto

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

Dell EMC OpenManage Mobile. Version User s Guide (Android)

Dell EMC OpenManage Mobile. Version User s Guide (Android) Dell EMC OpenManage Mobile Version 2.0.20 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Secure Web Appliance. Basic Usage Guide

Secure Web Appliance. Basic Usage Guide Secure Web Appliance Basic Usage Guide Table of Contents 1. Introduction... 1 1.1. About CYAN Secure Web Appliance... 1 1.2. About this Manual... 1 1.2.1. Document Conventions... 1 2. Description of the

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

AX88179/AX88178A Mac OS X Driver Installation Guide

AX88179/AX88178A Mac OS X Driver Installation Guide AX88179/AX88178A Mac OS X Driver Installation Guide Revision 1.00 Sep. 10 th, 2012 1 Revision Date Description 1.00 2012/09/10 Initial release. AX88179/AX88178A Revision History 2 Contents 1. Introduction...

More information

Cisco Virtual Office End User Instructions for Cisco 871 and Cisco 881 Router Set Up at Home or Small Office

Cisco Virtual Office End User Instructions for Cisco 871 and Cisco 881 Router Set Up at Home or Small Office Cisco Virtual Office End User Instructions for Cisco 871 and Cisco 881 Router Set Up at Home or Small Office Introduction This document describes the end-user instructions to deploy the Cisco Virtual Office

More information

Quick Installation Guide

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

More information

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6 Page 1 of 12 Windows quick start instructions Pg. 1 OS X quick start instructions Pg. 4 ios quick start instructions Pg. 6 Android quick start instructions Pg. 9 Windows Quick Start Instructions STEP 1

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

SONOTON storage server

SONOTON storage server The SONOTON storage server offers different protocols which all use SSL secured communications. All protocols will work with the login details given to you by SONOTON. Overview: Protocols supported: HTTPS

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL 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 Chapter 1. Requirements...

More information

Volumio 2 Quick Start

Volumio 2 Quick Start Volumio 2 Quick Start COLOFON Version 1 dated January 9, 2017. Supporting Volumio version 2.041. Written by Sven Van Caekenberghe. We reserve the right to change products or their features at any time

More information

Dell Wyse Management Suite 1.2 Release Notes

Dell Wyse Management Suite 1.2 Release Notes Rev. A00 2018-06 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

QUICKSTART GUIDE FOR BRANCH SRX SERIES SERVICES GATEWAYS

QUICKSTART GUIDE FOR BRANCH SRX SERIES SERVICES GATEWAYS APPLICATION NOTE QUICKSTART GUIDE FOR BRANCH SRX SERIES SERVICES GATEWAYS Configuring Basic Security and Connectivity on Branch SRX Series Services Gateways Copyright 2009, Juniper Networks, Inc. Table

More information

Installing and Configuring

Installing and Configuring Installing and Configuring Advanced Hardware Setups Introduction For most community wireless networks, installing a few rooftop and window nodes will fit the needs of the neighborhood or town. For others,

More information

UTM Content Security Gateway CS-2001

UTM Content Security Gateway CS-2001 UTM Content Security Gateway CS-2001 Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Setup the UTM Content Security Gateway... 4 3. Hardware Installation... 5 4. Basic System Configuration...

More information

firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name

firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name WAN_IN { default-action drop description "WAN to internal"

More information

Configuring OpenVPN on pfsense

Configuring OpenVPN on pfsense Configuring OpenVPN on pfsense Configuring OpenVPN on pfsense Posted by Glenn on Dec 29, 2013 in Networking 0 comments In this article I will go through the configuration of OpenVPN on the pfsense platform.

More information