esx Client and isx Web Server SCENIX Application Note Overview 2.0 esx Client Client esx Board SMTP Server (EServ)

Size: px
Start display at page:

Download "esx Email Client and isx Web Server SCENIX Application Note 32 1.0 Overview 2.0 esx Email Client Email Client esx Board SMTP Server (EServ)"

Transcription

1 User s Guide for esx Client and isx Web Server Evaluation Board SCENIX Application Note 32 Christopher Waters Jud Bond December Overview This tutorial is intended to provide information on the esx client and the isx Web server. The tutorial covers how to connect the demonstration hardware, how to configure the Virtual Peripheral on the SX, and how to configure server software on a PC. Section 2.5 contains answers to some of the frequently asked questions about the esx. 2.0 esx Client Internet uses two protocols to deliver to, and from, an client. These protocols are the Post Office Protocol (POP or POP3 1 ) and the Simple Message Transfer Protocol (SMTP). POP3 is used by the client to receive and SMTP is used by the client to send . Any transaction requires a client and a server. Usually the client is an program such as Microsoft Outlook, Eudora, or Netscape Messenger. The server is usually located at an Internet Service provider (ISP). SMTP is used by the client to connect to the ISP's mail server to send s. When the client want to receive it uses the POP3 protocol to ask the ISP's mail server if there are any s waiting, and if there are then POP3 is also used to retrieve them. If a client is sending an to another client connected to the same ISP (e.g. between two users within the same company), then once the message has been sent to the server from the first client with SMTP, it can be retrieved by the second client using POP3. Most of the time, however, the destination address of an is not on the local server. To send an to a client which does not connect to the local SMTP server requires a feature called SMTP relay. When an SMTP server relays, it sends the message on to another server on behalf of the requesting client. Since relaying can be used by spammers to send using other peoples SMTP server it is a feature which is often restricted or turned off. Both SMTP and POP3 are client-server, transaction oriented, text based protocols. They proceed lock-step, with the client sending requests to the server and modifying its behaviour based upon response codes. esx Board esx retrieves using POP3 Figure Data Flow Using SMTP esx Board esx sends s using SMTP Addresses to demo.sx Host PC Client Mail to demo.sx Sent using SMTP SMTP Server Host PC (EServ) Client Client retrieves using POP3 as user joe SMTP Server (EServ) Figure Data Flow Using POP3 1. Since version 3 is the current, and most widely used, version of POP, it is usually referred to as POP3. Scenix and the Scenix logo are trademarks of Scenix Semiconductor, Inc. All other trademarks mentioned in this document are property of their respective componies Scenix Semiconductor, Inc. All rights reserved

2 User s Guide for esx Client and isx Web Server Evaluation Board AN Connecting the esx The esx/isx demonstration board requires two external connections: Power - A 9-15V AC or DC supply. Serial - The PPP port on the esx port should be connected to a PC serial port. 2.2 Configuring the esx The esx demo board should be programmed with the esx source code. The definitions statements at the top of the source code file determine which components of the stack and which application layer protocols will be used. These options have the following meanings: DEBUG - Enable debugging messages. At many points in the code special debugging messages will be sent to the debug serial port. If this option is disabled no debug messages will be generated and the overall code length will increase. WIN32 - This should be set if the host PC is running Windows (95, 98 or NT). Windows Dial-up Networking needs to be fooled into thinking that it is communicating with a modem. When this option is set, code is included which responds to some of the AT command set, making the PC think that it is dialling a modem. If the option is not set then PPP negotiation can start immediately. This would be the case under Unix operating systems, or if a real modem were being used as the physical interface. WIN98 - This option should be set if the host PC is Windows 98. UDP - Include the UDP protocol in the stack. If this option is not set then UDP will not be included. Note that UDP should be included if the JAVADEMO option is used. TCP - Include the TCP protocol in the stack. Note that TCP is required for HTTPDEMO and SMTPDEMO. HTTPDEMO - Include the HTTP protocol. This option requires TCP. JAVADEMO - Include code for the Java demonstration program. This option requires the HTTPDEMO, TCP and UDP. SMTPDEMO - Include code for SMTP. This option requires TCP. ADCDEMO - Include code for the Analog to digital conversion daughter board. This option requires SMTP- DEMO and TCP. POP3DEMO - Include the POP3 protocol. This option requires TCP. POP3DEBUG - Include debugging code for the POP3 protocol. This option implies that POP3DEMO and TCP are set. UDPDEMO - Enables the UDP code described in AN23 (cannot be used with JAVADEMO). The esx can be configured to either send with SMTP or to receive with POP3. Currently these options are mutually exclusive, so either the POP3 options or the SMTP options should be set, but not both SMTP Configuration In the source code you should change the address of the recipient to the address you want to receive the s from the esx. This address could be a real address if you will be connecting to a network, or a dummy address like joe@demo.sx if you will be using the host PC standalone. The recipient address is on a line which starts with _SMTPRCPT in about the middle of the file POP3 Configuration In the source code you should configure the IP address of the POP3 server, user name and password that will be used. The POP3 server address is set by the POP3Address constant. If EServ is being used this should be set to The POP3 user name and password should be set in the _POP3USER and _POP3PASS constants. If you follow the EServ instructions in Section then these should both be set to esx. 2.3 Configuring the Host PC Sending an from the esx requires a methd of routing the from the SX, through the host PC used for the demonstration, to the final destination. There are several different scenarios: 1. The host PC does IP packet forwarding and an SMTP server is available elsewhere on the network. 2. An SMTP server is running on the host PC, the destination address of the messages is the host PC 2 and the host PC is not connected to a network. 3. An SMTP server is running on the host PC and the destination address of the messages is elsewhere on the Internet. Scenario 1 is the configuration most likely to be used in practice. However it has two drawbacks: it requires an operating system capable of IP packet forwarding; and it requires a system administrator to modify the network routing tables. For experiemental, and demonstration purposes, scenarios 2 and 3 are more appropriate. Both of these scenarios require an SMTP server to be running on the host PC. Any SMTP server can be used for the task. The instructions that follow are for the EServ shareware SMTP server 3 version The remainder of this document focuses on scenario Installing and Configuring EServ Install Eserv on the host PC in any directory. EServ is only active while the application program is running. This is different from some SMTP servers which install themselves as services which run at startup. Several parameters in EServ need to be set. To be able to send s to any address on the Internet do the following 4 : 2. This is the simplest scenario to configure and should be a starting point. 3. EServ is available from Scenix Semiconductor, Inc. All rights reserved

