TN Using FileZilla FTP Server with a DT80 Series Logger

Size: px
Start display at page:

Download "TN-0043. Using FileZilla FTP Server with a DT80 Series Logger"

Transcription

1 Using FileZilla FTP Server with a DT80 Series Logger File Transfer Protocol (FTP) is used by the datataker DT80 range data loggers when pushing data to a file server. This server could be located remotely over a Wide Area Network (WAN) such as the internet, or locally over a Local Area Network (LAN). WAN FTP services are abundant and can be purchased for a low yearly rate depending on the amount of data you wish to send to the server. On the other hand if you want to host your data on a local computer then you need to install FTP server software. FileZilla is an FTP server program intended to be installed on a PC running Windows. It will allow this PC to become a host to which any number of datataker data loggers can store their data. This document briefly describes the installation process and basic configuration of FileZilla and shows how to send data to that PC from any datataker DT80 range data logger. 1 Prerequisites TN Connecting a DT80 Range Logger to an Ethernet Modem OR TN Connecting a DT80 Range Logger to a Local Area Network 2 Required Equipment datataker DT80 series data logger Host PC Running Windows (2000,XP or Vista) with a network/internet connection 3 Process 3.1 Obtain and set the static IP address for the server The host computer/server requires a static IP address (one which will not change) instead of a dynamic, DHCP assigned IP address (one that changes with time). This is important because the datataker will attempt to send data to a single address so it must be consistent. If you are connecting the datataker and PC to a LAN then you may need to consult your network administrator in order to obtain a static IP address so as to avoid conflicts with the dynamic ranges. If you do not have a network administrator then you will need to determine your own static IP address and check your router settings to ensure that your dynamic IP range does not include this IP address. Once a static IP address for the host PC can be established you will need to complete the steps shown in section below. If you are connecting the logger directly to the PC via a crossover cable then you can use the IP address , subnet mask and gateway and follow the steps in section below. NOTE: The following steps may affect the ability of the host PC connecting to other networks. Ensure that you use an IP address which does not conflict with any other network device connected to the PC (such as wireless). Page 1 of 8

2 3.1.1 Determine the Default Gateway and Subnet Mask These steps can be skipped if the host PC and datataker are connected via an Ethernet Crossover cable, or if you already know your Default Gateway and Subnet Mask. 1. Click Start, Click Run 2. Type CMD into the text box and click OK 3. You will see a black DOS window appear, in this window type IPCONFIG and press ENTER 4. A response will be given including the IP address of the Local Area Connection, note down the IP Address, Subnet Mask and Default Gateway Changing the Network IP address settings 1. Click Start, click Control Panel, click Network and Internet Connections, and then click Network Connections. 2. Right-click the network connection to which the datataker is also connected, and then click Properties. 3. On the General tab, click Internet Protocol (TCP/IP) in the This connection uses the following items list, and then click Properties. 4. On the General tab, click Use the following IP address. Configure the entries as follows: o IP Address: The static IP address you chose for this server PC (for example, a direct connection to the datataker should use ). o Subnet Mask: Use the subnet mask identified in or if you have a direct connection to the datataker. o Default Gateway: Use the default gateway identified in or leave blank if you have a direct connection to the datataker. 5. Click OK. 3.2 Download FileZilla In your web browser go to Download/Save the recommended Server version (at the time that this document was written the file and version was FileZilla_Server-0_9_37.exe ) Page 2 of 8

3 3.3 Install FileZilla Run the executable file Install using the options shown in the following screenshots Page 3 of 8

4 When the installation is complete click Close, the server will now start automatically 3.4 Configure FileZilla On the Connect to Server dialog use the address and port 14147, enter the password admin Click OK Click Edit > Users, the Users window will now appear Page 4 of 8

5 Click the Add button in the Users group box to the right When the Add user account dialog appears, enter any username that you wish to use. In this example the user name is user1. Ignore the group option Click OK. The username will now be shown in the list within the Users group box to the right. Click the user name in the list then click the Password tick-box Enter in a password for the user (this may be different to the administration password) into the password field. Page 5 of 8

6 You should now have a screen that looks like this: Click Shared folders in the Pages list to the left of the window Click the Add button under the Shared folders list When the Browse for Folder dialog appears, select a folder on the host PC where you want to store the data being sent from the logger(s). Click OK Page 6 of 8

