Passing on, and copying of this document, use and communication of its contents is not permitted without written authorization
from THOMSON. The content of this document is furnished for informational use only, may be subject to change without notice,
and should not be construed as a commitment by THOMSON. THOMSON assumes no responsibility or liability for any errors or
inaccuracies that may appear in this document.
The following trademarks are used in this document:
SpeedTouch™ is a trademark of THOMSON.
Microsoft®, MS-DOS®, Windows® and Windows NT® are either registered trademarks or trademarks of Microsoft Corpora-
tion in the United States and/or other countries.
UNIX® is a registered trademark of UNIX System Laboratories, Incorporated.
Apple® and Mac OS® are registered trademarks of Apple Computer, Incorporated, registered in the United States and other
countries.
Adobe, the Adobe logo, Acrobat and Acrobat Reader are trademarks or registered trademarks of Adobe Systems, Incorpo-
rated, registered in the United States and/or other countries.
Netscape® and Netscape Navigator® are registered trademarks of Netscape Communications Corporation.
Ethernet™ is a trademark of Xerox Corporation.
UPnP™ is a certification mark of the UPnP™ Implementers Corporation.
Wi-Fi® and the Wi-Fi logo are registered trademarks of the Wi-Fi Alliance. "Wi-Fi CERTIFIED", "Wi-Fi ZONE", "Wi-Fi Alli-
ance", their respective logos and "Wi-Fi Protected Access" are trademarks of the Wi-Fi Alliance.
Other products may be trademarks or registered trademarks of their respective manufacturers.
Ethernet LEDsA LED may be provided per Ethernet port to indicate link integrity (or activity).
Depending on the SpeedTouch™ product you are using, a second LED (A) may be
provided to indicate the 10/100Base-T selection:
AB
Chapter 1
IndicatorDescription
NameLED Status
A
(Optional)
B10/100Base-TOff10Base-T Ethernet connection
Integrity
(Activity)
OffNo connection on this port
OnEthernet link up
FlashingData is flowing from/to this port
On100Base-T Ethernet connection
E-DOC-CTC-20050429-0103 v1.0
9
Chapter 1
Your SpeedTouch™
1.3How to Access your SpeedTouch™
Access methodsYour SpeedTouch™ is accessible in one of following ways:
Access MethodCan be used to:
WebConfigure your SpeedTouch™ via HTTP or
HTTPS.
For more information, see “1.3.1 Access via
the Web Interface” on page 11.
Command Line Interface (CLI)Fine tune your SpeedTouch™ configuration.
For more information, see “1.3.2 Access via
CLI” on page 12.
File Transfer Protocol (FTP)Backup and restore data on your SpeedTouch™.
For more information, see “1.3.3 Access via
FTP” on page 14.
Remote AssistanceAllow a remote user to help you configuring
your SpeedTouch™.
For more information, see “1.3.4 Remote
Assistance” on page 17.
10
E-DOC-CTC-20050429-0103 v1.0
1.3.1Access via the Web Interface
ProcedureTo access the SpeedTouch™ via the web interface:
1Open a web browser.
2In the address bar type your SpeedTouch™’s IP address or DNS host name, by
default that is ‘http://speedtouch.lan’ or ‘192.168.1.254’.
You can access the pages via the http protocol. For remote assistance
the secure version, https, in combination with certificates is used;
provide your ISP with the https link, user name and password before
he can log on to the pages. For more information, see “1.3.4 Remote
Assistance” on page 17.
3As a result the SpeedTouch™ Home page appears, from where you can navigate
to all the configurable aspects of the SpeedTouch™.
Chapter 1
Your SpeedTouch™
E-DOC-CTC-20050429-0103 v1.0
For more information on the web pages, see “4 SpeedTouch™ Web Interface” on
page 45.
11
Chapter 1
Your SpeedTouch™
1.3.2Access via CLI
Command Line
Interface (CLI)
You can access the Command Line Interface (CLI) via:
A Telnet session
This requires that TCP/IP connectivity exists between the host from which the
Telnet session is opened and the SpeedTouch™. Your SpeedTouch™ and the
connected PC must have an IP address in the same subnet.
Quote site commands (over FTP)
For more information, see “ Quote site command” on page 16.
For information on CLI commands, see the SpeedTouch™ CLI Reference Guide.
2At the prompt, type ftp followed by the IP address of your SpeedTouch™
(default is 192.168.1.254).
3Enter your SpeedTouch™ security user name and password.
The default user is ‘Administrator’ and the default password is blank.
4The example below shows an FTP session to the SpeedTouch™ file system:
File system structureThe structure of the file system is very simple: It consists of a single root directory
called root and two subdirectories called active and dl.
The root directory contains:
all the necessary files for the SpeedTouch™ to boot correctly
the active and the dl directories
The active directory contains the active software image.
The dl (download) directory contains the passive software image.
If you made changes to the SpeedTouch™ configuration and saved
them, a user.ini configuration settings file is created in the dl
subdirectory.
14
E-DOC-CTC-20050429-0103 v1.0
Chapter 1
Your SpeedTouch™
File system access
rights
Common FTP
commands
On the different directories you have following privileges:
DirectoryAccess rights
rootNO read/write
activeread-only
dlread/write
Depending on the access rights you have on a directory, you can use one of
following commands:
Command...You can use to...
cdaccess another directory than the one currently open.
Example: ftp>cd dl.
dirlist the directory files.
Example: ftp>dir.
binset the transfer mode to ‘binary’.
hashturn on the hashing option.
putupload files.
Example: ftp>put C:/MyBackupFiles/user.ini.
A configuration file must be uploaded to the dl directory.
getdownload files.
Example: ftp>get user.ini.
Downloading the configuration file must be done from the dl
directory.
deletedelete files.
byequit FTP.
E-DOC-CTC-20050429-0103 v1.0
15
Chapter 1
Your SpeedTouch™
FTP fil e tr a ns f erTo allow correct file transfers, set the transfer mode to “binary”: At the ftp prompt,
type bin and press Enter.
Turn on the hashing option to see the progression of the file transfer: At the
ftp prompt type hash and press Enter.
Example:
/home/doejohn{1}$ftp 192.168.1.254
Connected to 192.168.1.254
220 Inactivity timer = 120 seconds. Use 'site idle <secs>' to change.
Name (192.168.1.254:doejohn):
331 SpeedTouch™ (00-90-D0-01-02-03) User 'doejohn' OK. Password requir
ed.
Password : ######
330 OK
ftp>
ftp>bin
200 TYPE is now 8-bit binary
ftp>
ftp>hash
200Hash mark printing on (8192 bytes/hash mark).
ftp>cd dl
250 Changed to /dl
ftp>put C:\user.ini
200 Connected to 192.168.1.10 port 1271
150 Opening data connection for user.ini
226 File written successfully
ftp: 256 bytes sent in 0,000Seconds 256000,000Kbytes/sec.
ftp>
Quote site commandAll the CLI commands can be executed from within an FTP session. Only complete
CLI commands (in other words, the complete command syntax with all the
parameters already specified) can be executed.
Example: To execute the CLI command
type ‘quote site software cleanup’ and press Enter.
1Go to the SpeedTouch™ pages, as described in “1.3.1 Access via the Web
Interface” on page 11.
2In the menu select Toolbox > Remote Assistance.
3Click Enable Remote Assistance.
4Provide the following parameters to your helpdesk:
URL (the HTTPS link)
User name
Password
5Your ISP is now able to access your SpeedTouch™ via the secure HTTPs link in
combination with the provided certificate (a secure authentication mechanism).
For security reasons, after 20 minutes of inactivity, or on reboot, Remote
Assistance will be automatically disabled.
Chapter 1
Your SpeedTouch™
Disabling remote
access
To disable remote assistance:
1Go to the SpeedTouch™ pages, as described in “1.3.1 Access via the Web
Interface” on page 11.
2In the menu select Toolbox > Remote Assistance.
3Click Disable Remote Assistance.
E-DOC-CTC-20050429-0103 v1.0
17
Chapter 1
Your SpeedTouch™
18
E-DOC-CTC-20050429-0103 v1.0
2Local Network Setup
IntroductionThe SpeedTouch™ offers you following local networking solutions:
Wired Ethernet
Wireless Ethernet
Device settingsOnce you’ve connected a device, you are able to personalise its settings:
1Go to the SpeedTouch™ web pages.
2In the menu select Home Network > Devices.
3Click the name of your device, or if the device’s settings haven’t been
personalised yet, click the MAC address of the device.
4On the top right, click Configure.
5Now you can change the device’s name, lock its IP address and assign
applications and services to the device.
Chapter 2
Local Network Setup
E-DOC-CTC-20050429-0103 v1.0
19
Chapter 2
Local Network Setup
2.1Wired Ethernet
Local networkThe Ethernet ports on the backpanel allow you to connect the SpeedTouch™ to an
existing 10 or 100 Base-T Ethernet network or one (or more) computer(s) with
installed Ethernet card.
Using the SpeedTouch™ Ethernet switch, you can create a local Ethernet network of
up to four devices, without needing extra networking devices.
In the SpeedTouch™ package, a yellow full-wired straight-through RJ-45/RJ45 Ethernet cable is included.
Standard wiring
procedure
Use the yellow Ethernet cable provided to wire your computer's Ethernet port to one
of the SpeedTouch™'s Ethernet ports.
The Ethernet cable can also be used to wire any Ethernet port of your SpeedTouch™
to an external hub or switch.
Please follow the installation instructions supplied with the external hub or
switch for connections and Ethernet cabling.
Ethernet link checkLED indicators allow you to check your Ethernet. See “1.2 SpeedTouch™ LED
Behaviour” on page 8 for more information.
Device settingsOnce you’ve connected a device, you are able to personalise its settings.
For more information, see “ Device settings” on page 19.
Managed Ethernet
switch
Your SpeedTouch™ intelligently switches data between the devices on your LAN,
using priority queuing to ensure that higher priority messages are delivered first and
in real-time. This feature maximizes your network performance.
The managed Ethernet switch allows you to configure a Virtual Local Area Network
(VLAN), group ports or isolate a port, configure secure channel connections, define
Quality of Service (QoS), and you can configure port mirroring, allowing monitoring
from one port to another.
You can configure the managed Ethernet switch manually using CLI (For more
information, see the SpeedTouch™ CLI Reference Guide).
20
E-DOC-CTC-20050429-0103 v1.0
Local Network Setup
2.2Wireless Ethernet
IntroductionThe SpeedTouch™ Wi-Fi® certified IEEE 802.11g compliant wireless access point
allows multiple computers to connect wirelessly to your local network over the
SpeedTouch™ Wireless LAN environment. The SpeedTouch™ is backward compatible
with IEEE 802.11b, which means 802.11b and 802.11g devices can coexist in the
same wireless network.
The Wireless Distribution System (WDS) on your SpeedTouch™ allows you to extend
the range of your wireless network. To be able to use WDS, you will need to
introduce an additional WDS-enabled access point into your wireless network.
To be able to connect the computers, make sure that a wireless client adapter
(WLAN client) is installed on each computer you want to connect via the WLAN.
Chapter 2
Wireless client
requirements
All wireless client adapters compliant to 802.11g and/or 802.11b, will be able to
communicate with the SpeedTouch™ and other members of the SpeedTouch™
(W)LAN environment. However, be aware that only 802.11g compliant wireless
clients are able to gain full profit of the 54 Mb/s (Max) bandwidth delivered by the
SpeedTouch™.
It is highly recommended to use only wireless client adapters that are Wi-Fi™ certified
to ensure smooth interoperability with the SpeedTouch™’s WLAN.
E-DOC-CTC-20050429-0103 v1.0
21
Chapter 2
Local Network Setup
Wireless FidelityThe Wi-Fi certification ensures that your SpeedTouch™ will interoperate with any Wi-
2.2.1Wireless Basics
IntroductionIn this section some key wireless concepts are explained.
802.11b/g802.11b is an IEEE standard, operating at 2,4 GHz at a speed of up to 11 Mb/s.
802.11g, a newer IEEE standard also operating at 2,4 GHz, gives you up to 54 Mb/s
speed, more security and better performance.
Fi certified 802.11g and 802.11b compliant wireless device.
Access PointThe SpeedTouch™ Wireless LAN Access Point (AP) behaves as a networking hub
allowing to wirelessly interconnect several devices to the local (W)LAN and to
provide access to the Internet.
Network Name or SSIDThe WLAN's 'radio' link is a shared medium. As no physical connection exists
between the SpeedTouch™ and wireless clients, a name must be given to allow
unique identification of your WLAN radio link. This is done by the Service Set ID
(SSID), also referred to as Network Name. Wireless clients must be part of this SSID
environment in order to be able to communicate with other clients on the (W)LAN including the SpeedTouch™.
Radio channelsThe 802.11g standard allows several WLAN networks using different radio channels
to be co-located. The SpeedTouch™ supports multiple radio channels and is able to
select the best radio channel at each start-up.
You can choose to set the channels automatically or manually.
The different channels are overlapping. To avoid interference with another
access point, make sure that the separation (in terms of frequency) is as
high as possible. It’s recommended to keep at least 3 channels between 2
different access points.
The SpeedTouch™ supports all channels allowed for wireless networking. However,
depending on local regulations, the number of channels actually allowed to be used
may be additionally restricted, as shown in the table below:
Regulatory DomainAllowed Radio Channels
China1 to 13
Europe1 to 13
22
Israel5 to 8
Japan1 to 14
Jordan10 to 13
Thailand1 to 14
USA1 to 11
E-DOC-CTC-20050429-0103 v1.0
Loading...
+ 96 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.