OpenWrtDocs/Installing

Size: px
Start display at page:

Download "OpenWrtDocs/Installing"

Transcription

1 OpenWrtDocs/Installing OpenWrtDocs Will OpenWrt work on my hardware? Obtaining the firmware Installing OpenWrt 1. Enabling boot_wait 2. Using boot_wait to upload the firmware 3. Installing via CFE - Common Firmware Environment 4. ASUS WL-500G routers 5. Siemens Gigaset SE505 Using OpenWrt Troubleshooting 1. Will OpenWrt work on my hardware? See OpenWrtDocs/Hardware 2. Obtaining the firmware Stable binaries We recommend using the daily snapshots, these are compiled versions of the latest openwrt firmware. You'll find the snapshots here. These snapshots will not work with G v2.2+ or GS v1.1 hardware. Experimental binaries If you own an WRT G v2.2+ or GS v1.1+ hardware, you will need to use the current experimental binary. These can be found here. We recommend to use the squashfs versions for the WRT54G and WRT54GS. More information on the experimental releases can be found on the forum. Stable Source The source can be obtained from or via CVS using the following commands: 1 of 6 07/04/ :35

2 cvs login cvs co buildroot (It's the same source either way) Experimental Source If you have hardware that is not supported by the above verion of OpenWRT, you can use the experimental version of the code. You will need to compile this from scratch, and this is not recommended for beginners. The experimental code includes support for GS v1.1 and G v2.2 hardware. It may also work with G v3.0 hardware, however this has not yet been confirmed. More information on the experimental releases can be found on the forum. 3. Installing OpenWrt LOADING AN UNOFFICIAL FIRMWARE WILL VOID YOUR WARRANTY OpenWrt is an unofficial firmware which is neither endorsed or supported by Linksys or any other vendor. OpenWrt is provided "AS IS" and without any warranty under the terms of the GPL. To avoid potentially serious damage to your router caused by an unbootable firmware we strongly suggest enabling a setting known as boot_wait Enabling boot_wait The router does not boot directly into the firmware, instead it boots into a program known as a bootloader which is responsible for initializing the hardware and loading the firmware. If the boot_wait variable is set, the bootup process is delayed by few seconds allowing a new firmware to be installed through the bootloader using tftp. Setting of the boot_wait variable is done through a bug in the Ping.asp administration page by pinging the certain "addresses" listed below First, for this to work the internet port must have a valid ip address, either from dhcp or manually configured from the main page - the port itself doesn't need to be connected unless using dhcp. Next, navigate to the Ping.asp page and enter exactly each line listed below, one line at a time into the "IP Address" field, pressing the Ping button after each entry. Linksys' patches the ping.asp bug; downgrading to is required before the following will work: ;cp${ifs}*/*/nvram${ifs}/tmp/n ;*/n${ifs}set${ifs}boot_wait=on 2 of 6 07/04/ :35

3 ;*/n${ifs}commit ;*/n${ifs}show>tmp/ping.log When you get to the last command the ping window should be filled with a long list of variables including boot_wait=on somewhere in that list. This ping exploit definitely works with WRT54G v2.0/gs v1.0 and there are documented cases of it working for the latest hardware release WRT54G v2.2/gs v1.1. You must have an address on the WAN port. In the Setup/Basic Setup/Internet Setup section you may wish to select Static IP and set IP= , Mask= , Gateway= Those values are meaningless; you'll be overwriting them soon with new firmware. You can also use the take-over script to make ping hack in a single command (need a shell command line interpreter) Using boot_wait to upload the firmware Although the firmware can be installed through more traditional means, we recommend that you use boot_wait for your first install. This will confirm boot_wait is correctly enabled and provide a firmware recovery experience without the stress of a broken router. While in the bootloader the linksys wrt54g(s) will be forced to a lan ip of To use the bootloader's tftp server you need to use a standard tftp client -- the tftp clients provided by linksys will not work for this. The file to be uploaded depends on the model; non linksys models take a TRX file while linksys models take a BIN file. Model Firmware WRT54G openwrt-g-code.bin WRT54GS openwrt-gs-code.bin (other) openwrt-linux.trx The BIN file is simply a TRX with some extra information at the start to indicate the model. The only difference between openwrt-g-code.bin and openwrt-gs-code.bin is the first 4 bytes which determine the model. The basic procedure of using boot_wait is: unplug the power to your router start your tftp client give it the router's address (always ) set mode to octet tell the client to resend the file, until it succeeds. 3 of 6 07/04/ :35

4 put the file plug your router, while having the tftp client running and constantly probing for a connection the tftp client will receive an ack from the bootloader and starts sending the firmware The tftp commands might vary across different implementations. Here are two examples, netkid's tftp client and Advanced TFTP (available from: ftp://ftp.mamalinux.com/pub/atftp/) netkit's tftp commands: tftp tftp> binary tftp> rexmt 1 tftp> trace Packet tracing on. tftp> put openwrt-g-code.bin Setting "rexmt 1" will cause the tftp client to constantly retry to sent the file to the given address. As advised above, plug your box after typing the commands, and as soon as WRT54G's bootloader start to listen, your client will successfully connect and send the firmware. You can try to run # ping -f (as root) in a seperate window and fire the line put openwrt-g-code.bin as the colons stop running over your terminal when you power-recycle your linksys. Advanced TFTP commands: atftp tftp> connect tftp> mode octet tftp> trace tftp> put openwrt-g-code.bin You don't have to tell atftp to retry file sending, that's default. Please note, netkit tftp has failed to work for some people. Try to use Advanced TFTP. Don't forget about your firewall settings, if you have one. TFTP Error Code pattern is incorrect Invalid Password Reason The firmware image you're uploading was intended for a different model. The firmware has booted and you're connected to a password protected tftp server contained in the firmware, not the bootloader's tftp server. 4 of 6 07/04/ :35

5 Timeout Ping to verify the router is online Try a different tftp client (some are known not to work properly) If your computer is directly connected to the router and you are consistently getting "Invalid Password" failures, try connecting your computer and the router to a hub or switch. Doing so will keep the link up and prevent the computer from disabling its interface while the router is off. Windows 2000 has a TFTP server, and it can be used to flash with OpenWrt firmware. Note that the Windows PC needs to be configured with a static IP address in the /24 subnet, and cannot use a DHCP IP address when flashing the firmware Installing via CFE - Common Firmware Environment If you managed to get a serial connection to your router and can stop CFE from booting the firmware with strg-c, you can update your router via network. You need to configure a TFTP-server on one of your systems and connect it to the same network as your lan port of your router. Put the correct trx file for your router and task to your tftpboot/tftp directory. If you see the command line of your Bootloader like this: CFE> For example flashing a linksys WRT54GS v1.0: CFE>flash -noheader :/openwrt-generic-jffs2-8MB.trx flash1.trx This is useful for unsupported models, because you can skip the header check. Otherwise some WRT54GS are very picky about the 2 second timeout, so you can definitely flash it without any timing problems ASUS WL-500G routers The installation procedure there is slightly different from the Linksys routers: Pull the plug, press and hold the reset button, plug the device and wait until the PWR LED starts flashing slowly (almost immediately). Now release the reset button and upload the firmware by TFTP using the following commands: TFTP commands: tftp tftp> binary 5 of 6 07/04/ :35

6 tftp> trace tftp> get ASUSSPACELINK\x01\x01\xa8\xc0 /dev/null tftp> put openwrt-linux.trx ASUSSPACELINK After this, wait until the PWR LED stops flashing and the device to reboot and you should be set. There's also nice shell script doing this work for you to be at As an alternative (or if this installation routine doesn't do the trick for you) you can always use the ASUS Recovery tool from your utilities CD to upload your openwrt firmware. Another thing is that the ASUS WL500G doesn't seem to revert to the address when starting the boot manager but seems to use the LAN IP address set in NVRAM, so try this address or use the recovery tool if you've got problems flashing your firmware. On the other hand, boot_wait seems to be enabled by default on these devices Siemens Gigaset SE505 The installation procedure is essentially the same as the generic one described above. The only differences are that the bootloader listens on and the IP of the machine sending the new firmware has to be or the router will only accept the first packet. boot_wait seems to be enabled on these devices. 4. Using OpenWrt Please see OpenWrtDocs/Using 5. Troubleshooting If you have any trouble flashing to OpenWrt please refer to OpenWrtDocs/Troubleshooting last edited :32:39 by mbm 6 of 6 07/04/ :35

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP For the Asus WL-500 series a few extra steps are available/needed when you do the initial flashing of your Asus WL-500 series router, compared to the general TFTP flash procedure. To avoid confusing the