7 The shared folder will now appear in the list. With the shared folder selected, tick the boxes as shown on the left to set read/write permissions for the datataker. Click Set as home dir, you should see an H next to the folder name. Click OK Testing the FileZilla FTP server on the PC Your FileZilla server set up is now complete. To test this we will firstly use the same PC to ensure that the server software is working. Open an explorer window (Start+E) Type the address ftp:// / into the address bar as shown below. When prompted for a username and password, type in those you created earlier, in this case we have the username user1 and password password. You should now be shown a blank window, right-click in the blank space and click New>Folder and give the folder any name. This ensures that you have read/write permissions. Page 7 of 8

8 3.5 Configure the datataker Configure the network on the datataker Use the default Ethernet profile settings in the logger. To restore these settings you can use the FACTORYDEFAULTS command through a command window Manual data transfer To copy data to your FileZilla server you will need to execute the following COPYD command: COPYD dest=ftp://user1:password@server_ip_address/ Where: user1 is the username created earlier for the FileZilla server password is the password defined for the above user server_ip_address is the IP address of the FileZilla server. You can also specify a folder and/or filename to the end of the dest option, which will place the file in a different location which is useful for organising your data if you have more than one logger. e.g. dest=ftp://user1:password@ /logger1/ or dest=ftp://user1:password@ /logger2/datafile.csv There are many options that can be used with the COPYD command, including data format (CSV or DBD), start and end times and many more. To see a list of these options and their functionality please see the datataker user manual Automatic data transfer Automatic data transfer is useful when the logger needs to operate over a long period of time or when data needs to be transferred regularly to ensure adequate storage space on the logger. To implement automatic data transfer on the logger you will need to use the same COPYD code as described in section above, however it must be enclosed within a DO statement and placed into your datataker program. For example: BEGIN"FTP_TEST" LOGON RA1M VEXT("External Voltage") RB12H DO{COPYD start=new dest=ftp://user1:password@ /} END This program will log the external supply voltage and unload this data to an FTP server every 12 hours. Each file will consist of only the new data and will have a dynamic filename generated by the logger. For customer service, call To fax an order, use Visit us online: Thermo Fisher Scientific Australia Pty Ltd. All rights reserved. A.B.N

RADAR NETWORK SETUP WITH WINDOWS XP/VISTA

RADAR NETWORK SETUP WITH WINDOWS XP/VISTA RADAR NETWORK SETUP WITH WINDOWS XP/VISTA These instructions are for setting up a Network between RADAR and a PC. To use RADAR s FTP client a 3 rd party FTP Server is needed such as FileZilla Server. This

More information

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products:

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products: IMPORTANT! This Guide refers to the following Products: Configuring Your Router With Your Modem Please read the following carefully; Synopsis: A standard (Wireless) Router does not come equipped with the

More information

Self Help Guide. Please read the following carefully; Synopsis: Requirements: A Computer with a working RJ45 LAN Port All Belkin Modem Routers

Self Help Guide. Please read the following carefully; Synopsis: Requirements: A Computer with a working RJ45 LAN Port All Belkin Modem Routers IMPORTANT! This Guide refers to the following Products: Establishing A Connection From PC To Router Please read the following carefully; Synopsis: This Self-Help Guide is designed to assist you if you

More information

D-Link DAP-1360 Repeater Mode Configuration

D-Link DAP-1360 Repeater Mode Configuration D-Link DAP-1360 Repeater Mode Configuration Outline 1. Package Contents 2. System Requirements 3. Hardware Overview Connections LED s WPS LED/Button 4. Default Settings 5. Configuring your LAN Adapter

More information

PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications

PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications PC/POLL SYSTEMS supports native TCP/IP polling for the SPS2000 cash register. It is recommended users have the register updated

More information

Recommended Network Setup

Recommended Network Setup Recommended Network Setup Greater Giving Event Software uses Windows File Sharing to allow multiple computers to connect to the same database within your network. This document uses Windows XP as the default

More information

Configuration and Access of FTP Server

Configuration and Access of FTP Server Configuration and Access of FTP Server TL-WR1042ND TL-WR1043ND TL-WR2543ND TL-WR842ND This guide applies to all the models above. Rev: 1.0.0 1910010521 CONTENTS Chapter 1. Topology and USB Device...2 1.1

More information

NETWORK SETUP INSTRUCTIONS

NETWORK SETUP INSTRUCTIONS NETWORK SETUP INSTRUCTIONS How to Connect AVTECH Product to Internet To connect AVTECH DVR or network camera to Internet, you need to: 1). Figure out your network environment, and have related IP information