3 AN32 User s Guide for esx Client and isx Web Server Evaluation Board Under Scheduler/Tasks/SMTPSEND the command- Line property needs to be modified to reflect the SMTP server which will be used to deliver to non-local addresses. Non-local addresses can be thought of as any existing address. In the commandline property, after the -s switch, change the name of the SMTP server to the name of the SMTP server you normally use to send . To see what this is you can look in the Options... or Accounts... dialog box in your normal client. Under Scheduler/Tasks/SMTPSEND the Active property should be changed to Yes. To be able to receive s on the host PC without being connected to a network, and to be able to use POP3 on the esx, change the following: Under MailServer/SMTPServer/LocalDomains enter the name of a domain into the edit box and click add. The domain that you add to the list of local domains should not exist elsewhere on the Internet so choose a made up name like demo.sx. This domain is the part of the mail address after sign. Create a new user in the CommonSettings/Users section. Type in the user s name and click the Add button. The name could be your name, but should not contain any spaces or puntuation characters. For example it could be joe. This means that the address the esx will be sending s to will be joe@demo.sx. Set the password for the new user you just created to also be joe Configuring Client Software To configure your software to receive s from the esx using the EServ SMTP server you will need to follow these instructions. If you will be using an external SMTP server (i.e. scenarios 1 and 2 from Section 2.3 ) then this step is not necessary since you can use an existing address and POP3 account. You need to tell your program how to retrieve s from EServ. This is done in the Options..., Preferences... or Accounts... dialog box depending on the client software you are using (Microsoft Outlook, Netscape Messenger, etc). You should use the following settings: POP3 server: localhost, User name: joe (or whatever name you created in EServ), and Password joe (or whatever password you created in EServ). To use POP3 on the esx it is also necessary to be able to send s to EServ, where they wait for the esx to retrieve them. To do this: 1. In the client program, in the same place you set the POP3 server, also set the SMTP server to be localhost. 4. In the support files distributed with the esx is a copy of the EServ configuration file. This file is called Eserv.ini. If it is coppied to the conf subdirectory where EServ is install there is no need to follow the configuration instructions here. 2. Create a new user in the EServ CommonSettings/Users section. Type in the user s name and click the Add button. Make the user s name esx. 3. Set the password for the new user you just created to also be esx. 2.4 Running the Demonstrations SMTP You need to tell the esx the IP address of the SMTP server it should use. If you are going to be using EServ (or any other SMTP software) on the PC as an SMTP server then the IP address will be If you are using an SMTP server elsewhere on the network then use that address. The IP address of the SMTP server is stored in a constant called SMTPAddress1 in the esx source code. Once you have programmed the SX, configured Dial-up Networking and the EServ software you are ready to start sending s. The following description is for scenarios 2 and 3, and assumes you have not used the ADCDEMO source code option. For more information about the different demo configurations see Section and Section Connect to the esx using Dial-up networking. When the ADCDEMO option is not used the esx will generate an in response to a ping packet. However, you can still use ping to check that the esx is running. First make sure the EServ is not running. Then type the following into a DOS window: ping You should see something like the following: Pinging with 32 bytes of data: Reply from : bytes=32 time=51ms TTL=15 Reply from : bytes=32 time=56ms TTL=15 Reply from : bytes=32 time=51ms TTL=15 Reply from : bytes=32 time=51ms TTL=15 Ping statistics for : Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 51ms, Maximum = 56ms, Average = 52ms To receive an you need to start EServ on the host PC. Now when you ping the esx it will send an . Type the following into a DOS window: ping -n You should see the transmit and receive lights on the esx flash for about two seconds. Also, LED1 will light up during this time to show that a TCP connection is open. To receive the on the host PC, go into the client program and do a Send and Receive. You should see the from the esx. Note that if the is being routed to a real address through an external SMTP server there might be a delay of up to two minutes while the is forwarded Scenix Semiconductor, Inc. All rights reserved