More information

This procedure is for Asustek routers WL520gU, WL500w, WL500g, WL500gD (Deluxe), and Wl500gP (Premium) v1 and v2

This procedure is for Asustek routers WL520gU, WL500w, WL500g, WL500gD (Deluxe), and Wl500gP (Premium) v1 and v2 This procedure is for Asustek routers WL520gU, WL500w, WL500g, WL500gD (Deluxe), and Wl500gP (Premium) v1 and v2 Contents Firmware Installation... 2 Windows XP/Vista TFTP Client Instructions... 2 Router

More information

This procedure is for D-Link router DIR320

This procedure is for D-Link router DIR320 This procedure is for D-Link router DIR320 Contents Firmware Installation... 2 Windows XP/Vista TFTP Client Instructions... 2 Router Registration... 5 Router Configuration... 7 Setting your timezone...

More information

Linksys WRT54G v5.0 & 5.1 & 6.0

Linksys WRT54G v5.0 & 5.1 & 6.0 Log in / create account Go Main Page Community portal Current events Recent changes Random page Help Donations Linksys WRT54G v5.0 & 5.1 & 6.0 From DD-WRT Wiki Contents 1 How To Flash 2 Other Notes How

More information

Creative Ways to Void the Warranty on your Wireless Access Point

Creative Ways to Void the Warranty on your Wireless Access Point Or Creative Ways to Void the Warranty on your Wireless Access Point Linksys WRT54G Under the covers Various models WRT54G s Functional Components Firmware Options Making your WRT54G Brick-proof Various

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

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