More information

Wireless G Broadband quick install

Wireless G Broadband quick install Wireless G Broadband Router quick install guide Model 503693 INT-503693-QIG-0608-02 Thank you for purchasing the INTELLINET NETWORK SOLUTIONS Wireless G Broadband Router, Model 503693. This quick install

More information

FTP Server Application Guide REV: 1.1.0 1910010819

FTP Server Application Guide REV: 1.1.0 1910010819 FTP Server Application Guide REV: 1.1.0 1910010819 CONTENTS Chapter 1. Topology and USB Device... 1 1.1 Typical Topology... 1 1.2 Special Topology... 2 1.3 USB Device... 3 Chapter 2. Configuration of the

More information

SATO Network Interface Card Configuration Instructions

SATO Network Interface Card Configuration Instructions SATO Network Interface Card Configuration Instructions Table of Contents 1. Reset of wired/wireless interface card... 3 2. Installing the All-In-One Utility (recommended)... 4 3. Configuring wired/wireless

More information

Basics of Port Forwarding on a Router for Security DVR s

Basics of Port Forwarding on a Router for Security DVR s Basics of Port Forwarding on a Router for Security DVR s The basic concept of setting up your router to allow for Off Site access to your DVR involves setting up the two necessary ports the Security DVR

More information

Turn off all of your network devices, including your computer, Modem and the Router.

Turn off all of your network devices, including your computer, Modem and the Router. Note The product model shown in this part is TL-R460, as an example. Turn off all of your network devices, including your computer, Modem and the Router. Connect the WAN port on your Router to the Modem

More information

Please use only wired network connections to configure the router.

Please use only wired network connections to configure the router. Note Please use only wired network connections to configure the router. Connect the WAN port on your Router to the Modem s LAN port with an Ethernet cable. Note If connecting the TL-WR543G to the WISP

More information

Client and Server System Requirements

Client and Server System Requirements Client and Server System Requirements M inimum Server Requirements Motherboard Asus P4P800, Intel 915G, Intel D865PERL CPU Processor Celeron 2.6/Intel P4 2.0 or greater for DVR s with 4-8 channels Intel

More information

Installation and Setup

Installation and Setup Installation and Setup Xoom INDEX Xoom Features/Pictures. Page 2 Accessories.. Page 2 Accessing Users Guides... Page 3 itap RDP mouse modes... Page 3 Setup for Xoom use in the office (Office wireless network)

More information

How to setup PPTP VPN connection with DI-804HV or DI-808HV using Windows PPTP client

How to setup PPTP VPN connection with DI-804HV or DI-808HV using Windows PPTP client How to setup PPTP VPN connection with DI-804HV or DI-808HV using Windows PPTP client Make sure your DI-804HV or DI-808HV is running firmware ver.1.40 August 12 or later. You can check firmware version

More information

STATIC IP SET UP GUIDE VERIZON 7500 WIRELESS ROUTER/MODEM

STATIC IP SET UP GUIDE VERIZON 7500 WIRELESS ROUTER/MODEM STATIC IP SET UP GUIDE VERIZON 7500 WIRELESS ROUTER/MODEM Verizon High Speed Internet for Business Verizon High Speed Internet for Business SETTING UP YOUR NEW STATIC IP CONNECTION AND IP ADDRESS(ES) This

More information

ipad Installation and Setup

ipad Installation and Setup ipad Installation and Setup INDEX ipad Features Page 2 Charging.. Page 2 User Guide... Page 3 Setup for ipad use in the office (Office wireless network) Setup Office computers Verify Remote Desktop is

More information

1 PC to WX64 direction connection with crossover cable or hub/switch

1 PC to WX64 direction connection with crossover cable or hub/switch 1 PC to WX64 direction connection with crossover cable or hub/switch If a network is not available, or if it is desired to keep the WX64 and PC(s) completely separated from other computers, a simple network

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

Please use only wired network connections to configure the Router.

Please use only wired network connections to configure the Router. Note Please use only wired network connections to configure the Router. Power down all of your network devices, including your computer(s) and the Modem Router. If you currently use a modem, disconnect

More information

CHANGE NETWORK SETTINGS Technicolor TG582n

CHANGE NETWORK SETTINGS Technicolor TG582n CHANGE NETWORK SETTINGS Technicolor TG582n Changing the TG582n Network Settings This document will guide you through the process of changing the gateway address and/or DHCP pool settings of your Technicolor