4 User s Guide for esx Client and isx Web Server Evaluation Board AN Ping Demo To configure the esx for the ping demo, the ADCDEMO option should not be set. Every time the esx receives a ping packet it will transmit an message. The code is structured so that each ping restarts the transmit code. This means that if a ping is received while an is already being sent the first will be aborted ADC Board Demo As a second demonstration of the esx there is a design for a daughter board using analog to digital conversion. To enable the code for this daughter board the ADC- DEMO option should be set. The ADC demonstration code uses sigma-delta ADC to measure the value of an external potentiometer. When that value crosses a threshold the transmit process is initiated POP3 To demonstrate the POP3 code set the POP3DEMO option at the top of the esx source code. The debug port of the esx board should be connected to a PC running a terminal program, such as Hyperterminal. The serial settings are 57600,N,1 with no-handshaking. The POP3 code checks for new messages when a PPP connection is made. If any messages are available, the text for each message is sent out the debug port. Start EServ so it is ready to receive the you will send. So that the esx has a message to receive, you should send it a message. In the client create a new message addressed to esx@demo.sx. It doesn t matter what you put in the subject or body of the message. Send the message. You can send more that one message at a time if you like. Initiate a PPP connection. As soon as the esx is connected you should see LED1 light up to show a TCP connection is active. The Tx and Rx lights will flash briefly and you will see any messages received displayed in the terminal program. 2.5 FREQUENTLY ASKED QUESTIONS Why do I receive 2, 3 or 4 s when I ping the esx? The ping command normally sends four ping packets. The esx starts transmitting an in response to the first ping. When the second ping arrives the first is aborted and another is begun. If there is enough time between each ping for the entire SMTP transaction then all four s will be received. If there is not enough time then some of the s will haev been aborted. To have the esx send exactly one used the -n option to ping: ping -n be a file called esx. This file should contain the message that you sent to the esx. If the file is empty this means that the never got to EServ. Check that: EServ is running. In your client program the SMTP server is set to localhost. You have followed the instructions in Section to configure EServ Why do I get the cannot bind socket to port 110 message? If you have an existing mail server running on your PC, or if you have installed the Eserv program more than once, this is the message that you will have. You should have only one mail server installed on the PC How do I change the password in eserve? For the SMTP demo, you can just click on the password property of the user Joe under Common Settings, type in the new password in the password box and click ok. Don t forget to change it in the client that you use to retrieve the messages. For the POP3 demo, the password needs to be change in both the Eserv program and in the esx source code under the _POP3PASS string Can you have more than 1 account? Yes. You can have multiple accounts in Eserv. In fact, you need to set up an account for the SMTP demo (username: Joe) and an account for POP3 demo (username: esx, password: esx) What s the name of the mail server to be used in my client? Use localhost as both the SMTP server and POP3 server What s a ping? Why do I get 3 s with 4 pings? A ping is an echo request. In the SMTP demo, the code is designed so that it will send an upon receipt of a ping packet. When these pings come consecutively, an message may be cut by the ping packet. You can issue exactly one ping by typing ping n I got a SMTP send message on the status of Eserv, why? If you have not changed the receipient, then the domain has not been set to demo.sx and Eserv thinks that this message should be relayed out Can I have both demos run at the same time? Yes, but it needs code modification. We will consider that when there is significant customer demand to combine them Using POP3 why doesn t the esx receive any messages? You can check to see if EServ has any s waiting for the esx to receive by looking in the directory where you installed EServ. In the subdirectory mail\in there should 1999 Scenix Semiconductor, Inc. All rights reserved

5 AN32 User s Guide for esx Client and isx Web Server Evaluation Board 3.0 isx Web Server The isx demo board is intended to demonstrate the Scenix TCP/IP stack and HTTP application software in a web server environment. In order to function as a web server, both the isx Demo Board and a Microsoft Windows 95/98 equipped PC need to be properly configured. The purpose of this guide is to assist the user in setting up the isx demo board and PC so as to enable web server operation. The isx demo board is preloaded with the web server application program. 3.1 Hardware and Software Requirements The following hardware and software are required to operate the isx demo board as a web server: ISX Demonstration Board DC Power Converter (7.5V - 12V) 9 Pin Serial Cable Windows 95/98 PC Tcp_52 Application Software 3.2 Establishing a TCP/IP Connection Communication between the isx board and the PC are established using Microsoft Dial-Up-Networking facility. In order to use dial-up-networking, the PC must be configured with a 19.2 Kbps modem and have TCP/IP networking enabled Installing the Modem The following steps have to be followed to install the modem: 1. Click Start, point to Settings, click Control Panel, and double-click Modems 2. In the Modems Properties dialog box, click Add 3. In the Install New Modem dialog box, click Other, then click Next 4. In the next dialog box, click Don't detect my modem, I will select it from a list, then click Next 5. In the next dialog box select Standard bps Modem from the Standard Modem Types, then click Next 6. In the next dialog box select Communications Port (COM1), then click Next 7. After Windows installs the Modem, click Finish 8. Configure the modem properties by clicking Properties in the Modem Properties dialog box 9. Under the General tab, ensure that Communications Port (COM1) is selected as the Port. Change the Maximum Speed to Under the Connection tab ensure that the modem is set for 8 data bits, no parity, and one stop bit 11.Under the Connection tab, click Advanced 12.In the Advanced Connection Settings dialog box, click Use flow control and Hardware (RTS/CTS), and click OK 13.Under the Connection tab, click Port Settings 14.In the Port Settings dialog box, make sure that the Use FIFO Buffers box is unchecked 3.3 Configuring Dial-Up Networking 1. Click Start, point to Programs, point to Accessories, point to Communications, and then click Dial-Up-Networking 2. In the Dial-Up Networking dialog box, click the Make New Connection icon 3. In the Make New Connection dialog box give the connection a name such as "TCP/IP Demo", select Standard bps Modem as the device, then click Next 4. In the next dialog box type in any phone number (e.g. 1), then click Next 5. In the next dialog box, click Finish 6. In the Dial-Up Networking dialog box, right click over the connection icon that you just made and select Properties 7. Under the General tab, ensure that Standard bps Modem is selected under Connect using 8. Under the Server Types tab, select PPP: Internet, Windows NT Server, Windows 98 under Type of Dial-Up Server, do not select any Advanced options, and select TCP/IP under Allowed Network Protocols (Note: make sure that only the TCP/IP box is checked and all other boxes are unchecked.) 9. Under the Server Types tab click TCP/IP Settings 10.In the TCP/IP Settings dialog box, click Specify an IP address and type in the following IP address: Select Server assigned name server addresses, uncheck boxes that says use IP header compression and use default gateway on remote network and click OK 11.Under the Scripting tab, select Start terminal screen minimized and click OK 12.Under the Multilink tab select Do not use additional devices and click OK 13.A shortcut may be made by right clicking the connection icon and selecting Create shortcut. 3.4 Connecting isx to the PC 1. Using a 9-pin serial cable, connect one end to COM1 port of the PC and the other end of the cable to the connector labeled PPP on the isx demo board 2. Apply power to the isx demo board by plugging the AC adaptor into the power jack. The green power LED should light. 3. Ensure that the isx demo board oscillator is enabled by checking that jumper J1 is installed. 4. Reset the isx board by pressing the reset switch on the isxdemo board 5. If a Dial-Up Networking shortcut was established, click on the shortcut icon, otherwise click Start, point to Programs, point to Accessories, point to Communications, and click on Dial-Up Networking. Double click on the connect icon. 6. In the Connect to dialog box, click OK to establish a connection to the isx demo board. 7. While connecting, the Tx and Rx LEDs of the isx demo board should flash. When connected, both the 1999 Scenix Semiconductor, Inc. All rights reserved