User can upgrade the firmware directly using the Web or Console.

User can upgrade the firmware directly using the Web or Console. 17. Firmware Upgrade User can upgrade the firmware directly using the Web or Console. Firmware name (current) and applied model: V3K31257_en.all:Vigor 3300B+ 2.5.7 English version. V3K31257_cn.all:Vigor

More information

Linux on Linksys Wi-Fi Routers

Linux on Linksys Wi-Fi Routers Linux on Linksys Wi-Fi Routers By James Ewing Created 2004-08-01 01:00 Hacking this reliable, inexpensive platform can be your first step to a successful wireless project. Chain access points together

More information

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC.

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC. Recovering A Wired Ethernet Device s Firmware Via TFTP This document details the method for recovering a wired Ethernet device s application firmware image via TFTP. This document applies to those ICC

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

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

Connecting CoovaAP 1.x with RADIUSdesk - Basic

Connecting CoovaAP 1.x with RADIUSdesk - Basic 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

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

**Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network.

**Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network. **Note that this must be run from a PC on the same network segment as the NetBotz device, and the NetBotz device MUST be connected to the network.** 1. Download the correct drivers for the USB to Serial

More information

How To Manually Setup Linksys Router Wrt54g Password Protect My

How To Manually Setup Linksys Router Wrt54g Password Protect My How To Manually Setup Linksys Router Wrt54g Password Protect My Admin rights for the Linksys router are required to change any settings. I can't connect to my wireless router's configuration page despite

More information

Setting up the SL Screen on your wireless network

Setting up the SL Screen on your wireless network Setting up the SL Screen on your wireless network In order to be able to update your screen via www.topazcms.com, you need to connect the screen to the internet via your local Wi-Fi network. Please follow