More information

Internet Access to a DVR365

Internet Access to a DVR365 Configuration Details : Internet Access to DVR365 Page : 1 Internet Access to a DVR365 These instructions will show you how to connect your DVR365 to the internet via an ADSL broadband modem/router. The

More information

How to Setup PPTP VPN Between a Windows PPTP Client and the DIR-130.

How to Setup PPTP VPN Between a Windows PPTP Client and the DIR-130. Note: DIR-130 FW: 1.21 How to Setup PPTP VPN Between a Windows PPTP Client and the DIR-130. This setup example uses the following network settings: D-Link Technical Support PPTP VPN Between Windows PPTP

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

4-441-095-12 (1) Network Camera

4-441-095-12 (1) Network Camera 4-441-095-12 (1) Network Camera SNC easy IP setup Guide Software Version 1.0 Before operating the unit, please read this manual thoroughly and retain it for future reference. 2012 Sony Corporation Table

More information

Manual Wireless Extender Setup Instructions. Before you start, there are two things you will need. 1. Laptop computer 2. Router s security key

Manual Wireless Extender Setup Instructions. Before you start, there are two things you will need. 1. Laptop computer 2. Router s security key 1 Manual Wireless Extender Setup Instructions Before you start, there are two things you will need. 1. Laptop computer 2. Router s security key Setting up LAN Static IP on PC We need to set up a Static

More information

1. Hardware Installation

1. Hardware Installation 4 Port 10/100M Internet Broadband Router with USB Printer server Quick Installation Guide #4824904AXZZ0 1. Hardware Installation A. System Requirement Before you getting started, make sure that you meet

More information

Chapter 2 Preparing Your Network

Chapter 2 Preparing Your Network Chapter 2 Preparing Your Network This document describes how to prepare your network to connect to the Internet through a router and how to verify the readiness of your broadband Internet service from

More information

Turn off all of your network devices, including your computer, Modem and the Router.

Turn off all of your network devices, including your computer, Modem and the Router. Note Please use only wired network connections to configure the Router. Turn off all of your network devices, including your computer, Modem and the Router. Connect the WAN port on your Router to the Modem

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

Actiontec GT784WN Router

Actiontec GT784WN Router Table of Contents General Information...1 Verify Computer Settings...1 Router Installation...3 Configuring Your Router...3 Configuring Your Computer...7 Configuring Your Email...9 General Information Router

More information

Software Installation Guide

Software Installation Guide Software Installation Guide This manual explains how to install the software over a USB or network connection. Network connection is not available for models SP 200/200S/203S/203SF/204SF. To manually configure

More information

Prestige 314 Read Me First

Prestige 314 Read Me First Prestige 314 Read Me First Console WAN 10M PORT Prestige Rear Panel Connections CONNECTION Use an RS-232 console cable. Use the cable that came with your broadband modem. LAN 10/100M Port Number COMPUTER

More information

WestermoConnect User Guide. VPNeFree Service

WestermoConnect User Guide. VPNeFree Service WestermoConnect User Guide VPNeFree Service Contents VPNeFree 3 User Portal 4 SSL VPN Client 6 Windows Vista & 7 Settings 7 Testing the Connection 8 Troubleshooting 9 VPNeFree Welcome to the VPNeFree WestermoConnect

More information

DSL- G604T Frequently asked Questions.

DSL- G604T Frequently asked Questions. DSL- G604T Frequently asked Questions. Cannot get connection to the router.... 2 Router is not communicating with the ISP... 6 Router shows connected but cannot browse the Internet.... 6 Part of the web

More information

Document No. FO1001 Issue Date: Draft: Work Group: FibreOP Technical Team October 1, 2013 Final:

Document No. FO1001 Issue Date: Draft: Work Group: FibreOP Technical Team October 1, 2013 Final: Document No. FO1001 Issue Date: Draft: Work Group: FibreOP Technical Team October 1, 2013 Final: Title: Single Static IP Basic Set-up Version 1.1 Summary: Use the following method to perform the basic

More information

Ethernet Connection Setup for CCU

Ethernet Connection Setup for CCU CCU/Laptop Connection Setup for Windows XP o Begin by selecting Control Panel from the Start menu. o Open Network Connections. o Open the Local Area Connection that you normally use with an Ethernet cable

More information

DI-634M. Check Your Package Contents. This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 7.