6 User s Guide for esx Client and isx Web Server Evaluation Board AN32 PWR and the UP LEDs should be lit. A valid connection is also indicated in icon form on the status bar of the PC. 3.5 Viewing Web Pages From the isx Web Server Once a TCP/IP connection is made with the isx demo board, web pages may be viewed with a standard web browser such as Netscape or Internet Explorer. To view the web pages the following steps should be taken: 1. Launch the Windows web browser 2. Enter the URL of the isx demo board: 3. The transmit and receive LEDs of the isx demo board should flash and the SX Web Server home page should appear in the browser window 4. The various links may be browsed using the standard features of the web browser 5. The URL of the isx demo board may be bookmarked for future use. 3.6 LOADING WEB PAGES TO THE ISX DEMO BOARD The isx Web Server displays content on standard we browsers such as Netscape or Internet Explorer. The content (web pages, graphics, files, etc.) are stored in EEPROM on the isx demo board. In order to display the content it is first necessary to load the EEPROM with the deires web content. Two programs, e2file.exe which runs under windows, and e2file, an SX application program, have been provided to facilitate the loading of the EEPROM. The following steps should be followed to load web content onto the isx demo board: Using an SX programmer, program the SX52 on the isx demo board with the e2file program. Note that this erases the program residing in the SX52 and will necessitate reprogramming the SX52 with application code. Run the application program e2file.exe under windows on the PC In the E2Send dialog box specify the path name to the directory containing the web content to be downloaded. The demo web content is distributed in the HTML directory. The e2file utility will send hierarchical content to the EEPROM preserving directory structure. Click the Find Files button in the E2Send dialog box to display the files that will be sent. Click the Build data button in the E2Send dialog box to build the data packet that will be sent Select the appropriate Com port that will transmit the data to the isx demo board Using a 9-pin serial cable, connect one end to COM port of the PC and the other end of the cable to the connector labeled DEBUG on the isx demo board Press the reset button on the isx demo board to start the e2send code Click the Send Data button in the E2Send dialog box. A popup dialog box will appear and report the size of the target EEPROM. Click the OK button to initiate the download process. A status bar will appear in the E2Send dialog box to indicate progress. Upon completion of the download, the serial cable should be removed from the DEBUG port on the isx demo board NOTE - The SX52 residing on the isx demo board must be reprogrammed with the SX web server application software to function properly 3.7 FREQUENTLY ASKED QUESTIONS Are the two source codes the same? They are the same except that the flags are set differently Where do the log files reside? The Standard bps Modem.log and ppplog.txt both reside in the c:\windows directory What is the IP address of the board? It is How come that the Win98 directive has to be uncommented for Win95 towork? Later versions of Windows 95 TCP/IP stack behaves like that of Windows 98. So the Win98 needs to be uncommented for it to work What is this test.dat file created by the E2file program? It is the file being generated by E2file and sent to the SX for programming the EEPROM How big can the EEPROM be? Since we use 16 bit pointer in the program, the maximum addressable sizewill be 64K. But the EEPROM on the demonstration board is 32K bytes How are the contents of the EEPROM stored? The contents of EEPROM is just raw data. There is no encryption, so text will still be text, and gif files will be composed of binary data How come that I cannot fit 32K worth of files into the EEPROM? The reason is that There are overhead associated with each file Will the demo behave the same under different browsers? Yes Why do I need to change the hosts table? Java security requires that the host serving Java applets has a domain name What is the hosts table extension? The extension of the hosts table example is.sam. You need to copy this file to hosts, with no extension. Then add the entry SX. Windows will only look at the hosts file with no extension Scenix Semiconductor, Inc. All rights reserved

7 AN32 User s Guide for esx Client and isx Web Server Evaluation Board Can I have both the hosts.sam and hosts? Yes, Windows will only use the one with no extension Why does Netscape take a long time to load web pages? It may be looking at a default route and takes a long time to switch to the isx route when the LAN is not connected Scenix Semiconductor, Inc. All rights reserved

8 User s Guide for esx Client and isx Web Server Evaluation Board AN32 Lit#:SXL-AN32-04 For the latest contact and support information on SX devices, please visit the Scenix Semiconductor website at The site contains technical literature, local sales contacts, tech support and many other features. SCENIX Scenix Semiconductor, Inc Charleston Road Mountain View, CA Tel: (650) Fax : (650) Scenix Semiconductor, Inc. All rights reserved

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R- MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features

More information

RAPID BROADBAND INSTALLATION RAPID BROADBAND SUPPORT CONTACT DETAILS. support@rapidbroadband.ie AND TROUBLESHOOTING GUIDE. Email: Tel: 076 6708787

RAPID BROADBAND INSTALLATION RAPID BROADBAND SUPPORT CONTACT DETAILS. support@rapidbroadband.ie AND TROUBLESHOOTING GUIDE. Email: Tel: 076 6708787 RAPID BROADBAND INSTALLATION AND TROUBLESHOOTING GUIDE RAPID BROADBAND SUPPORT CONTACT DETAILS Email: support@rapidbroadband.ie Tel: 076 6708787 January 2008 1 INTERNET CONNECTION TROUBLESHOOTING GUIDE

More information

ADSL Router Quick Installation Guide Revised, edited and illustrated by Neo

ADSL Router Quick Installation Guide Revised, edited and illustrated by Neo ADSL Router Quick Installation Guide Revised, edited and illustrated by Neo A typical set up for a router PCs can be connected to the router via USB or Ethernet. If you wish to use a telephone with the

More information

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS MODEL ATC-2000 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2000 is a RS232/RS485 to TCP/IP converter integrated with a robust system and network management features designed

More information

GRICdial User's Guide

GRICdial User's Guide GRICdial User's Guide Table of Contents System Requirements Getting Connected Additional Settings Main Menu Functions Setting up Proxy FAQ System Requirements For Windows 95 You should have the following