More information

IPR10. Quick Start Guide and Application Notes

IPR10. Quick Start Guide and Application Notes IPR10 Quick Start Guide and Application Notes Model: IPR10 Quick Start and Application Notes The IPR10 is an access router with asynchronous serial RS-232 interface for use with dial-up modems, leased

More information

Tftp Error Code 1 Received File Not Found Cisco

Tftp Error Code 1 Received File Not Found Cisco Tftp Error Code 1 Received File Not Found Cisco Aug 31, 2014. Error message(code:0) Bootloader tftp error received on SM1/0 in any capacity before and I am not quite sure how to update/install the bootloader.

More information

Netgear Router Firmware Upgrade Failed Wnr2000

Netgear Router Firmware Upgrade Failed Wnr2000 Netgear Router Firmware Upgrade Failed Wnr2000 Get product support for your WNR1000v3 - N150 Wireless Router. FAQs, user guides, downloads, software & firmware updates and contact NETGEAR Support. Fortunately,

More information

ShenZhen Foscam Intelligent Technology Co., Ltd

ShenZhen Foscam Intelligent Technology Co., Ltd ShenZhen Foscam Intelligent Technology Co., Ltd Quick Installation Guide-For MAC users Packing List 1) IP CAMERA X 1 2) Wi-Fi Antenna (only available for wireless model) 3) DC Power Supply X 1 4) Network

More information

Quick Installation Guide