DI-634M. Check Your Package Contents. This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 7. This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 7. DI-634M 108G MIMO Wireless Router Before You Begin 1. If you purchased this router to share

More information

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide ASUS WL-5XX Series Wireless Router Internet Configuration User s Guide Contents Chapter 1 Introduction:...1 Chapter 2 Connecting the wireless router...1 Chapter 3 Getting to know your Internet connection

More information

Model:BL-WDR3750 750Mbps Wireless Dual Band 11AC Router

Model:BL-WDR3750 750Mbps Wireless Dual Band 11AC Router Quick Installation Guide Model:BL-WDR3750 750Mbps Wireless Dual Band 11AC Router 1.Connecting the device Note: Please use wired network connections only to configure the Router. 1 Connect the WAN port

More information

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Infrastructure Setup Windows XP 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited.

More information

FTP Server Application Guide. Rev: 2.0.0 1910010855

FTP Server Application Guide. Rev: 2.0.0 1910010855 FTP Server Application Guide Rev: 2.0.0 1910010855 Contents Overview... 1 How to access FTP Server... 2 LAN Access... 2 WAN Access... 7 Extended Application... 12 How to create a user account... 12 How

More information

Software Installation Guide

Software Installation Guide Software Installation Guide This manual explains how to install the software over a USB or network connection. Network connection is not available for models SP 200/200S/203S/203SF/204SF. Flowchart The

More information

Multi-Homing Dual WAN Firewall Router

Multi-Homing Dual WAN Firewall Router Multi-Homing Dual WAN Firewall Router Quick Installation Guide M73-APO09-400 Multi-Homing Dual WAN Firewall Router Overview The Multi-Homing Dual WAN Firewall Router provides three 10/100Mbit Ethernet

More information

PIM31 Remote Setup and Operational Procedures

PIM31 Remote Setup and Operational Procedures PIM31 Remote Setup and Operational Procedures 1 Remote Application and TCP/IP Setup PIM31 Remote Control Panel is the software to control the PIM31 unit from any PC using a TCP/IP cable connection. This

More information

Firewall VPN Router. Quick Installation Guide M73-APO09-380

Firewall VPN Router. Quick Installation Guide M73-APO09-380 Firewall VPN Router Quick Installation Guide M73-APO09-380 Firewall VPN Router Overview The Firewall VPN Router provides three 10/100Mbit Ethernet network interface ports which are the Internal/LAN, External/WAN,

More information

Network Setup Guide. 1 Glossary. 2 Operation. 1.1 Static IP. 1.2 Point-to-Point Protocol over Ethernet (PPPoE)

Network Setup Guide. 1 Glossary. 2 Operation. 1.1 Static IP. 1.2 Point-to-Point Protocol over Ethernet (PPPoE) Network Setup Guide 1 Glossary 1.1 Static IP Computers are communicated and recognized by their own unique IP addresses over the Internet. Static IP provided by your ISP (Internet Service Provider) means

More information

a) Network connection problems (check these for existing installations)

a) Network connection problems (check these for existing installations) How do I resolve issues with a Client not connecting to the Best Practice server instance? This FAQ is intended to answer common questions about resolving issues with a Best Practice client not connecting

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Vantage RADIUS 50. Quick Start Guide Version 1.0 3/2005

Vantage RADIUS 50. Quick Start Guide Version 1.0 3/2005 Vantage RADIUS 50 Quick Start Guide Version 1.0 3/2005 1 Introducing Vantage RADIUS 50 The Vantage RADIUS (Remote Authentication Dial-In User Service) 50 (referred to in this guide as Vantage RADIUS)

More information

Use this guide if you are no longer able to scan to Sharpdesk. Begin with section 1 (easiest) and complete all sections only if necessary.

Use this guide if you are no longer able to scan to Sharpdesk. Begin with section 1 (easiest) and complete all sections only if necessary. Use this guide if you are no longer able to scan to Sharpdesk Instructions: Begin with section 1 (easiest) and complete all sections only if necessary. 1 Section 1 Complete pages 3-5. Scan to the desired

More information

How to Remotely View Security Cameras Using the Internet

How to Remotely View Security Cameras Using the Internet How to Remotely View Security Cameras Using the Internet Introduction: The ability to remotely view security cameras is one of the most useful features of your EZWatch Pro system. It provides the ability

More information

FTP Server Application Guide