More information

MODEM AND DIAL-UP. Installation/Configuration (Windows 95/98/Me/NT/2000/XP)

MODEM AND DIAL-UP. Installation/Configuration (Windows 95/98/Me/NT/2000/XP) MODEM AND DIAL-UP Installation/Configuration (Windows 95/98/Me/NT/2000/XP) Iridium Satellite LLC 1 February 22, 2006 --------------------------------------------------------------------------------------------------------------------------------------------TABLE

More information

P-660R-T1/T3 v2 Quick Start Guide

P-660R-T1/T3 v2 Quick Start Guide P-660R-T1/T3 v2 ADSL2+ Access Router Quick Start Guide Version 3.40 Edition 1 12/2006 0 Overview P-660R-T1/T3 v2 Quick Start Guide This Quick Start Guide shows you how to: 1 Connect the Hardware 2 Set

More information

Palomar College Dial-up Remote Access

Palomar College Dial-up Remote Access Palomar College Dial-up Remote Access Instructions for Windows 95/98 and Windows 2000 Following are instructions to implement dialup access to the Palomar College network, email and Internet. The minimum

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

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around 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

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

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

Prestige 623R-T. Quick Start Guide. ADSL Dual-link Router. Version 3.40

Prestige 623R-T. Quick Start Guide. ADSL Dual-link Router. Version 3.40 Prestige 623R-T ADSL Dual-link Router Quick Start Guide Version 3.40 February 2004 Introducing the Prestige The Prestige 623R-T ADSL Dual-link Router is the ideal all-in-one device for small networks connecting

More information

Prestige 2002 Series. VoIP Analog Telephone Adaptor. Quick Start Guide

Prestige 2002 Series. VoIP Analog Telephone Adaptor. Quick Start Guide VoIP Analog Telephone Adaptor Quick Start Guide Version 3.60 5/2005 Overview The Prestige allows you to use an analog telephone to make phone calls over the Internet (Voice over IP or VoIP). It uses SIP

More information

1 Getting Started. Before you can connect to a network

1 Getting Started. Before you can connect to a network 1 Getting Started This chapter contains the information you need to install either the Apple Remote Access Client or Apple Remote Access Personal Server version of Apple Remote Access 3.0. Use Apple Remote

More information

OfficeConnect Internet Firewall 25 Internet Firewall DMZ. QuickStart Guide (3C16770, 3C16771)

OfficeConnect Internet Firewall 25 Internet Firewall DMZ. QuickStart Guide (3C16770, 3C16771) OfficeConnect Internet Firewall 25 Internet Firewall DMZ QuickStart Guide (3C16770, 3C16771) Checking Package Contents Getting Started Thank you for purchasing the OfficeConnect Internet Firewall. The

More information

Dialing up with Windows 95

Dialing up with Windows 95 L.A. Bridge Win95 Dialup Page: 1 System Requirements Dialing up with Windows 95 These instructions will work with most Windows 95 compatible computers, using the Microsoft dialer software. Most versions

More information

Installing the Microsoft Network Driver Interface

Installing the Microsoft Network Driver Interface Installing the Microsoft Network Driver Interface Overview This guide explains how to install the PictureTel Live200 Microsoft Network Driver Interface (NDIS) software you have downloaded from PictureTel's

More information

Introduction. Friday, June 21, 2002

Introduction. Friday, June 21, 2002 This article is intended to give you a general understanding how ArGoSoft Mail Server Pro, and en Email, in general, works. It does not give you step-by-step instructions; it does not walk you through

More information

DIAL-UP DATA. User s Guide

DIAL-UP DATA. User s Guide DIAL-UP DATA User s Guide Iridium Satellite LLC Rev. 2; June 15, 2001 DIAL-UP DATA SERVICE--------------------------------------------------------------------------------------- TABLE OF CONTENTS 1 Dial-Up

More information

IP SERIAL DEVICE SERVER

IP SERIAL DEVICE SERVER IP SERIAL DEVICE SERVER ( 1 / 2 / 4 serial port ) Installation guide And User manual Version 1.0 1Introduction... 5 1.1Direct IP mode...5 1.2Virtual COM mode...5 1.3Paired mode...6 1.4Heart beat... 6

More information

Load Balancing. Outlook Web Access. Web Mail Using Equalizer

Load Balancing. Outlook Web Access. Web Mail Using Equalizer Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems

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

Windows Dial Up Networking (DUN) for AirLink Modems Application Note - How To

Windows Dial Up Networking (DUN) for AirLink Modems Application Note - How To Windows Dial Up Networking (DUN) for AirLink Modems Application Note - How To Dial-up Networking (DUN) allows a computer or other device to use your AirLink modem to connect to the Internet or private

More information

FINS Gateway For OMRON PLCs

FINS Gateway For OMRON PLCs 1 Purpose This Technical Note describes how to set up a remote collaboration. A remote collaboration consists in configuring, programming or monitoring a PLC from a remote location, without the need of

More information

CentreWare Internet Services Setup and User Guide. Version 2.0

CentreWare Internet Services Setup and User Guide. Version 2.0 CentreWare Internet Services Setup and User Guide Version 2.0 Xerox Corporation Copyright 1999 by Xerox Corporation. All rights reserved. XEROX, The Document Company, the digital X logo, CentreWare, and

More information

Prestige 2302R Series

Prestige 2302R Series VoIP Station Gateway Quick Start Guide Version 3.60 6/2005 Overview This Quick Start Guide covers the Prestige (P2302R) and (P2302RL) models. It explains how to use your Prestige to make phone calls through

More information

Chapter7 Setting the Receiving PC for Direct Upload. Setting the Receiving PC for Direct Upload... 148 For Windows... 148 For Macintosh...

Chapter7 Setting the Receiving PC for Direct Upload. Setting the Receiving PC for Direct Upload... 148 For Windows... 148 For Macintosh... Chapter7 Setting the Receiving PC for Direct Upload Setting the Receiving PC for Direct Upload... 148 For Windows... 148 For Macintosh... 153 Setting the Receiving PC for Direct Upload This section explains