Quick Installation Guide V38.01 IP Wireless / Wired Camera Quick Installation Guide (For Windows OS) ShenZhen Foscam Intelligent Technology Co., Ltd Packing List Quick Installation Guide 1) IP CAMERA X 1 2) Wi-Fi Antenna (only

More information

M2M Router User Manual (Extract)

M2M Router User Manual (Extract) M2M Router User Manual (Extract) v1.9 Rev: 1.9 2017-06-29 1. Starting the router 1.1 Cable connection 1. Mount a 2G/3G or 4G or an LTE 450/CDMA 450 SMA antenna to the Antenna titled SMA-M interface (according

More information

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual HOME AUTOMATION, INC. Model 93A00-1 Serial Server User s Manual Document Number 93I00-1 Rev. A December, 2009 Introduction The 93A00-1 is a RS232/RS485 to TCP/IP converter integrated with a robust system

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

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

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

Multi-Function Wireless A/P Router User s Guide

Multi-Function Wireless A/P Router User s Guide Multi-Function Wireless A/P Router User s Guide Model CNWR-811P Wireless Access Point Router W / Printer Sharing TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...1 CNWR-811P Features...1 Package Contents...3

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

Multi-Homing Broadband Router. User Manual

Multi-Homing Broadband Router. User Manual Multi-Homing Broadband Router User 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

PreLab for CS356 Lab NIL (Lam) (To be submitted when you come for the lab)

PreLab for CS356 Lab NIL (Lam) (To be submitted when you come for the lab) PreLab for CS356 Lab NIL (Lam) (To be submitted when you come for the lab) Name: UT EID: 1. Differentiate between Routers, Switches, and Hubs. 2. Explain subnet masks. 3. For this lab, where is subnet

More information

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets.

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets. Broadband Setup from A to Z Print out all the info below and get to work...have fun!! A word of caution! It is very important that you SECURE your wireless network using WEP or WPA encryption (password).

More information

IPS-2101h. Quick Installation Guide V1.0

IPS-2101h. Quick Installation Guide V1.0 IPS-2101h Quick Installation Guide V1.0 ArtDio IPS-2101h VoIP Gateway Package content: One IPS-2101h VoIP Gateway One Power Adaptor One RJ 45 Ethernet Cable One RJ-11 Telephone Cable Quick Installation

More information

Initial flashing instruction

Initial flashing instruction = D-Link DIR-300 Rev.A = Airlink101 AR430W = Airlink101 AR335W Contents 1 Initial flashing instruction 1.1 Install RedBoot 1.2 Install DD-WRT 1.3 Recovery and Upgrade 1.4 Redboot access script for Windows

More information

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

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

More information

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

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev.

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev. Management Software AT-S101 User s Guide For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch Version 1.0.0 613-000985 Rev. A Copyright 2008 Allied Telesis, Inc. All rights reserved. No part

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

Troubleshooting the Security Appliance

Troubleshooting the Security Appliance CHAPTER 43 This chapter describes how to troubleshoot the security appliance, and includes the following sections: Testing Your Configuration, page 43-1 Reloading the Security Appliance, page 43-6 Performing

More information

Complete Sputnik step-by-step documentation. Troubleshooting

Complete Sputnik step-by-step documentation. Troubleshooting Complete Sputnik step-by-step documentation. Troubleshooting Troubleshooting 1 Troubleshooting Sputnik Agent Firmware 1.1 1.2 Sputnik Agent Error Messages 4 Ensuring that Sputnik Agent can communicate

More information

BEFCMU10 EtherFast Cable Modem with USB and Ethernet Connection. 12V-DC (0.6A min) power is connected. OFF

BEFCMU10 EtherFast Cable Modem with USB and Ethernet Connection. 12V-DC (0.6A min) power is connected. OFF LED Table LED Color Mode Function Power Green ON 12V-DC (0.6A min) power is connected. OFF Power is not connected, power supply is incorrect or bad, or BEFCMU10 is bad. Activity Green ON Connection to

More information

Wireless Access Point User Manual Linksys Router With 4-port Switch

Wireless Access Point User Manual Linksys Router With 4-port Switch Wireless Access Point User Manual Linksys Router With 4-port Switch Switches VPN Routers Security Camera Systems Access Points Accessories Manually configuring the wireless network of your Linksys Dual-Band

More information

27 ThinManager Troubleshooting Guide

27 ThinManager Troubleshooting Guide 27 ThinManager Troubleshooting Guide This is a list of common configuration errors and a guide for fixing them. Note: When any problem arises, check Downloads at www.thinmanager.com for the latest firmware

More information

Objectives. Classes of threats to networks. Network Security. Common types of network attack. Mitigation techniques to protect against threats

Objectives. Classes of threats to networks. Network Security. Common types of network attack. Mitigation techniques to protect against threats ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Enterprise Network Security Describe the general methods used to mitigate security threats to Enterprise networks

More information

Part I: External Installation Direction

Part I: External Installation Direction Part I: External Installation Direction A. Check the parts in your box CPE SET 1 DC 12V/1.5A Power Adapter 1 PoE DC Injector 1 Hose Clamps 2 Manual & QIG CD 1 Paper QIG 1 B. How to fix the CPE on the Pole

More information

ADSL2+ 4-Port Modem Router Quick Setup Guide RTA1335

ADSL2+ 4-Port Modem Router Quick Setup Guide RTA1335 ADSL2+ 4-Port Modem Router Quick Setup Guide RTA1335 Important This Guide is intended to get you started quickly. We have made the factory default setting of this router suitable for New Zealand 1. All

More information

PMT-Series Encrypted Ethernet Tunnel

PMT-Series Encrypted Ethernet Tunnel PMT-Series Encrypted Ethernet Tunnel Product Family User s Guide Revised September 20, 2007 Firmware Version 1.x FCC Statement This device complies with the limits for a Class A digital device, pursuant

More information

DBConnect. Copyright 2008 Cybercom Software.

DBConnect. Copyright 2008 Cybercom Software. DBConnect 2 DBConnect 1 Welcome to DBConnect 1.1 Introduction Welcome to DBConnect. This utility is a part of the PhonePad system, and is used to tell PhonePad how and where to connect to your PhonePad

More information

ADSL X4 U S E R S G U I D E

ADSL X4 U S E R S G U I D E ADSL X4 U S E R S G U I D E NOTICE This document contains proprietary information protected by copyright, and this Manual and all the accompanying hardware, software, and documentation are copyrighted.

More information

Multi-site Configuration and Installation Guide Port Forwarding Option

Multi-site Configuration and Installation Guide Port Forwarding Option Multi-site Configuration and Installation Guide Port Forwarding Option V1.0 7-24-2006 Overview What this guide covers This guide will assist you in setting up a Wide Area Network (WAN) that allows your

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

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal Tasks: Time: 2:00 hrs (Task 1-6 should take 45 min; the rest of the time is for Ethereal) 1 - Verify that TCP/IP is installed on

More information

USB2Wifi Patch Notes

USB2Wifi Patch Notes USB2Wifi Patch Notes Version 0.95ex (Experimental Patch) April 16, 2018 This document explains changes made to the USB2Wifi firmware since the previous patch v0.94.3. This document should be accompanied

More information

Broadband Router. User s Manual

Broadband Router. User s Manual 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 Diagram...7

More information

UTM Content Security Gigabit Gateway CS-950

UTM Content Security Gigabit Gateway CS-950 UTM Content Security Gigabit Gateway CS-950 Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Hardware Introduction... 4 2.1 Hardware Interface... 4 2.2 Hardware Installation... 6

More information

Lab 6.2.7a Managing Switch Operating System Files

Lab 6.2.7a Managing Switch Operating System Files Lab 6.2.7a Managing Switch Operating System Files Objective Create and verify a basic switch configuration. Backup the switch IOS to a TFTP server and then restore it. Background/Preparation Cable a network

More information

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists Name: In this lab you will learn: PartA Cisco 2600 Router Configuration Static Routing PartB 20 min Dynamic

More information

Upgrade 6081RC Firmware

Upgrade 6081RC Firmware 6081RC Upgrade procedure for firmware and CoMon bootloader Date Action Sign-off 1/22/2009 Write initial upgrade procedure for firmware & CoMon bootloader Nathan Meyer 1/27/2009 Edit to simplify procedure

More information

Microsoft Wireless Router Manual Linksys Password Resetting My

Microsoft Wireless Router Manual Linksys Password Resetting My Microsoft Wireless Router Manual Linksys Password Resetting My Hey, Does anyone know how to reset the password for my wireless router? to reset wireless router password? Press and hold the reset button

More information

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

Everyone will be working with a minimum of seven files on the network. All computers in the network must be able to connect to the laser printer.

Everyone will be working with a minimum of seven files on the network. All computers in the network must be able to connect to the laser printer. Purpose - Why the Client Needs the Network: The client needs the network for their office in a nearby town for their small company Mesh Networking Solutions. These people are all using stand-alone computer

More information

Troubleshooting. Testing Your Configuration CHAPTER

Troubleshooting. Testing Your Configuration CHAPTER 82 CHAPTER This chapter describes how to troubleshoot the ASA and includes the following sections: Testing Your Configuration, page 82-1 Reloading the ASA, page 82-8 Performing Password Recovery, page

More information

Step 2. Brun Windows Password Recovery Enterprise to

Step 2. Brun Windows Password Recovery Enterprise to How to use Windows Password Recovery Enterprise? Windows Password Recovery Enterprise 6.0 is an easy-to-use tool designed for resetting local administrator or domain administrator passwords on any Windows

More information

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / Version Description Date. 0.1 Initiate 2014-Jun-21

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / Version Description Date. 0.1 Initiate 2014-Jun-21 Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

Contents Summary... 3 Introduction... 5 User-define Terminal Parameters... 6 Fault Exclude... 14

Contents Summary... 3 Introduction... 5 User-define Terminal Parameters... 6 Fault Exclude... 14 Contents Summary... 3 Safety Precaution... 3 Product Introduction... 4 Interface Description... 4 Introduction... 5 Packing List... 5 Wiring... 5 User-define Terminal Parameters... 6 Login Webpage... 6

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

NET+Works with GNU Tools Getting Started Guide

NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide Operating system/version: 6.3 Part number/version: 90000718_C Release date: March 2006 www.digi.com 2006 Digi

More information

2. PRINT SERVER INSTALLATION...

2. PRINT SERVER INSTALLATION... TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...4 NETWORK ENVIRONMENT...5 2. PRINT SERVER INSTALLATION...6 PREPARATION...6 CONFIGURATION

More information

CS 386M Lab 1 Router Configuration and Routing

CS 386M Lab 1 Router Configuration and Routing CS 386M Lab 1 Router Configuration and Routing In this lab you will learn: PartA Cisco 2600 Router Configuration Static Routing PartB 30 min Dynamic Routing PartC 40 min Explore! Components used in this

More information

Lab - Connect to a Router for the First Time

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

More information

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

How to Set-up Your DVR/NVR on a Network

How to Set-up Your DVR/NVR on a Network How to Set-up Your DVR/NVR on a Network Ok, you wanna view your cameras over the Internet, but you don't know how? So, you opened this guide and now you're looking at it and you're like "What!?" There's

More information

How to Set-up the Ethernet Adapter

How to Set-up the Ethernet Adapter How to Set-up the Ethernet Adapter How to setup the Ethernet Adapter Step 1 The computer's Ethernet port needs to be configured with a static IP address. Usually Ethernet ports are set up for DHCP, which

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

Managing Software. Upgrading the Controller Software. Considerations for Upgrading Controller Software

Managing Software. Upgrading the Controller Software. Considerations for Upgrading Controller Software Upgrading the Controller Software, on page 1 Considerations for Upgrading Controller Software, on page 1 Upgrading Controller Software (GUI), on page 2 Upgrading Controller Software (CLI), on page 5 Predownloading

More information

Network USB over IP Server With 1-USB2.0 Port. User Manual V1.0

Network USB over IP Server With 1-USB2.0 Port. User Manual V1.0 Network USB over IP Server With 1-USB2.0 Port User Manual V1.0 1 2 TABLE OF CONTENTS COPYRIGHT...4 1. INTRODUCTION...5 PRODUCT OVERVIEW...5 COMPONENTS AND FEATURES...5 HARDWARE INSTALLATION...5 2. THE

More information

Step-by-step guide to unbrick TP-Link Archer C9 v1 and revert to stock using serial recovery

Step-by-step guide to unbrick TP-Link Archer C9 v1 and revert to stock using serial recovery Step-by-step guide to unbrick TP-Link Archer C9 v1 and revert to stock using serial recovery Contents 1 Read first... 2 2 Equipment needed... 2 3 Step-by-step guide... 3 3.1 Open the case... 3 3.2 Connect

More information

Troubleshooting Can not access the router on

Troubleshooting Can not access the router on Troubleshooting Can not access the router on 192.168.0.1 Please note that when accessing the router s Web interface via http://192.168.0.1 you are not accessing some web site on the Internet. The router

More information

User Manual HIGHPOWER TM TOUCH SCREEN WI-FI RANGE EXTENDER S1

User Manual HIGHPOWER TM TOUCH SCREEN WI-FI RANGE EXTENDER S1 User Manual HIGHPOWER TM TOUCH SCREEN WI-FI RANGE EXTENDER S1 1 Table of Contents INTRODUCTION...4 Product view...4 Package Contents...5 Product Description...5 SETUP GUIDE (TOUCH SCREEN)...6 Find a Setup

More information

Microsoft Wireless Router Manual Linksys Password Resetting

Microsoft Wireless Router Manual Linksys Password Resetting Microsoft Wireless Router Manual Linksys Password Resetting Connect to the internet through your wireless router. If you want information about your Linksys router model, Test Network and Internet Latency

More information

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

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

More information

Managing Controller Software and Configurations

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

More information

HandyTone-701 User Manual (Automatic Provisioning Version)

HandyTone-701 User Manual (Automatic Provisioning Version) HandyTone-701 User Manual (Automatic Provisioning Version) Ver1.0.1 2017/08/22 created Copyright 2017 cloudippbx.com Thank you for purchasing Grandstream HT-701. Make sure and acknowledge that you have

More information

ICTP 2012 Mesh Networking Lab. Part 1. last updated: Feb 2012

ICTP 2012 Mesh Networking Lab. Part 1. last updated: Feb 2012 ICTP 2012 Mesh Networking Lab Part 1 Sebastian Buettrich sebastian@less.dk last updated: Feb 2012 Lab Flashing a wireless device OpenWRT based mesh nodes on mixed hardware (Linksys WRT54G, Ubiquiti Pico,

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

KX GPRS M2M I-NET. User s Guide. Version: 1.0. Date: March 17, KORTEX PSI 3 Bd Albert Camus Tel:

KX GPRS M2M I-NET. User s Guide. Version: 1.0. Date: March 17, KORTEX PSI 3 Bd Albert Camus Tel: KX GPRS M2M I-NET User s Guide Version: 1.0 Date: March 17, 2011 KORTEX PSI 3 Bd Albert Camus Tel: +33-1-34043760 e-mail: contact@kortex-psi.fr Revision History Version Date Changes 1.0 March 17, 2011

More information

2Wire IG 2700 ADSL Router. RJ45 connecting cable

2Wire IG 2700 ADSL Router. RJ45 connecting cable Technical Support Information Case 6. BT 2Wire 2700 ADSL Router (BT Business Hub) configuration to allow a BT Versatility Broadband Module (BBM) IP Gateway connection for VoIP (IP Trunks and IP Extensions)

More information

Installation and Programming Manual

Installation and Programming Manual Installation and Programming Manual UT-4 v2.0 Communication Interface 1. Introduction The UT-4 interface enables communication with various devices equipped with serial port trough a computer network.

More information

Contents. Introduction. Firmware ASUS WL500W. Asus_WL-500W

Contents. Introduction. Firmware ASUS WL500W. Asus_WL-500W Contents 1 ASUS WL500W 2 Introduction 3 Firmware 4 Initial Prep 5 Using Telnet or SSH to install the printer driver 6 Configure the Printer from a Windows/Linux Client 7 Adding USB Storage 8 Installing

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

Bridge Cable User s Guide

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

More information

Heatmiser Netmonitor v3

Heatmiser Netmonitor v3 Heatmiser Netmonitor v3 Technical Set-Up (Firmware Version 3.5 or above) Function Page Number Connecting to your Netmonitor 2 Changing the Netmonitor IP address 4 Accessing the Netmonitor over the Internet

More information

Broadband Router DC 202

Broadband Router DC 202 Broadband Router DC 202 Full Manual Table of Contents DC-202 xdsl/cable Broadband router REQUIREMENTS...4 INTRODUCTION...4 DC-202 Features...4 Internet Access Features...4 Advanced Internet Functions...5

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

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

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

More information

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

2) INSERT THE SETUP CD

2) INSERT THE SETUP CD 1 2 3 1) POWER UP After you have correctly connected your Range Extender to an available Ethernet port on your Network, please power on the Extender and a PC that is also on the netw ork.. 2) INSERT THE

More information

Chapter 11. Configuring and Testing Your Network

Chapter 11. Configuring and Testing Your Network Chapter 11 Configuring and Testing Your Network CCNA1-1 Chapter 11 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario.

More information

Plus-X 600. Installation and Operation Manual

Plus-X 600. Installation and Operation Manual Plus-X 600 Installation and Operation Manual Table of Contents Introduction... 1 Compatibility... 1 Unpacking... 1 Front Panel Indicators... 2 Hardware Configuration... 2 Installation... 4 Software Configuration...

More information

VG422R. User s Manual. Rev , 5

VG422R. User s Manual. Rev , 5 VG422R User s Manual Rev 1.0 2003, 5 CONGRATULATIONS ON YOUR PURCHASE OF VG422R... 1 THIS PACKAGE CONTAINS... 1 CONFIRM THAT YOU MEET INSTALLATION REQUIREMENTS... 1 1. INSTALLATION GUIDE... 2 1.1. HARDWARE

More information