FTP Server Application Guide FTP Server Application Guide TD-W8968 TD-W8970 / TD-W8970B TD-W8980 / TD-W8980B Rev: 1.0.1 1910010771 Contents Overview... 1 How to access FTP Server... 2 LAN Access... 2 WAN Access... 7 Extended Application...

More information

EDGE FX Network configuration

EDGE FX Network configuration Page 1 of 16 TITLE: Category: EDGE FX Network configuration GERBER EDGE Document Number: 4280 Supplied by: Gerber Service Last Modified: April 14, 2011 Summary: In order to connect an EDGE FX to your PC

More information

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2750U/NRU 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2750U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E)

More information

Canon WFT-E1 (A) Wireless File Transmitter. Network Support Guide

Canon WFT-E1 (A) Wireless File Transmitter. Network Support Guide 1 Canon WFT-E1 (A) Wireless File Transmitter Network Support Guide Windows XP - Infrastructure Wireless Mode Connection 2 Setting up the WFT-E1A on Windows XP Home or Professional Infrastructure Wireless

More information

Symphony Network Troubleshooting

Symphony Network Troubleshooting Symphony Network Troubleshooting Step 1) Review the Networking 101 presentation on the CD included with the Symphony. A basic understanding of networks is essential to this procedure. Step 2) Identify

More information

Setting up and creating a Local Area Network (LAN) within Windows XP by Buzzons

Setting up and creating a Local Area Network (LAN) within Windows XP by Buzzons Setting up and creating a Local Area Network (LAN) within Windows XP by Buzzons Step 1) Open the start menu, navigate to control panel, and select your network card: Step 2) Click the network card, to

More information

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Ad Hoc Setup Windows XP 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited. 1

More information

Remote Desktop How-To. How to log into your computer remotely using Windows XP, etc.

Remote Desktop How-To. How to log into your computer remotely using Windows XP, etc. Remote Desktop How-To How to log into your computer remotely using Windows XP, etc. Overview How XP Remote Desktop works, its features Unattended usage, drag n drop between computers How to set it all

More information

Setting up the Swann HD IP cameras

Setting up the Swann HD IP cameras Setting up the Swann HD IP cameras Connecting the cameras to the network The Swann IP cameras are connected to the network with Category 5/5E/6 cables. The cameras feature Power over Ethernet for ease

More information

Configuring a BEC 7800TN Wireless ADSL Modem

Configuring a BEC 7800TN Wireless ADSL Modem Configuring a BEC 7800TN Wireless ADSL Modem Setting Up the PC Logging into BEC Configuring Wireless Setup Setup Static IP Setup Main Port Finished Firmware Update ATTENTION! Before the modem is programmed

More information

Configuring the CyberData VoIP 4-Port Zone Controller with Audio Out

Configuring the CyberData VoIP 4-Port Zone Controller with Audio Out NetVanta Unified Communications Technical Note Configuring the CyberData VoIP 4-Port Zone Controller with Audio Out Introduction The CyberData Voice over Internet Protocol (VoIP) zone controller enables

More information

Prestige 324. Prestige 324. Intelligent Broadband Sharing Gateway. Version 3.60 January 2003 Quick Start Guide

Prestige 324. Prestige 324. Intelligent Broadband Sharing Gateway. Version 3.60 January 2003 Quick Start Guide Prestige 324 Intelligent Broadband Sharing Gateway Version 3.60 January 2003 Quick Start Guide 1 Introducing the Prestige The Prestige is a broadband sharing gateway with a built-in four-port 10/100 Mbps

More information

Quick Installation Guide DAP-1360. Wireless N 300 Access Point & Router

Quick Installation Guide DAP-1360. Wireless N 300 Access Point & Router DAP-1360 Wireless N 300 Access Point & Router BEFORE YOU BEGIN Delivery Package Access point DAP-1360 Power adapter DC 12V Ethernet cable (CAT 5E) (brochure). If any of the items are missing, please contact

More information

Guide to Setting up Internet Connection Sharing for Windows

Guide to Setting up Internet Connection Sharing for Windows Guide to Setting up Internet Connection Sharing for Windows Document Date: December 20, 2005 Document Version: Version: 1.0 Disclaimer: Please note that this document is provided on an as is where is basis

More information

NXT Controller Manual IP Assignment in WAN Environments Application Note

NXT Controller Manual IP Assignment in WAN Environments Application Note It is difficult to perform NXT controller IP address assignment and auto-configuration when controllers are on different subnets from the local PC (the PC from which the Doors.NET client is run). This