More information

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Microsoft Corporation Published: May, 2005 Author: Microsoft Corporation Abstract This guide describes how to create

More information

DIRECT INTERNET DATA. User s Guide

DIRECT INTERNET DATA. User s Guide DIRECT INTERNET DATA User s Guide Iridium Satellite LLC Rev. 2; June 15, 2001 DIRECT INTERNET DATA ------------------------------------------------------------------------------------- TABLE OF CONTENTS

More information

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem Start Here Follow these instructions to set up your router. Verify That Basic Requirements Are Met Assure that the following requirements are met: You have your broadband Internet service settings handy.

More information

Wireless Router Setup Manual

Wireless Router Setup Manual Wireless Router Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10082-02 2006-04 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear,

More information

Prestige 660R-6x Read Me First

Prestige 660R-6x Read Me First Prestige 660R-6x Read Me First Prestige Rear Panel Connections DSL PORT CONNECTION Connect the DSL port on the Prestige to the wall jack using the included DSL cable (telephone wire). Connect the micro

More information

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...

More information

Volume. Instruction Manual

Volume. Instruction Manual Volume 1 Instruction Manual Networking EVERFOCUS ELECTRONICS CORPORATION Networking Instruction Guide 2004 Everfocus Electronics Corp 2445 Huntington Drive Phone 626.844.8888 Fax 626.844.8838 All rights

More information

How to Secure a Groove Manager Web Site

How to Secure a Groove Manager Web Site How to Secure a Groove Manager Web Site Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies, organizations,

More information

Connecting and Setting Up Your Laptop Computer

Connecting and Setting Up Your Laptop Computer CHAPTER 3 Connecting and Setting Up Your Laptop Computer This chapter explains how to connect your laptop to the Cisco Unified MeetingPlace system and how to set up your laptop so that you can use HyperTerminal.

More information

Broadband Phone Gateway BPG510 Technical Users Guide

Broadband Phone Gateway BPG510 Technical Users Guide Broadband Phone Gateway BPG510 Technical Users Guide (Firmware version 0.14.1 and later) Revision 1.0 2006, 8x8 Inc. Table of Contents About your Broadband Phone Gateway (BPG510)... 4 Opening the BPG510's

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

BROADBAND FIREWALL ROUTER WITH 1-USB + 1-PARALLEL PRINT SERVER PORT

BROADBAND FIREWALL ROUTER WITH 1-USB + 1-PARALLEL PRINT SERVER PORT BROADBAND FIREWALL ROUTER WITH 1-USB + 1-PARALLEL PRINT SERVER PORT USER S MANUAL V1.0 Trademarks Windows 95/98/Me and Windows NT/2000/XP are registered trademarks of Microsoft Corporation. All other brands

More information

Attachment E ACCESSING THE FCC NETWORK USING WINDOWS 95/98 FOR ULS FILING

Attachment E ACCESSING THE FCC NETWORK USING WINDOWS 95/98 FOR ULS FILING Attachment E ACCESSING THE FCC NETWORK USING WINDOWS 95/98 FOR ULS FILING This attachment describes how to use Windows 95/98 Dial-Up Networking to establish a direct connection from your PC to the FCC

More information

Broadband Router ESG-103. User s Guide

Broadband Router ESG-103. User s Guide Broadband Router ESG-103 User s Guide FCC Warning This equipment has been tested and found to comply with the limits for Class A & Class B digital device, pursuant to Part 15 of the FCC rules. These limits

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 2.23 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

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

IP Power Stone 4000 User Manual

IP Power Stone 4000 User Manual IP Power Stone 4000 User Manual Two Outlet Remote AC Power Controller Multi Link, Inc. 122 Dewey Drive Nicholasville, KY 40356 USA Sales and Tech Support 800.535.4651 FAX 859.885.6619 techsupport@multi

More information

CPEi 800/825 Series. User Manual. * Please see the Introduction Section

CPEi 800/825 Series. User Manual. * Please see the Introduction Section CPEi 800/825 Series User Manual * Please see the Introduction Section Contents Introduction...iii Chapter 1: CPEi 800/825 User Guide Overview... 1-1 Powerful Features in a Single Unit... 1-2 Front of the

More information

SMC7004ABR Barricade Broadband Router Installation Instructions

SMC7004ABR Barricade Broadband Router Installation Instructions SMC7004ABR Barricade Broadband Router Installation Instructions SPECIAL NOTE: Part D Upgrading the Firmware in Your Barricade MUST occur in ALL installations for multiple VPN sessions to work!!! SPECIAL

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

PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400

PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400 PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400 PePWave Surf Outdoor Series: Surf AP 200/400-X, PolePoint 400-X, Surf 400-DX User Manual Document Rev. 1.2 July 07 COPYRIGHT & TRADEMARKS

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

Dialing Into Dartmouth With Windows 95/98

Dialing Into Dartmouth With Windows 95/98 Dialing Into Dartmouth With Windows 95/98 Who needs this document? Any member of the Dartmouth community who wants to gain access to Dartmouth s network resources, such as electronic mail and the Internet,

More information

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation

More information

etoken Enterprise For: SSL SSL with etoken

etoken Enterprise For: SSL SSL with etoken etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the

More information

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK 1 USING THE XPERT2 / 9210B ON A TCP/IP NETWORK Prepared by: R&D January, 2009 Sutron Corporation 21300 Ridgetop Circle Sterling, Virginia 20166 TEL: (703) 406-2800 FAX: (703) 406-2801 WEB: http://www.sutron.com/

More information

BiPAC 7404V series. VoIP/(802.11g) ADSL2+ (VPN) Firewall Router. Quick Start Guide

BiPAC 7404V series. VoIP/(802.11g) ADSL2+ (VPN) Firewall Router. Quick Start Guide BiPAC 7404V series VoIP/(802.11g) ADSL2+ (VPN) Firewall Router Quick Start Guide VoIP/(802.11g) ADSL2+ (VPN) Firewall Router For more detailed instructions on configuring and using the Billion VoIP/(802.11g)

