User's Manual
Table Of Contents
- _
- Contents
- Chapter 1 - Introduction
- _
- Front Panel
- Front Panel Description
- Back Panel
- Back Panel Description
- Typical Applications
- Connecting a Remote Site via Cable Modem
- Connecting a Local Site to the Internet
- Specifications
- Chapter 2 - Hardware Installation
- Hardware Installation
- Safety
- Unpacking the RF802EW
- Cabling
- Chapter 3 - Software Installation and Configuration
- Software Installation and Configuration
- Software Installation
- Using RouteFinder Setup Wizard
- Testing your Connection
- Chapter 4 - Telnet
- Using Telnet to Configure your RouteFinder
- Chapter 5 - RouteFinder Manager
- RouteFinder Manager
- General Settings
- WAN Ethernet Segment
- Async Port
- Remote Access-Remote Access Settings
- Enable IP Mapping - Virtual Server
- Port Settings
- Edit Login Script for Remote Access
- Writing a login script for IP Routing
- Modem String Settings
- LAN DHCP Server
- Routing Settings
- Routing Table
- Filter Settings
- Wireless Settings
- Refresh Device List
- Device Name and Password
- Save Settings to File
- Load Settings
- Upgrade Firmware
- General Diagnostic
- Chapter 6 - RouteFinder Monitor
- RouteFinder Monitor
- Running RouteFinder Monitor
- Refresh Device List
- Test Connection
- Terminate Connection
- Save to File
- Save Now
- Autosave
- IP Address/Name
- Event Messages
- TCP/IP Tab
- Time Tab
- Status Tab
- Statistics Tab
- Chapter 7 - LAN Client Settings
- LAN Client Settings
- Setting up Remote Access Clients
- Accessing a Windows NT Server
- Accessing a Novell Server
- Accessing a Windows NT Server and a Novell NetWare Server
- Accessing a Unix Server
- Make New Connection (Windows 2000 only)
- Chapter 8 LAN-to-LAN Settings
- LAN-to-LAN Settings
- Setting up LAN-to-LAN Routing
- Using the Find Computer command
- Using LMHosts
- Chapter 9 - Troubleshooting
- Troubleshooting
- Common Problems
- Chapter 10 - Service, Warranty and Technical Support
- Introduction
- Limited Warranty
- Addendum for North American Products
- Addendum for International Products
- Out of Warranty Repair Costs
- Software User License Agreement
- Technical Support
- Contacting Technical Support
- Recording RouteFinder Information
- Online Warranty Registration
- About the Internet
- Ordering Accessories
- Appendixes
- Appendix A - Regulatory Compliance Information
- Class B Statement FCC Part 15
- Appendix B - Tools for your RF802EW
- RouteFinder Monitor
- PING
- WINIPCFG and IPCONFIG
- TRACERT
- Appendix C - Cabling Diagrams
- Glossary
- Index
44
Chapter 5 - RouteFinder Manager
login script.
Wait ‘CONNECT’ The Modem will wait for CONNECT to display before moving to the next
command.
Wait ‘CONNECT 6’ Modem will wait for “CONNECT” to display before moving to the next
command. If CONNECT does not display, the modem will go to line 6 of
the login script.
Other FUNCTION
Go Begins PPP
Jump4 Goes back to line 4 of the login script.
Hangup Hangs up the modem.
Example 1: Script for Normal Reliable ISP
# Login Script Meaning of Each Login Script Command
1 Send‘ATZ‘ Rests Modem
2 Send‘ATS0 =1‘ Sends initial string ‘ATS0 =1‘ to modem
3 Send‘ATDT888-1234‘ Dial phone number 888-1234
4 Wait‘CONNECT‘ Waits for ISP to send reply ‘CONNECT‘
5 Wait‘username:‘ Waits for ISP to send reply ‘username‘
6 Send‘JaneDoe‘ Sends the user name ‘JaneDoe‘ to the ISP
7 Wait‘password‘ Waits for ISP to send reply ‘password‘
8 SH‘1234‘ Sends password ‘1234‘ to the ISP
9 Wait‘===>‘ Waits for ISP to send reply ‘===>‘
10 Send‘1‘ Selects option 1 (PPP) for this ISP
11 Go Starts PPP mode
Example 2 : Script for Unreliable ISP (Redial until connected)
# Login Script Meaning of Each Login Script Command
1 Send‘ATZ‘ Resets modem
2 Send‘ATS0 =1‘ Sends initial string ‘ATS0 =1‘ to modem
3 Send‘ATDT8881234 Dials phone number 888-1234
4 Wait‘CONNECT‘2 Wait for ISP to send reply ‘CONNECT‘. If no CONNECT, returns
to line 2 to re-dial.
5 Wait‘username:‘12 Waits for ISP to send reply ‘username‘. If no response, goes to
line 12.
6 Send‘JaneDoe‘ Sends the username ‘JaneDoe‘ to the ISP
7 Wait‘password‘ Waits for ISP to send reply‘ password‘
8 SH‘1234‘ Sends password ‘1234‘ to ISP
9 Wait‘====>‘ Waits for ISP to send reply ‘===>‘
10 Send‘1‘ Selects option 1 (PPP) for this ISP
11 Go Starts PPP mode
12 Hangup Hangs up Modem
Example 3 : Script for Unreliable ISP (2nd ISP backup)
# Login Script Meaning of Each Login Script Command
1 Send‘ATZ‘ Resets modem
2 Send‘ATS0 =1‘ Sends initial string ‘ATS0 =1‘ to modem
3 Send‘ATDT8881234 Dials phone number 888-1234
4 Wait‘CONNECT’ 12 Waits for ISP to send reply ‘CONNECT’. If no reply, goes to line
12 for ISP #2.
5 Wait ‘username:’ 12 Waits for ISP to send reply ‘username’. If no response, goes to
line 12 for ISP #2.
6 Send‘JaneDoe‘ Sends the username ‘JaneDoe‘ to ISP
7 Wait‘password‘ Waits for ISP to send reply‘ password‘
8 SH‘1234‘ Sends password ‘1234‘ to ISP
9 Wait‘====>‘ Waits for ISP to send reply ‘===>‘
10 Send‘1‘ Selects option 1 (PPP) for this ISP
11 Go Starts PPP mode (Rest of script ignored)