More information

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance.

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance. Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance. Connect to the Access Point with the Ethernet cable or via wireless.the

More information

Application Note Configuring the UGate 3000 for use with ClipMail Pro and ClipExpress

Application Note Configuring the UGate 3000 for use with ClipMail Pro and ClipExpress Application Note Configuring the UGate 3000 for use with Introduction This Application Note guides the ClipMail user through the UGate gateway configuration process by using a simple dial up connection

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

Point to Point Broadband Internet Service Business

Point to Point Broadband Internet Service Business Point to Point Broadband Internet Service Business [Type the company name] USER GUIDE VERSION 1.012010 [Type the document subtitle] Table of Contents Welcome to Point to Point Broadband!... 2 Disclaimer.

More information

How To Remotely View Your Security Cameras Through An Ezwatch Pro Dvr/Camera Server On A Pc Or Ipod (For A Small Charge) On A Network (For An Extra $20) On Your Computer Or Ipo (For Free

How To Remotely View Your Security Cameras Through An Ezwatch Pro Dvr/Camera Server On A Pc Or Ipod (For A Small Charge) On A Network (For An Extra $20) On Your Computer Or Ipo (For Free How to Remotely View Security Cameras Using the Internet Introduction: The ability to remotely view security cameras is one of the most useful features of your EZWatch Pro system. It provides the ability

More information

NETWORK SET UP GUIDE FOR

NETWORK SET UP GUIDE FOR NETWORK SET UP GUIDE FOR USZ11ZS USX21ZS USX31ZAND DVRX16D DVRX32D HDDX13D SUPPORTING ROUTER D-Link Linksys NETGEAR BELKI IP Addresses on the Internet When you connect to the Internet, through dialup connection,

More information

If no telephone is needed, please connect the LINE port of the Modem Router to the wall jack using the telephone line directly.

If no telephone is needed, please connect the LINE port of the Modem Router to the wall jack using the telephone line directly. Note Please use only wired network connections to configure the Router. Power down all of your network devices, including your computer(s) and the Modem Router. If you currently use a modem, disconnect

More information

How to Remotely Access Hikvision Devices User Manual

How to Remotely Access Hikvision Devices User Manual HIKVISION EUROPE B.V. How to Remotely Access Hikvision Devices User Manual (Use to remotely access Hikvision DVR s, NVR s and IP Cameras) Name: Remote Access Publisher: HIKVISION EUROPE B.V. Type: Information

More information

Configuring a customer owned router to function as a switch with Ultra TV

Configuring a customer owned router to function as a switch with Ultra TV Configuring a customer owned router to function as a switch with Ultra TV This method will turn the customer router into a wireless switch and allow the Ultra Gateway to perform routing functions and allow

More information

1 crossover cable. the PCs. network

1 crossover cable. the PCs. network King Abdul-Aziz University Faculty of Computing and Information Technology Department of Information Technology Computer Networks CPIT370 Lab#2: Wired Peer to Peer network and star topology using a switch

More information

Lab 8.4.2 Configuring Access Policies and DMZ Settings

Lab 8.4.2 Configuring Access Policies and DMZ Settings Lab 8.4.2 Configuring Access Policies and DMZ Settings Objectives Log in to a multi-function device and view security settings. Set up Internet access policies based on IP address and application. Set

More information

2 Setting Up the Hardware for a Wired Ethernet Network... 13. 3 Setting Up the Software for an Ethernet Network... 21

2 Setting Up the Hardware for a Wired Ethernet Network... 13. 3 Setting Up the Software for an Ethernet Network... 21 Contents 1 Networking Basics............................................... 1 Selecting a network connection........................................ 2 Wired Ethernet network...........................................

More information

How to convert a wireless router to be a wireless. access point

How to convert a wireless router to be a wireless. access point How to convert a wireless router to be a wireless access point Thanks for purchasing Edimax Wireless Router. This instruction can be applied if you want to keep your wired router and you need Edimax Wireless

More information

Check Your Package Contents. CD-ROM containing Manual and Warranty

Check Your Package Contents. CD-ROM containing Manual and Warranty This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DVA-G3340S Wireless VoIP Router Before You Begin If you purchased this Router to share your

More information

Prestige 650R-31/33 Read Me First

Prestige 650R-31/33 Read Me First Prestige 650R-31/33 Read Me First Prestige Rear Panel Connections PORT DSL CONSOLE LAN 10/100M POWER Connect to a telephone jack using a telephone wire. CONNECTION Connect to a serial port (COM port) on

More information

networking revision B

networking revision B networking revision B Table of Contents Local area network options (Single Main Repeater Systems)... 3 Wired/Wi-Fi connection through Wi-Fi router... 3 Wired connection through router... 4 Direct connection...

More information

Send Video Recordings from the DVR to a FTP Server on your PC

Send Video Recordings from the DVR to a FTP Server on your PC Send Video Recordings from the DVR to a FTP Server on your PC Introduction: The DVR has a useful feature that allows you to download recordings directly to a FTP server on your PC. This is just another

More information

Steltronic Focus. Main Desk Internet connection

Steltronic Focus. Main Desk Internet connection Steltronic Focus Main Desk Steltronic S.p.A. Via Artigianale 34, 25082 Botticino Sera Brescia - Italy Tel: +39 030 2190811 fax: +39 030 2190798 Service: + 39 030 2190830 http: www.steltronic.com Service:

More information

Contents. Section A Networking Basics... 1. 1 Learning the Basics... 3. Section B Wired Ethernet Networking... 17

Contents. Section A Networking Basics... 1. 1 Learning the Basics... 3. Section B Wired Ethernet Networking... 17 Contents Section A Networking Basics...................................... 1 1 Learning the Basics............................................. 3 Selecting a network connection........................................

More information

The PostBase Connectivity Wizard

The PostBase Connectivity Wizard The PostBase Connectivity Wizard The PostBase Connectivity Wizard allows you to easily set up your PostBase postage machine to suit your organization s arrangements. This document will guide you through

More information

Preparing the Windows version of the software for use

Preparing the Windows version of the software for use Preparing the Windows version of the software for use System requirements Component Processor RAM Hard disk Drives Interfaces/network TCP/IP internet protocol Screen Installing the Conference Manager software

More information

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012 Quick Note 32 Using Digi RealPort with a Digi TransPort Router UK Support September 2012 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Version... 3 2 Configuration & scenario...

More information

EnGenius ERB9250 300M Range Extender. Quick Start Guide

EnGenius ERB9250 300M Range Extender. Quick Start Guide EnGenius ERB9250 300M Range Extender Quick Start Guide Package Contents One ERB9250 300M Range Extender One 12V/1A power adapter Two 2dBi 2.4GHz SMA antennas One Ethernet cable One CD-ROM with user s manual

More information

Quick Installation Guide DIR-620. Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch

Quick Installation Guide DIR-620. Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch DIR-620 Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch BEFORE YOU BEGIN Delivery Package Multifunction wireless router DIR-620 Power adapter DC 5V/2.5A Ethernet cable

More information

DVG-2101SP VoIP Telephone Adapter

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

More information

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance.

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance. Note The product model shown in this QIG is TL-WA701ND, as an example. Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance.

More information

DIR-100. Before You Begin. Check Your Package Contents. Triple Play Router

DIR-100. Before You Begin. Check Your Package Contents. Triple Play Router This product can be set up using a current web browser. DIR-100 Triple Play Router Before You Begin Make sure you have all the necessary information and equipment on hand before beginning the installation.

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

Prestige 324 Quick Start Guide. Prestige 324. Intelligent Broadband Sharing Gateway. Version V3.61(JF.0) May 2004 Quick Start Guide

Prestige 324 Quick Start Guide. Prestige 324. Intelligent Broadband Sharing Gateway. Version V3.61(JF.0) May 2004 Quick Start Guide Prestige 324 Intelligent Broadband Sharing Gateway Version V3.61(JF.0) May 2004 Quick Start Guide 1 1 Introducing the Prestige The Prestige is a broadband sharing gateway with a built-in four-port 10/100

More information

P-660R-TxC Series. ADSL2+ Access Router. Quick Start Guide

P-660R-TxC Series. ADSL2+ Access Router. Quick Start Guide P-660R-TxC Series ADSL2+ Access Router Quick Start Guide Version 3.40 Edition 1 2/2006 Overview The P-660R-TxC ADSL2+ access router is the ideal device for small networks connecting to the Internet via

More information

DSL-G604T Install Guides

DSL-G604T Install Guides Internet connection with NAT...2 Internet connection with No NAT, IP Un-number...6 Port Forwarding...12 Filtering & Firewall Setup...20 Access Control... 21 DMZ Setup... 26 Allow Incoming Ping... 27 How

More information