More information

Configuring your email client to connect to your Exchange mailbox

Configuring your email client to connect to your Exchange mailbox Configuring your email client to connect to your Exchange mailbox Contents Use Outlook Web Access (OWA) to access your Exchange mailbox... 2 Use Outlook 2003 to connect to your Exchange mailbox... 3 Add

More information

TW100-BRF114 Firewall Router. User's Guide. Cable/DSL Internet Access. 4-Port Switching Hub

TW100-BRF114 Firewall Router. User's Guide. Cable/DSL Internet Access. 4-Port Switching Hub TW100-BRF114 Firewall Router Cable/DSL Internet Access 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION...1 TW100-BRF114 Features...1 Package Contents...3 Physical Details...

More information

TSX ETZ Configuration of your computer for TSX ETZ direct connection by serial link. Eng V1.0

TSX ETZ Configuration of your computer for TSX ETZ direct connection by serial link. Eng V1.0 TSX ETZ Configuration of your computer for TSX ETZ direct connection by serial link Eng V1.0 2 Table of Contents About the book.......................................5 Chapter 1 Configuration and connection

More information

Liebert IntelliSlot Web Cards

Liebert IntelliSlot Web Cards Monitoring For Business-Critical Continuity Liebert IntelliSlot Web Cards Firmware Upgrade Manual Liebert IntelliSlot Web Card, Liebert IntelliSlot Web Card-LB, Liebert IntelliSlot Web Card-LBDS, Liebert

More information

Chapter 7 Troubleshooting

Chapter 7 Troubleshooting Chapter 7 Troubleshooting This chapter provides troubleshooting tips and information for your ProSafe VPN Firewall 200. After each problem description, instructions are provided to help you diagnose and

More information

Neoteris IVE Integration Guide

Neoteris IVE Integration Guide Neoteris IVE Integration Guide Published Date July 2015 The Secure Email Client upgrade option enables Neoteris IVE users to use standards based email clients to access corporate email from remote locations.

More information

Deploying Secure Internet Connectivity

Deploying Secure Internet Connectivity C H A P T E R 5 Deploying Secure Internet Connectivity This chapter is a step-by-step procedure explaining how to use the ASDM Startup Wizard to set up the initial configuration for your ASA/PIX Security

More information

Chapter 10 Troubleshooting

Chapter 10 Troubleshooting Chapter 10 Troubleshooting This chapter provides troubleshooting tips and information for your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. After each problem description, instructions are provided

More information

Setup and Configuration Guide for Pathways Mobile Estimating

Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Copyright 2008 by CCC Information Services Inc. All rights reserved. No part of

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

USING OUTLOOK WITH ENTERGROUP. Microsoft Outlook

USING OUTLOOK WITH ENTERGROUP. Microsoft Outlook USING OUTLOOK WITH ENTERGROUP In this tutorial you will learn how to use Outlook with your EnterGroup account. You will learn how to setup an IMAP or POP account, and also how to move your emails and contacts

More information

Metasys System Direct Connection and Dial-Up Connection Application Note

Metasys System Direct Connection and Dial-Up Connection Application Note Metasys System Direct Connection and Dial-Up Connection Application Note Code No. LIT-1201639 Software Release 5.1 Issued August 27, 2013 Supersedes October 4 2010 Refer to the QuickLIT website for the

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

Neoteris IVE Integration Guide

Neoteris IVE Integration Guide Neoteris IVE Integration Guide NESD-00090-00 CAY051402 The Secure Email Client upgrade option enables Neoteris IVE users to use standardsbased email clients to access corporate email from remote locations.

More information

How to configure your Windows PC post migrating to Microsoft Office 365

How to configure your Windows PC post migrating to Microsoft Office 365 How to configure your Windows PC post migrating to Microsoft Office 365 1 Contents Purpose... 3 Document Support Boundaries... 3 Examples used in this document... 4 Several different Microsoft Office 365

More information

Module 1: Reviewing the Suite of TCP/IP Protocols

Module 1: Reviewing the Suite of TCP/IP Protocols Module 1: Reviewing the Suite of TCP/IP Protocols Contents Overview 1 Lesson: Overview of the OSI Model 2 Lesson: Overview of the TCP/IP Protocol Suite 7 Lesson: Viewing Frames Using Network Monitor 14

More information

Linksys Gateway SPA2100-SU Manual

Linksys Gateway SPA2100-SU Manual Linksys Gateway SPA2100-SU Manual Manuel de l'utilisateur Table of Contents Looking for Basic Setup Instructions?... 3 Most Recent Version of this Manual... 3 Advanced Setup Instructions... 4 Wiring Your

More information

Brother Automatic E-Mail Printing OPERATION MANUAL

Brother Automatic E-Mail Printing OPERATION MANUAL Brother Automatic E-Mail Printing OPERATION MANUAL Copyright Brother 1999 No part of this publication may be reproduced in any form or by any means without permission in writing from the publisher. The

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Omni 56K USB Lite Quick Start Guide

Omni 56K USB Lite Quick Start Guide Omni 56K USB Lite Quick Start Guide ZyXEL TOTAL INTERNET ACCESS SOLUTION 1. Hardware Installation Connect your modem to your analog phone or fax. Use the phone cord included to connect to the phone jack

More information

Broadband Services from MTNL. User's Guide

Broadband Services from MTNL. User's Guide Broadband Services from MTNL User's Guide 1 Dear Customer, Welcome to the world of TRIBAND the true broadband service from MTNL. This Users Guide contains general information to help you utilise our services

More information

ZyAIR B-4000. Hot Spot Gateway. Quick Installation Guide Version 1.04 March 2004

ZyAIR B-4000. Hot Spot Gateway. Quick Installation Guide Version 1.04 March 2004 Hot Spot Gateway Quick Installation Guide Version 1.04 March 2004 Table of Contents 1 Introducing the ZyAIR... 3 1.1 Rear Panel Connections... 3 1.2 The Front Panel LEDs... 3 1.3 Factory Defaults... 4

More information

10 Step 2 System Service Setup. 11 Step 3 RelayFax Server Setup. 11 Step 4 Company Name and CSID String. 12 Step 5 Fax and Voice Number

10 Step 2 System Service Setup. 11 Step 3 RelayFax Server Setup. 11 Step 4 Company Name and CSID String. 12 Step 5 Fax and Voice Number Contents Before you Begin 2 RelayFax Server Setup RelayFax Desktop SMTP Client Setup Step 1 Begin Install 3 Step 1 Install RelayFax Desktop SMTP Client 10 Step 2 System Service Setup 4 Step 2 RelayFax

More information

Network Monitoring User Guide Pulse Appliance

Network Monitoring User Guide Pulse Appliance Network Monitoring User Guide Pulse Appliance 2007 Belkin Corporation. All rights reserved. F1DUXXX All trade names are registered trademarks of respective manufacturers listed. Table of Contents Pulse

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

More information

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3 SIP Proxy Server Administrator Installation and Configuration Guide V2.31b 09SIPXM.SY2.31b.EN3 DSG, DSG logo, InterPBX, InterServer, Blaze Series, VG5000, VG7000, IP590, IP580, IP500, IP510, InterConsole,

More information

Configuring the Network Automation Engine (NAE)

Configuring the Network Automation Engine (NAE) Technical Bulletin Issue Date March 31, 2003 Configuring the Network Automation Engine (NAE) Configuring the Network Automation Engine (NAE)...3 Introduction... 3 Key Concepts... 5 NAE System Configuration

More information

Email Client Configuration Guide

Email Client Configuration Guide Email Client Configuration Guide Table of Contents Email Configuration...3 Email settings...3 IMAP...3 POP...3 SMTP...3 Process Overview...5 Account set up wizards...5 Anatomy of an email address...5 Why

More information

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide NEC Express5800 Series NEC ESMPRO AlertManager User's Guide 7-2006 ONL-4152aN-COMMON-128-99-0606 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

Prestige 792H. G.SHDSL 4-port Security Gateway. Compact Guide Version 3.40(BZ.0) March 2004

Prestige 792H. G.SHDSL 4-port Security Gateway. Compact Guide Version 3.40(BZ.0) March 2004 G.SHDSL 4-port Security Gateway Compact Guide Version 3.40(BZ.0) March 2004 Table of Contents 1 Introducing the Prestige... 3 1.1 Certifications... 3 2 Hardware... 4 2.1 Rear Panel Connections... 4 2.2

More information

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide WEB CONFIGURATION Configuring and monitoring your VIP-101T from web browser The VIP-101T integrates a web-based graphical user interface that can cover most configurations and machine status monitoring.

More information

mypro Installation and Handling Manual Version: 7

mypro Installation and Handling Manual Version: 7 mypro Installation and Handling Manual Version: 7 Date: JAN 2016 Thank you for using mypro on your PC. myscada is a full featured HMI/SCADA system with advanced options such as vector graphics views, advanced

More information

RMCS Installation Guide

RMCS Installation Guide RESTRICTED RIGHTS Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (C)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS

More information

Embedded Web Server (EWS)

Embedded Web Server (EWS) 1 Embedded Web Server (EWS) The embedded web server (EWS) is a factory installed option for the IGC100. The EWS provides an ethernet connection between the IGC100 and a network. The EWS allows monitoring

More information

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial

More information

Configuring Your Email Client: Outlook Express. Quick Reference

Configuring Your Email Client: Outlook Express. Quick Reference Configuring Your Email Client: Outlook Express Quick Reference Table of Contents Chapter 1. Introduction...1-1 What is an Email Client?...1-1 Who Should Read This Manual?...1-1 POP, IMAP, and SSL: Which

More information

TP-LINK TD-W8901G. Wireless Modem Router. Advanced Troubleshooting Guide

TP-LINK TD-W8901G. Wireless Modem Router. Advanced Troubleshooting Guide TP-LINK TD-W8901G Wireless Modem Router Advanced Troubleshooting Guide Released on 2009.09.25 Version 1.0 Content Summary... 3 Troubleshooting Flow Chart and Resolutions... 3 Check 1... 3 Check 2... 4

More information

How To Connect To An Egrabit With A Vpn On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Pv (For Mac) Or Ipv (Femalese) With An Ipv Or Ip

How To Connect To An Egrabit With A Vpn On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Pv (For Mac) Or Ipv (Femalese) With An Ipv Or Ip ewon Application User Guide AUG 052 / Rev 1.0 P Contents egrabit - efive Connection Tool This application guide explains how to use the egrabit software to This application guide connection explains how

More information

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument.

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument. TA Instruments TRIOS Software Installation Instructions Installation Requirements Your TRIOS Instrument Control software includes all the components necessary to install or update the TRIOS software, as

More information

Configuring Your Email Client: Eudora 5.x

Configuring Your Email Client: Eudora 5.x Configuring Your Email Client: Eudora 5.x Configuring Eudora for POP 1-1 Table of Contents Chapter 1. Introduction...1-1 What is an Email Client?...1-1 Who Should Read This Manual?...1-1 How Does Email

More information

your Gateway Windows network installationguide 802.11b wireless series Router model WBR-100 Configuring Installing

your Gateway Windows network installationguide 802.11b wireless series Router model WBR-100 Configuring Installing your Gateway Windows network installationguide 802.11b wireless series Router model WBR-100 Installing Configuring Contents 1 Introduction...................................................... 1 Features...........................................................

More information

Configuring, Customizing, and Troubleshooting Outlook Express

Configuring, Customizing, and Troubleshooting Outlook Express 3 Configuring, Customizing, and Troubleshooting Outlook Express............................................... Terms you ll need to understand: Outlook Express Newsgroups Address book Email Preview pane

More information

How To Set Up An Andsl Modem Router For Internet Access

How To Set Up An Andsl Modem Router For Internet Access ADSL Modem Router Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10026-01 2006-2 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear,

More information