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:
Chapter 1
AB
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-0102 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-0102 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-0102 v1.0
For more information on the web pages, see “4 SpeedTouch™ Web Interface” on
page 47.
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 a subdirectory called dl.
The root directory contains:
all the necessary files for the SpeedTouch™ to boot correctly
the dl directory
The dl (download) directory contains the 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-0102 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
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-0102 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-0102 v1.0
17
Chapter 1
Your SpeedTouch™
18
E-DOC-CTC-20050429-0102 v1.0
2Local Network Setup
IntroductionThe SpeedTouch™ offers you following local networking solutions:
Wired Ethernet
USB (1.1)
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-0102 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.
20
E-DOC-CTC-20050429-0102 v1.0
2.2USB
Chapter 2
Local Network Setup
Supported operating
systems
Installing and using the SpeedTouch™ USB connection on the SpeedTouch™ is
supported for following operating systems:
Microsoft Operating Systems:
MS Windows 98SE
MS Windows Millennium
MS Windows 2000
MS Windows XP
You may need the Windows installation CD-ROM during installation.
The installation procedures might be slightly different depending on
the MS Windows OS you are using.
Mac Operating Systems:
Mac OS X Jaguar (10.2)
Mac OS X Panther (10.3)
System requirementsFor Windows 98SE/ME:
Pentium processor 166 MHz or compatible
32 megabytes (MB) of memory
30 MB of free disk space
For Windows 2000/XP:
Pentium II processor or compatible
64 MB of memory
30 MB of free disk space
For Mac OS X:
128 MB of memory
30 MB of free disk space
PrerequisitesIt is strongly advised to remove any SpeedTouch™ USB driver installation that may
E-DOC-CTC-20050429-0102 v1.0
reside on your PC before you install USB drivers from the SpeedTouch™ Setup CD
delivered with your SpeedTouch™ product.
Make sure both your PC and SpeedTouch™ are turned on and operational.
In the SpeedTouch™ package, a blue USB cable is included to connect a
single computer to your SpeedTouch™.
21
Chapter 2
Local Network Setup
Installing Windows USB
driver
The installation is plug and play, meaning that installation will require almost no
effort.
Proceed as follows:
1Insert the blue USB cable provided into the SpeedTouch™ USB port marked with
the USB logo:
2The other end of the USB cable fits in (one of) the USB port(s) of your PC. In
most cases your PC's USB port is marked with the same USB symbol.
You can also connect your PC to the SpeedTouch™ via a USB hub.
3Windows will automatically recognise the Thomson USB Remote NDIS device:
4The Windows Found New Hardware Wizard appears:
This wizard will guide you through the installation procedure of the USB drivers.
Click Next to continue.
The Windows Found New Hardware Wizard may ask your
authorisation to connect to Window Update to search for software. If
this is the case, select No, not this time and click Next.
5Select Install the software automatically (Recommended), and click Next.
6The USB driver is being installed. After a while a completing dialogue will
appear. Click Finish to complete the installation.
7As a result your USB connection is installed and ready for use.
Verifying U SB
connectivity in Windows
Installing Mac USB
drivers
Device settingsOnce you’ve connected a device, you are able to personalise its settings. For more
The SpeedTouch™ USB connection is represented as a local network interface. You
can easily check this interface by opening the Network Connections window from
Windows’ Control Panel:
The USB driver will be installed automatically on your Mac.
On the Setup CD, the Mac USB driver is located in stInstall.app > Contents > MacOS > CDCdriver.
information, see “ Device settings” on page 19.
22
E-DOC-CTC-20050429-0102 v1.0
Local Network Setup
2.3Wireless 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-0102 v1.0
23
Chapter 2
Local Network Setup
Wireless FidelityThe Wi-Fi certification ensures that your SpeedTouch™ will interoperate with any Wi-
2.3.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
24
Israel5 to 8
Japan1 to 14
Jordan10 to 13
Thailand1 to 14
USA1 to 11
E-DOC-CTC-20050429-0102 v1.0
Chapter 2
Local Network Setup
AntennasDirect the external antenna to allow optimization of the wireless link. If for example
the antenna is erect, wireless links in the horizontal plane are favoured. Please note
that the antenna characteristics are influenced by the environment, that is by
reflections of the radio signal against walls or ceilings. It is advisable to use the
received signal strength as indicated by the wireless client manager to optimize the
antenna position for the link to a given client.
Concrete walls will die down the radio signal strength and thus affect the
connection.
E-DOC-CTC-20050429-0102 v1.0
25
Chapter 2
Local Network Setup
2.3.2Connecting First-time Wireless Clients
Wireless default
settings
Preparing first-time
wireless clients
After every Reset-to-Defaults, the SpeedTouch™ wireless access point configuration
is returned to its initial default settings.
These default settings are:
Security level is low (security disabled) for an easy first use, meaning the data
will not be encrypted. Wireless security settings are described in
“2.3.3 Wireless Security” on page 29.
The SpeedTouch™ is broadcasting its network name (SSID).
This default network name (SSID) is printed on the identification label located
on the bottom of your SpeedTouch™ and is unique for each device. It consists
of the concatenation of the word “SpeedTouch” and 6 hexadecimal characters,
without any spaces, for example SpeedTouch123456.
The radio channel number is set to ‘automatically scan for the best radio
channel’.
Registration is not activated. New stations are allowed automatically. The
Access Control List is open and empty. No wireless client will be denied access
to the SpeedTouch™ based on its physical hardware address.
The default wireless settings may differ from the settings listed above
depending on your Service Provider’s requirements. If this is the case, refer
to the installation/configuration instructions provided by your Service
Provider.
Make sure that:
The SpeedTouch™ is powered on and ready for service.
The SpeedTouch™ is in its default configuration.
If needed, reset the SpeedTouch™ to its default configuration (See “6.3 Reset
to Factory Defaults” on page 115 for more information).
A wireless client adapter is installed on your computer.
The wireless client adapter’s IP configuration is set to dynamically obtain its IP
configuration (DHCP) - this is usually the default. For more information, see the
documentation of your wireless client adapter.
Configuring first-time
wireless clients
First-time association
example
26
The wireless client must be correctly configured for the default network name. As
the SpeedTouch™ broadcasts its network name to the wireless clients, you can select
the SpeedTouch™ wireless network from a list of available networks. Depending on
your wireless client a wireless icon may become green or a message similar to the
following may pop up: “Successfully joined Wireless network SpeedTouch123456”.
Some wireless clients do not automatically join a wireless network. If so,
follow the instructions for the wireless client software to initiate association.
In the example below is shown how the SpeedTouch™ wireless network is presented
towards an MS Windows XP Service Pack 2 system:
E-DOC-CTC-20050429-0102 v1.0
To associate your wireless client to the SpeedTouch™:
1Click the network icon in the notification area:
2The Wireless Network Connection window appears:
Chapter 2
Local Network Setup
In the Choose a wireless network list, select the SpeedTouch™ wireless
network and click Connect.
3Following window appears:
Click Connect Anyway.
4Your computer is now connected to the SpeedTouch™ wireless network.
For other Operating Systems the wireless client will in most cases be
configured via dedicated client managers.
E-DOC-CTC-20050429-0102 v1.0
27
Chapter 2
Local Network Setup
Wireless device
settings
Once you’ve connected a device, you are able to personalise its settings.
For more information, see “ Device settings” on page 19.
To add a wireless device to the Access Control List (ACL), select Allowed on
WLAN.
28
E-DOC-CTC-20050429-0102 v1.0
2.3.3Wireless Security
IntroductionSince the SpeedTouch™ wireless environment is a radio environment, precautions
must be taken to ensure that your wireless network is safe from malicious intruders.
To secure your wireless network, following wireless access point settings can be
personalised:
Your Network Name (SSID)
ACL setting
Data encryption
Security settingsTo personalise the wireless security settings on your SpeedTouch™:
1Go to the SpeedTouch™ web pages.
2In the menu select Home Network.
3Click your WLAN.
4On the top right, click Configure.
5On the Wireless Access Point page, you can modify the Security settings.
Chapter 2
Local Network Setup
Network Name (SSID)On the Wireless Access Point page, you can give a new name to your Network
Name (SSID).
Under Security, you can clear Broadcast Network Name (SSID), to prohibit the
Network Name from being broadcasted.
Access Control List
(ACL)
The SpeedTouch™ features a managed Access Control List (ACL) front .
On the Wireless Access Point page, you have following options for the ACL: New
stations are
Allowed (automatically): All new stations can access the SpeedTouch™.
Allowed (via registration): Only allowed stations in the ACL have access.
Not allowed: Only allowed stations in the ACL have access.
E-DOC-CTC-20050429-0102 v1.0
29
Chapter 2
Local Network Setup
Data encryptionTo setup wireless connectivity, you can choose different levels of security:
Low (Security disabled, the default): No security; the data will not be
encrypted, no authentication process will be used.
Medium: Use WEP (Wired-Equivalent Privacy) to encrypt the traffic
between the SpeedTouch™ and the clients by sharing a pre-defined 64-bit
or a 128-bit Network key for secure communication with legacy 802.11b
clients.
The default 64 bits hexadecimal WEP key is printed on the
identification label located at the bottom of the SpeedTouch™
and is unique for each device.
High: Use WPA-PSK (Wi-Fi Protected Access Pre-Shared Key) encryption,
the highest form of security available, but make sure that your wireless
client and client manager are compatible with it.
The default WPA-Personal passphrase is printed on the
identification label located at the bottom of the SpeedTouch™
and is unique for each device.
The WPA-Personal passphrase must consist of 8 to 63 ASCII
characters or 8 to 64 HEX digits.
30
E-DOC-CTC-20050429-0102 v1.0
2.3.4Connecting Additional Wireless Clients
PreconditionsMake sure that:
The SpeedTouch™ is powered on and ready for service.
The SpeedTouch™ has been configured as DHCP server (default).
The wireless client adapters have been installed on all computers you want to
connect to the WLAN.
Security issuesDepending on the personalised wireless settings:
Make sure to use the same encryption or security level on the client as on your
SpeedTouch™. If for instance WPA-PSK is enabled on the SpeedTouch™, you
must also configure the wireless client to use WPA-PSK and configure the same
WPA-PSK passphrase.
In case the Network Name (SSID) is not broadcasted, you must configure the
wireless client for the SpeedTouch™ Network Name. Refer to the
documentation of your wireless client for more information.
Depending on the ACL settings:
In case New stations are allowed (automatically), your device will be
able to access the SpeedTouch™ WLAN.
In case New stations are allowed (via registration), you will need to
register.
In case New stations are not allowed, you will not be able to access the
SpeedTouch™.
Chapter 2
Local Network Setup
Registering wireless
clients
In case ‘New stations are allowed (via registration), you can add a wireless client to
the ACL via:
Registering clients
Registering clients via association button
Registering clientsYou can add a wireless client to the ACL as follows:
1Go to the SpeedTouch™ web pages.
2In the menu select Home Network > Devices.
3Under Pick a task..., click Search for wireless devices.
4The SpeedTouch™ searches for new wireless stations that use the encryption
key of the SpeedTouch™ Access Point.
5The SpeedTouch™ takes you to the Home Network. The new station will be
shown next to the name of the SpeedTouch™ WLAN.
6Click the name of the new station.
7Click Configure.
8Select Allowed on WLAN and click Apply.
9Now the device is added to the ACL and will always be allowed to connect to
the SpeedTouch™.
E-DOC-CTC-20050429-0102 v1.0
31
Chapter 2
Local Network Setup
Registering clients via
association button
You can easily register new wireless network clients as follows:
Push the Association / on the SpeedTouch™front panel for at least two
seconds. The WLAN LED will toggle between green and red.
The ACL will be unlocked for a time frame of one minute. Any new wireless
client successfully attempting to connect to the SpeedTouch™ (having the
correct wireless settings, that is the network name and, if required, the
network key) within the time frame of one minute, will be added to the table.
The SpeedTouch™ automatically saves your current configuration at the end of
the registration phase.
Some WLAN clients do not automatically join a WLAN. If so, follow
the instructions for the WLAN client software to initiate the
association.
1Successfully registered stations are associated to the SpeedTouch™ WLAN.
Depending on your WLAN client adapter, a wireless icon may become green or
a message similar to the following may appear: “Successfully joined Wireless
network SpeedTouch123456”.
2The wireless clients will be added to the SpeedTouch™ ACL.
3After one minute the ACL is locked.
The registration procedure can be repeated as often as needed.
32
E-DOC-CTC-20050429-0102 v1.0
Chapter 2
Local Network Setup
2.3.5Extending the Range of Your Wireless Network
WDSThe SpeedTouch™ features Wireless Distribution System (WDS) functionality. This
feature allows you to extend the range of your wireless network by introducing one
or more WDS-enabled devices into your wireless network.
The Wireless Distribution System (WDS) enables data packets to pass from one
wireless access point to another, just as if the access points were ports on a wired
Ethernet switch. WDS allows you to extend the range of your SpeedTouch™ by
means of one or more wireless repeaters, like for instance a SpeedTouch™180. The
following illustration depicts two WDS-enabled devices communicating via WDS:
WDS Link
The SpeedTouch™ allows you to add up to four wireless repeaters.
Repeaters extend the coverage area of your wireless LAN, however bear in
mind that throughput is reduced for wireless clients that are connected
through a repeater.
PreconditionsCheck on following:
Your wireless repeater must be WDS enabled.
Both your SpeedTouch™ and your wireless repeater must use:
The same WEP key if WEP is enabled.
!
The same fixed channel.
The SpeedTouch™ and your wireless repeater do not necessarily need to use
the same SSID. Using different SSIDs allows you to force your wireless
clients to use either the access point of the SpeedTouch™ or the one of your
wireless repeater.
SpeedTouch™180SpeedTouch™585
WPA encryption is not supported when using WDS.
E-DOC-CTC-20050429-0102 v1.0
33
Chapter 2
Local Network Setup
Configuring WDSTo configure your WDS on the web pages:
1Go to the SpeedTouch™ web pages.
2In the menu select Home Network.
3Click your WLAN.
4On the top right, click Configure.
If not already done, set a fixed channel and check whether the security
settings (WEP encryption or no encryption) on your SpeedTouch™ are
the same as on the repeater.
5On the Wireless Access Point page, in the Pick a task... list, click Configure
WDS.
6Select WDS Enabled.
7In the Pick a task... list, click Scan for wireless access points.
8A warning will be displayed:.
Click OK.
9The SpeedTouch™ will scan for access points on the same radio channel.
10 Select your repeater in the List of Accessible Access Points and click Apply.
34
E-DOC-CTC-20050429-0102 v1.0
Internet Connectivity Dial-In Clients
3Internet Connectivity Dial-In Clients
IntroductionFor setting up initial Internet connectivity, using the Home Install Wizard on the
Setup CD or the embedded Easy Setup, refer to the provided Installation and Setup
Guide.
Access methodsDepending on the configuration of the SpeedTouch™ you may have:
Direct access:
As soon as the initial configuration has been done, immediate and uninterrupted
WAN access is provided.
In case of direct access, the remote organisation might ask for a user
name and password on an Internet welcome page.
Dial-in access:
Access must be explicitly established, that is by “dialling” into a Broadband
Remote Access Server (BRAS).
Depending on the SpeedTouch™ configuration, dial-in access is provided via the
SpeedTouch™’s Routed PPPoA or Routed PPPoE packet services with
embedded PPP client.
Chapter 3
Connection protocolsThe applied connection protocol model depends on the service profile you selected to
configure the SpeedTouch™ and should correspond with the Service Provider’s
requirements. If your ISP provides PPPoE for instance, you should configure PPPoE.
More information on connection protocols can be found in the Internet Connection
Configuration Guide.
Dial-in clientsThere are different ways of dialling in, depending on the operating system on your PC
and your preferences.
Dial-in method:can be used on
following operating
For more information,
see:
system:
Embedded PPP dial-in client:
Dial-in client on
embedded pages
MS Windows XP IGD
Control Agent for UPnP
Host PPP dial-in client for a SpeedTouch™ configured in pure bridging mode:
MS Windows XP
Broadband connection
Mac OS X PPPoE dial-in
client
MS Windows, Mac, unix,
other
MS Windows XP“3.2 IGD Control Agent”
MS Windows XP“3.3 MS Windows XP
Mac OS X“3.4 Mac OS X PPPoE
“3.1 SpeedTouch™ Web
Pages”
on page 39
BroadBand Connection”
Dial-in Client”
E-DOC-CTC-20050429-0102 v1.0
35
Chapter 3
Internet Connectivity Dial-In Clients
Embedded PPP dial-in
clients
Broadband host PPPoE
dial-in clients
The SpeedTouch™’s embedded PPP dial-in client allows you to establish an Internet
connection for computers residing on your local network, using only one computer of
the network to control the client.
If this computer runs:
Any Operating System
you can always use the SpeedTouch™ web pages.
See “3.1 SpeedTouch™ Web Pages” on page 37 to proceed.
MS Windows XP
you can use MS Windows XP’s Internet Gateway Device Control Client.
See “3.2 IGD Control Agent” on page 39 to proceed.
You can also connect to the Internet using a Broadband PPPoE dial-in application.
The PPP over Ethernet connection scenario provides PPP-like dial-in behaviour over
the virtual Ethernet segment.
To be able to use a broadband dial-in application on your computer for connecting to
the Internet, the SpeedTouch™ needs to be configured for Bridged Ethernet or Routed
PPPoE (with PPPoE relay) via the SpeedTouch™ Home Install Wizard on the Setup CD
or the embedded Easy Setup.
If this computer runs:
MS Windows XP
you can use the MS Windows XP broadband dial-in client. See “3.3 MS
Windows XP BroadBand Connection” on page 41 for more information.
Mac OS X
you can use a Mac OS X broadband dial-in client. See “3.4 Mac OS X PPPoE
Dial-in Client” on page 45 for more information.
- or -
A broadband PPPoE dial-in client provided by your Service Provider to connect
to the Internet
Upon availability of OS-specific PPPoE dial-in client applications, the
latter method is Operating System independent.
For PPPoE session connectivity from a Mac OS 8.6/9.x, an MS
Windows 95/98(SE)/ME/2000 or a Linux system, a host PPPoE dial-in
application is mandatory.
36
E-DOC-CTC-20050429-0102 v1.0
Chapter 3
Internet Connectivity Dial-In Clients
3.1SpeedTouch™ Web Pages
IntroductionAs the SpeedTouch™ web pages are controllable from any Operating System with an
installed web browser, the method to establish PPP sessions described below you
can use on any computer system.
For more information on Internet connection setup, see the provided Installation and
Setup Guide.
Starting an Internet
session
Proceed as follows:
1Open a web browser on your computer and browse to the SpeedTouch™ web
pages (see “1.3.1 Access via the Web Interface” on page 11 for more
information):
Monitoring your
Internet connection
E-DOC-CTC-20050429-0102 v1.0
By default the SpeedTouch™ shows you the Home page.
2Click Connect at the appropriate broadband connection.
You might be requested to enter your user name and password.
As a result SpeedTouch™’s embedded PPP dial-in client establishes the Internet
connection.
3Now you can surf the Internet.
You are able to overview and monitor your Internet connectivity as long as the
session is running via:
The SpeedTouch™ System Information page: see “4.3.1 Information” on
page 56.
The SpeedTouch™ Diagnostics task: see “4.4.1 Connectivity Check” on
page 65.
37
Chapter 3
Internet Connectivity Dial-In Clients
Terminating an Internet
session
To close an active PPP connection:
1Go to the SpeedTouch™ Home page.
2Click Disconnect at the appropriate broadband connection.
As a result the SpeedTouch™’s embedded PPP dial-in client will close the Internet
connection. The Internet Link status will change to Disconnected and your PC is offline.
38
E-DOC-CTC-20050429-0102 v1.0
Internet Connectivity Dial-In Clients
3.2IGD Control Agent
IntroductionMS Windows XP users can easily establish PPP sessions, thanks to MS Windows
XP’s Internet Gateway Device (IGD) Discovery and Control Client that allows you to
control the SpeedTouch™ directly from you PC.
The IGD control client only allows to connect or to disconnect a fully
configured connection.
PreconditionsFollowing conditions must be met:
Following subcomponents of Windows XP’s Networking Services must be
added to your Windows XP system:
UPnP™ (see “ SpeedTouch™ not detected by UPnP™ or IGD Control Client”
on page 113).
IGD Discovery and Control Client (see “ Adding IGD Discovery and
Control” on page 114).
UPnP™ must be enabled on your SpeedTouch™. To enable UPnP, see
“4.5.2 Game & Application Sharing” on page 71.
Chapter 3
Starting an Internet
session
Proceed as follows:
1In the Windows task bar, click Start.
2Select (Settings >) Control Panel.
3The Control Panel window appears. Go to (Network and Internet Connections
>) Network Connections.
4The Network Connections window appears:
You will find an Internet Gateway icon, representing the SpeedTouch™ IGD
Internet connection ability.
5Double-click the Internet Connection icon.
As a result the SpeedTouch™’s embedded PPP dial-in client establishes the
Internet connection. The Internet Gateway icon displays connected and your
PC is online.
6You can open a web browser and surf the Internet.
E-DOC-CTC-20050429-0102 v1.0
39
Chapter 3
Internet Connectivity Dial-In Clients
Internet connection
status
Terminating an Internet
session
As long as the SpeedTouch™’s embedded PPP dial-in client is connected, you are able
to overview the connection status and some counters by double-clicking the Internet Connection icon in your PC’s Network Connections window:
Proceed as follows:
1In the Windows task bar, click Start.
2Select (Settings >) Control Panel > (Network and Internet Connections >)
Network Connections.
3In the Network Connections window, right-click the Internet Connection icon
and select Disconnectto close the session.
You can also double-click the icon. Then the Internet Connection Status window will appear on which a Disconnect button is available
to close the session.
4As a result the SpeedTouch™’s embedded PPP dial-in client will close the
Internet connection. The Internet Gateway icon displays Disconnected and
your computers are off-line.
40
E-DOC-CTC-20050429-0102 v1.0
Chapter 3
Internet Connectivity Dial-In Clients
3.3MS Windows XP BroadBand Connection
PrerequisitesTo be able to use the MS Windows XP BroadBand Connection, your SpeedTouch™
must be configured for either:
Bridging, or
PPPoE Relay
Configuring a
broadband connection
Proceed as follows:
1On the Start menu, click (Settings >) Control Panel.
2The Control Panel window appears. Go to (Network and Internet Connections
>) Network Connections.
3In the Network Tasks menu, click Create a new connection.
The New Connection Wizard appears:
Click Next.
4Select Connect to the Internet and click Next.
5Select Set up my connection manually and click Next.
6Select Connect using a broadband connection that requires a user name and
password and click Next.
7Give a name to the connection you are creating, for example YourISP:
E-DOC-CTC-20050429-0102 v1.0
41
Chapter 3
Internet Connectivity Dial-In Clients
8Select whether the connection will be available to any user or only to yourself:
9Fill in the Internet account information. This information should be provided by
your service provider:
10 At the end of the configuration the following window appears:
Click Finish to complete the configuration.
The Connect Your IS P window (see below) appears.
42
E-DOC-CTC-20050429-0102 v1.0
Chapter 3
Internet Connectivity Dial-In Clients
Starting a broadband
Internet session
Proceed as follows:
1On the Start menu, point Connect To and click the name of the connection
you’ve created, for example YourISP.
If you are using the Classic Start menu click Start > Settings > Network (and Dial-up) connections > YourISP.
2The Connect YourISP window appears:
3If requested, enter user name and password for your user account at the
Service Provider.
4Click Connect.
5As soon as the connection is established, the Connection message box and
Dialup window are minimised into an icon in the notification area:
6You can open your web browser and surf the Internet.
E-DOC-CTC-20050429-0102 v1.0
43
Chapter 3
Internet Connectivity Dial-In Clients
Terminating a
broadband Internet
session
Proceed as follows:
1On the Start menu, point Connect To and click the name of the connection
you’ve created, for example YourISP.
If you are using the Classic Start menu go to Start > Settings > Network (and Dial-up) connections > YourISP.
2The YourISP Status window appears:
3Click Disconnect.
4The connection is released. As a result no Internet connectivity exists any
more.
44
E-DOC-CTC-20050429-0102 v1.0
Chapter 3
Internet Connectivity Dial-In Clients
3.4Mac OS X PPPoE Dial-in Client
PrerequisitesTo be able to use the MS Windows XP BroadBand Connection, your SpeedTouch™
must be configured for either:
Bridging, or
PPPoE Relay
Configuring a
broadband connection
Proceed as follows:
1On the Apple menu, click System Preferences.
2In the System Preferences window, click the Network icon.
3The Network window appears. Make sure Built-in Ethernetis selected in the
Show list and click the PPPoE tab:
4Enter the Account Name and Password provided by your Service Provider.
Select Save password in case you want the computer to remember
the password for this account name.
Optionally you can enter a name for this connection in the Service Provider field. All other fields may stay empty.
5Click Apply Now.
E-DOC-CTC-20050429-0102 v1.0
45
Chapter 3
Internet Connectivity Dial-In Clients
Starting a broadband
Internet session
Terminating a
broadband Internet
session
Proceed as follows:
1Click the Internet Connect dockling.
If the Internet Connect dockling is not available, go to the Applications
folder on the system startup disk and double-click Internet Connect.
2The following window appears:
Make sure Built-in Ethernet is selected in the Configuration list.
3If needed, enter user name and password for your user account at the Service
Provider.
4Click Connect.
5As soon as the connection is established you can open your web browser and
surf the Internet.
Proceed as follows:
1Click the Internet Connect dockling.
If the Internet Connect dockling is not available, go to the Applications
folder on the system startup disk and double-click Internet Connect.
2The following window appears:
Make sure Built-in Ethernet is selected in the Configuration list
3Click Disconnect.
4The connection is released. As a result no Internet connectivity exists any
more.
46
E-DOC-CTC-20050429-0102 v1.0
Chapter 4
SpeedTouch™ Web Interface
4SpeedTouch™ Web Interface
IntroductionThe SpeedTouch™ comes with embedded HTML pages, providing an interface to the
software installed on the device. It allows easy setup and management of the
SpeedTouch™ via your web browser form any PC connected to the SpeedTouch™.
See “1.3.1 Access via the Web Interface” on page 11 to access the pages.
SpeedTouch™
documentation
Consult:
The SpeedTouch™ Installation and Setup Guide
for more information on setup and installation procedures.
E-DOC-CTC-20050429-0102 v1.0
47
Chapter 4
SpeedTouch™ Web Interface
Navigation componentsThe SpeedTouch™ web interface consists of following components:
4.1Navigation
Menu
Language Bar
Navigation Bar
Notification Area
Tasks
Navigation bar
Menu
Notification areaLanguage bar
Tasks
48
E-DOC-CTC-20050429-0102 v1.0
Chapter 4
SpeedTouch™ Web Interface
4.1.1Menu
Menu itemsThe menu is located on the left side of the page and consists of the following menu
items:
SpeedTouch:
Provides basic information on the SpeedTouch™.
Broadband Connection:
Allows you to view/configure your broadband connections.
Toolbox:
Allows you to assign games or applications to a device and secure your
Internet connection.
Home Network:
Allows you to manage your local network.
Collapsing and
expanding the menu
You are able to collapse/expand the menu by clicking the arrow located on the top
of the menu.
E-DOC-CTC-20050429-0102 v1.0
49
Chapter 4
SpeedTouch™ Web Interface
4.1.2Language Bar
Language barThe language bar is located under the SpeedTouch™ logo and allows you to change
the language of the SpeedTouch™ web interface.
The language bar will only be shown if more than one language is available.
!
50
E-DOC-CTC-20050429-0102 v1.0
SpeedTouch™ Web Interface
4.1.3Navigation Bar
Navigation barThe navigation bar is located on the top of the page and allows you to:
View the current user name.
Click this name to change your password or switch to another user.
View the current position on the SpeedTouch™ web interface.
Get context related Help information.
Display levelDepending on the page you are viewing following buttons will be available:
Overview to view a summary of the current status or configuration.
Details to view more detailed information on the current status or
configuration.
Configure to change the current settings.
Chapter 4
E-DOC-CTC-20050429-0102 v1.0
51
Chapter 4
SpeedTouch™ Web Interface
4.1.4Notification Area
Notification areaThe notification area is located under the Navigation Bar and is used to display:
Error messages indicated by a red traffic light.
Warnings indicated by an orange traffic light.
Information indicated by a green traffic light.
If none of these events occur, the notification area will not be shown.
52
E-DOC-CTC-20050429-0102 v1.0
SpeedTouch™ Web Interface
4.1.5Tasks
Task sTo allow a swift configuration of your SpeedTouch™, some pages may offer you a
number of related tasks. These tasks will guide you to the page where you can
perform the selected task.
Chapter 4
E-DOC-CTC-20050429-0102 v1.0
53
Chapter 4
SpeedTouch™ Web Interface
4.2Home
SpeedTouch™ home
page
The SpeedTouch™ home page gives you a short overview of all the configurable
aspects of the SpeedTouch™:
SpeedTouch
Broadband Connection
Toolbox
Home Network
54
E-DOC-CTC-20050429-0102 v1.0
SpeedTouch™ Web Interface
4.3SpeedTouch
The SpeedTouch menuThe SpeedTouch menu consists of following items:
Information
Configuration
Event Logs
Update
The SpeedTouch pageThe SpeedTouch page gives you some basic information on the SpeedTouch™:
Product Information
Configuration
Chapter 4
E-DOC-CTC-20050429-0102 v1.0
55
Chapter 4
SpeedTouch™ Web Interface
4.3.1Information
InformationThe Information page summarizes important information on your SpeedTouch™. You
may need this information when you contact your helpdesk.
56
E-DOC-CTC-20050429-0102 v1.0
SpeedTouch™ Web Interface
4.3.2SpeedTouch™ Easy Setup
Easy Setup WizardThis wizard helps you configure your SpeedTouch™ Internet connection.
To configure the SpeedTouch™ using the SpeedTouch™ Easy Setup wizard:
1On the left menu, click SpeedTouch.
2In the Pick a task... list, click Set up.
3The Easy Setup wizard will now guide you through the configuration of your
SpeedTouch™.
Chapter 4
E-DOC-CTC-20050429-0102 v1.0
57
Chapter 4
SpeedTouch™ Web Interface
4.3.3Restart
Accessing the Restart
page
Restarting your
SpeedTouch™
Proceed as follows:
1On the left menu, click SpeedTouch.
2In the Pick a task... list, click Restart.
Proceed as follows:
1Click Yes, restart my SpeedTouch.
2The SpeedTouch™ restarts.
3The SpeedTouch™ returns to the Home page.
58
E-DOC-CTC-20050429-0102 v1.0
SpeedTouch™ Web Interface
4.3.4Configuration
OverviewThe Overview page displays the current configuration of your SpeedTouch™.
DetailsThe Details page displays more detailed information on the current configuration of
your SpeedTouch™.
ConfigureThe Configure page allows you to change the current configuration.
Chapter 4
If you want to:
Reconfigure your SpeedTouch™:
Click Configuration Wizard under Service Configuration. For more information,
see “4.3.2 SpeedTouch™ Easy Setup” on page 57.
Configure the time settings of your SpeedTouch™:
Select Auto-configuration if you want the SpeedTouch™ to use a time
server to synchronise its clock to a dedicated time server.
Clear Auto-configuration to manually configure the SpeedTouch™ time
settings.
Disable/enable web browsing interception or set it to automatic.
If you disable web browsing interception or set it to automatic you will
!
not be able to use Parental Control.
Click Apply to save your settings.
E-DOC-CTC-20050429-0102 v1.0
59
Chapter 4
SpeedTouch™ Web Interface
4.3.5Backup & Restore
IntroductionThis page allows you to:
Save your current configuration.
Restore a previously saved configuration.
Accessing the Backup
& Restore page
Saving your current
configuration
Restoring a previously
saved configuration
Proceed as follows:
1On the SpeedTouch menu, click Configuration.
2Click Configure.
3In the Pick a task... list, click Save or Restore Configuration.
Proceed as follows:
1Click Backup Configuration Now.
2Click Save.
3Choose a location to save your backup file and click Save.
Proceed as follows:
1Click Browse.
2Select the configuration file you want to restore and click Open.
3Click Restore Configuration Now....
4The SpeedTouch™ loads your configuration and restarts.
5At the end of the procedure, the SpeedTouch™ returns to the Home page.
60
E-DOC-CTC-20050429-0102 v1.0
Chapter 4
SpeedTouch™ Web Interface
4.3.6Reset to Factory Defaults
IntroductionThis page allows you to reset the SpeedTouch™ to return to the initial configuration
of your SpeedTouch™. All your changes will be deleted.
Accessing the Reset to
Factory Defaults page
Resetting the
SpeedTouch™ to
factory defaults
Proceed as follows:
1On the left menu, click SpeedTouch.
2In the Pick a task... list, click Return to Factory Default Settings.
If you want to reset your SpeedTouch™ to factory defaults, click Yes, reset my
SpeedTouch.
If you reset your SpeedTouch™ to factory default settings, all active
!
connections will be disconnected.
E-DOC-CTC-20050429-0102 v1.0
61
Chapter 4
SpeedTouch™ Web Interface
4.3.7Event Logs
Event LoggingThe Event Logs page summarizes the latest events recorded on your SpeedTouch™.
Recorded Events tableThe Recorded Events table gives you an overview of the latest event logs that have
been recorded since power on. The first column of the table indicates the importance
of the event log
IndicatorDescription
Informational
Warning
Error
The Category list allows you to filter the events shown in the Recorded Events
table. For example, by clicking Security you can view all security related events, for
example generated by the SpeedTouch™ firewall.
62
E-DOC-CTC-20050429-0102 v1.0
4.3.8Update
Chapter 4
SpeedTouch™ Web Interface
Updating the
SpeedTouch™ system
software
The Update page allows you to:
View System Information.
View information on the current System Firmware.
Update your SpeedTouch™ from a remote server.
Use this option if you want to have yourSpeedTouch™ check on the internet for
new firmware and update if it found one.
Update from a PC.
Use this option if you want to install on your SpeedTouch™ that is located on
the PC.
E-DOC-CTC-20050429-0102 v1.0
63
Chapter 4
SpeedTouch™ Web Interface
4.4Broadband Connection
The Broadband
Connection menu
The Broadband
Connection page
The Broadband Connection menu consists of following menu items:
DSL Connection
Internet Services
The Broadband Connection page gives you a short status overview of the
connections configured on the SpeedTouch™.
Click View more to see more information on the selected broadband connection.
If you configured a dial-up connection, you are able to establish/terminate
the connection by clicking Connect/Disconnect.
64
E-DOC-CTC-20050429-0102 v1.0
Chapter 4
SpeedTouch™ Web Interface
4.4.1Connectivity Check
IntroductionThis page enables you to perform a connectivity check on an Internet service of your
SpeedTouch™.
Accessing the
Connectivity Check page
Checking you Internet
Connectivity
Analysing the test
results
Proceed as follows:
1On the left menu, click Broadband Connection.
2In the Pick a task... list, click Check connectivity to the Internet.
Proceed as follows:
1In the Internet Service to Check list, click the Internet service that you want to
check.
2Click Check Connectivity.
3The SpeedTouch™ lists the test results in the Test Results list.
If the test is successful, you will get a list of green check marks. Otherwise a red
cross will indicate which tests have failed.
E-DOC-CTC-20050429-0102 v1.0
65
Chapter 4
SpeedTouch™ Web Interface
4.4.2DSL Connection
OverviewClick Overview to view brief information on your DSL connection.
DetailsClick Details to view a more detailed information on your DSL connection.
66
E-DOC-CTC-20050429-0102 v1.0
4.4.3Internet Services
Chapter 4
SpeedTouch™ Web Interface
Internet Services
information
The Internet Services page displays information on your Internet Connection(s).
If you configured a dial-up connection you are able to establish/terminate
the connection by clicking Connect/Disconnect.
To view more detailed information on a specific connection, click the View more...
link of the corresponding connection.
E-DOC-CTC-20050429-0102 v1.0
67
Chapter 4
SpeedTouch™ Web Interface
4.4.4Internet Service Settings
Accessing the Internet
Service Settings page
OverviewThe Overview page gives you basic information on the selected Internet Service.
DetailsThe Details page gives you more detailed information on the selected Internet
Proceed as follows:
1On the Broadband Connection menu click Internet Services.
2Click the View more link of the internet service you want to view.
If you configured a connection you are able to establish/terminate the
connection by clicking Connect/Disconnect.
Service.
68
If you configured a dial-up connection you are able to establish/terminate
the connection by clicking Connect/Disconnect.
E-DOC-CTC-20050429-0102 v1.0
4.5Toolbox
The Toolbox menuThe To ol box menu consists of following menu items:
Remote Assistance:
Allows you to make your SpeedTouch™ accessible for remote support.
Game & Application Sharing:
Allows you to share services and games that you run in your private network
towards the internet.
Parental Control:
Allows you to block/allow access to specific web sites.
Firewall:
Allows you to configure the security level of the SpeedTouch™ firewall.
Intrusion Detection:
Allows you to view the intrusions you are protected against.
Dynamic DNS:
Allows you to assign a DNS host name to your broadband connection(s).
User Management:
Allows you to manage the users configured on your SpeedTouch™.
Chapter 4
SpeedTouch™ Web Interface
The Toolbox pageThe To ol bo x page gives you an overview of the available services and their current
status. You can click on the names of these services to go to the corresponding web
page.
E-DOC-CTC-20050429-0102 v1.0
69
Chapter 4
SpeedTouch™ Web Interface
4.5.1Remote Assistance
Enabling Remote
Assistance
This page allows you to make your SpeedTouch™ accessible for remote support.
You must be connected to the Internet to be able to enable remote
!
assistance.
To use remote assistance:
1If needed, type a password in the Password box.
2Click Enable Remote Assistance.
3Pass the information listed under:
URL
Username
Password
to your technical support, in order for them to be able to access your
SpeedTouch™.
Once the technical support is connected, no other connections are
possible.
4The remote assistance session ends:
If the technical support disables remote assistance.
After 20 minutes of inactivity, or after a reboot, remote management.
70
E-DOC-CTC-20050429-0102 v1.0
SpeedTouch™ Web Interface
4.5.2Game & Application Sharing
OverviewThe Overview page summarizes the games and applications on a particular host on
your network, for which the SpeedTouch™ accepts connections coming from the
Internet.
ConfigureThe Configuration page allows you to:
Select Use UPnP to enable UPnP on the SpeedTouch™.
Universal Plug and Play is an architecture for transparent peer-to-peer
connectivity of PCs, intelligent appliances, and (wireless) devices. It
enables seamless operation of a wide range of games and messaging
applications.
Select Use Extended Security to only allow the creation of port maps.
Assign a game or application to a specific network device.
Chapter 4
E-DOC-CTC-20050429-0102 v1.0
71
Chapter 4
SpeedTouch™ Web Interface
4.5.3Defined Games & Applications
Accessing the Defined
Games & Applications
page
The Defined Games &
Applications page
Proceed as follows:
1In the Toolbox menu, click Game & Application Sharing.
2In the Pick a task... list, click Modify a game or application.
This page gives you an overview of the games and applications defined on your
SpeedTouch™. Each game or application can be assigned to a device on your local
network.
72
To:
View the translation rules of a game or application, click the name of the rule.
Change the translation rules of a game or application, click the Edit link of the
the game or application.
E-DOC-CTC-20050429-0102 v1.0
4.5.4Game or Application Definition
Chapter 4
SpeedTouch™ Web Interface
Accessing the Game or
Application Definition
page
OverviewThis page gives you an overview of the port mappings used to allow this service or
ConfigureUnder:
Proceed as follows:
1In the Toolbox menu, click Game & Application Sharing.
2In the Pick a task... list, click Modify a game or application.
3Click the name of the game or application you want to view/change.
game to be initiated from the Internet.
Consult the user’s guide or support pages of your application to know which
ports are being used by this application.
A service is made of one or more TCP/UDP port ranges. Each incoming port range
can be translated into a different internal (local network) port range. Port ranges can
be statically assigned to devices or dynamically assigned using an outgoing trigger.
Game or Application Name you can:
Change the name of the game or application.
Game or Application Definition you can:
Change the TCP/UDP port definition for this game or application.
Adding a Port
Translation rule
E-DOC-CTC-20050429-0102 v1.0
Proceed as follows:
1In the Protocol list, click the protocol the game or application uses.
2In the Port Range box, type the port range the game or application uses.
3In the Translate To... box, type the port range to which the SpeedTouch™ has to
translate the ports specified under Port Range.
4If you want to make a dynamic translation rule you must specify a trigger
protocol and port.
As soon as the SpeedTouch™ receives outgoing traffic on this trigger
port, it will activate this translation rule.
5Click Apply.
73
Chapter 4
SpeedTouch™ Web Interface
4.5.5New Game or Application
Accessing the Game or
Application Definition
Creating a new game or
application
Proceed as follows:
1On the Applications page, click Game & Application Sharing.
2In the Pick a task... list, click Create a new game or application.
Proceed as follows:
1Type the name of the game or application in the Name box.
2Click:
Clone Existing Game or Application if you want to start from the port
mappings of the selected game or application.
Manual Entry of Port Maps if you want to manually configure the port
mapping for this game or application.
3The SpeedTouch™ creates the game or application and takes you to the Game
or Application Definition page to configure the port mappings for this game or
application.
4Enter the necessary port mappings and click Add.
74
E-DOC-CTC-20050429-0102 v1.0
4.5.6Parental Control
Parental ControlThe SpeedTouch™ allows you to block/allow particular web sites:
Based on the web site’s URL.
As within a web site lots of references can be made to other URLs, it is
recommended to use this feature in combination with content based
filtering.
Based on the web site’s content.
Redirect a web site to another web site.
If your administrator account is configured as default user, make sure to
!
configure a password for this account or change the default user. Otherwise
users on your local network can surf to your SpeedTouch™ to disable your
filtering rules.
For more information, see “4.5.13 User Management” on page 85 and
“4.5.15 Change Default User” on page 87.
Chapter 4
SpeedTouch™ Web Interface
OverviewThe Overview page displays:
The current Address Based Filtering rules.
The current Content Based Filtering configuration.
To view which content types are blocked/allowed, click Details. For more
information, see “4.5.8 Content Level” on page 79.
Address based filtering rules have priority over content based filtering
!
rules.
ConfigureThe Configure page allows you to:
Deny access to a specific web site.
Allow access to a specific web site.
Redirect a web site.
Configure content based filtering settings.
Content levelsFollowing content levels are available:
All:
Allow all categorized web sites.
Legal:
Allow all except illegal, extreme, spam and spyware web sites.
Teenagers:
Block illegal, adult, extreme, online ordering/gambling, spam and spyware web
sites.
Children:
Only allow children-save web sites.
BlockAll:
Block all categorized web sites.
E-DOC-CTC-20050429-0102 v1.0
75
Chapter 4
SpeedTouch™ Web Interface
Deny access to a
specific web site
Allow access to a
specific web site
Use this feature if:
Allow is selected under Action for Unknown Sites.
Block is selected under Action for Unknown Sites and you want to make an
exception on an allow rule. For example: you are allowing “provider.com” but
you want to deny access to “mail.provider.com”.
A content category/group is allowed by Content Based Filtering and you want
to make an exception. For example: you are allowing Web Mail content but you
want to deny access to “mail.provider.com”.
Proceed as follows:
1Type the URL of the web site you want to block (for example
“mail.provider.com”) in the Web Site box.
2In the Action list, click:
Block if you want to block this web site.
Redirect if you want to redirect to another page. Type the address of the
redirect page in the Redirect box.
3Click Add.
Use this feature if:
Block is selected under Action for Unknown Sites
Allow is selected under Action for Unknown Sites and you want to make an
exception on a block/redirect rule. For example: you are blocking “bank.com”
but you want to allow access to “netbanking.bank.com”.
A content category/group is blocked by Content Based Filtering and you want
to make an exception. For example: you are blocking Finance / Investment
content but you want to allow access to “netbanking.bank.com”.
Proceed as follows:
1Type the URL of the web site you want to allow (for example
“netbanking.bank.com”) in the Web Site box.
2Click Allow in the Action list.
3Click Add.
Redirect a web siteProceed as follows:
1Type the URL of the web site you want to redirect (for example “cracks.am”) in
the Web Site box.
2Click Redirect in the Action list.
3Type the URL of the web site you want to redirect to (for example
“mycompany.com/internetpolicy.htm”) in the Redirect box.
4Click Add.
76
E-DOC-CTC-20050429-0102 v1.0
Chapter 4
SpeedTouch™ Web Interface
Redirecting all web
sites
Configure content
based filtering settings
Proceed as follows:
1Type “*” in the Web Site box.
2Click Redirect in the Action list.
3Type the URL of the web site you want to redirect to (for example
“mycompany.com/internetpolicy.htm”) in the Redirect box.
4Click Add.
5Type the URL of the web site you want to redirect to (for example
“mycompany.com/internetpolicy.htm”) in the Web Site box.
6Click Allow in the Action list.
7Click Add.
Under Content Based Filtering you are able to:
Enable/disable content based filtering.
Allow/block uncategorized web sites.
Select a content level in the Content Level list.
To change a content level definition, click the Edit link of the content
level you want to change. For more information, see “4.5.8 Content
Level” on page 79.
E-DOC-CTC-20050429-0102 v1.0
77
Chapter 4
SpeedTouch™ Web Interface
4.5.7Web Filtering Activation
Accessing this pageProceed as follows:
1On the To ol bo x menu, click Web Site Filtering.
2In the Pick a task... list, click Activate Web filtering License.
Web Filtering Activation
page
Standard license
activation
This page allows you to:
Activate a Web Filtering evaluation license.
Activate a free 30-days Web Filtering evaluation license.
Proceed as follows:
1Click Standard.
2In the License Key box, type the license key provided by your ISP.
3Click Apply.
78
E-DOC-CTC-20050429-0102 v1.0
4.5.8Content Level
Accessing this pageProceed as follows:
1On the To ol bo x menu, click Web Site Filtering.
2Click Configure.
3Click the Edit link of the content level you want to edit.
OverviewThis page gives you an overview of the different categories and their rules.
Following icons indicate whether the content type is allowed or not:
IconDescription
The category/group is allowed
The category/group is not allowed.
Chapter 4
SpeedTouch™ Web Interface
The group is partly allowed.
ConfigureThis page allows you to change:
The content level name.
The content level description.
The content level configuration.
E-DOC-CTC-20050429-0102 v1.0
79
Chapter 4
SpeedTouch™ Web Interface
4.5.9New Content Level
IntroductionThis page allows you to create a new content level. To access this page:
ProcedureTo apply a new content level following actions must be performed:
1On the To ol bo x menu, click Web Site Filtering.
2In the upper right corner, click Configure.
3Under Pick a task..., click Create a new content level.
1Content level creation
2Content level configuration
3Content level definition
4Content level activation
You can create up to 16 content levels.
!
Content level creationProceed as follows:
1In the Name box, type a name for the new content level.
2In the Description box, type a short text to describe what this security level will
do.
3Click Next.
Content level
configuration
Content level definitionOnly web sites that match the selected content level will be allowed. Proceed as
Proceed as follows:
1The Configuration section becomes available.
2Click:
Clone Existing Level to start from a previously created content level.
If no levels have been defined before, this option will not be
shown.
Black List to allow all web sites by default.
White List to block all web sites by default.
3Click Next.
follows:
1If you want to:
Allow a category:
Select the check box next to the category name.
Allow an entire group:
Select the check box next to the group name.
Block a category:
Clear the check box next to the category name.
Block an entire group:
Clear the check box next to the group name.
2Click Apply.
80
E-DOC-CTC-20050429-0102 v1.0
Content level activationTo activate your new content level:
1On the To ol bo x menu, click Web Site Filtering.
2In the upper right corner, click Configure.
3In the Content Level list, select your new content level.
4The new content level is now active.
Chapter 4
SpeedTouch™ Web Interface
E-DOC-CTC-20050429-0102 v1.0
81
Chapter 4
SpeedTouch™ Web Interface
4.5.10Firewall
ConfigureThe Configure page allows you to select the security level of the SpeedTouch™.
OverviewThe Overview page summarizes the overall security policy configured on your
SpeedTouch™.
Select one of following security levels:
Block All: to protect your network from all attempts of incoming (from
untrusted site) connection requests and to perform checks on outgoing (from
trusted site) connections. This level is meant to prevent incoming malicious
traffic.
Standard: to protect your network from all incoming (from untrusted site)
connection requests while permitting safe outgoing connections. This is the
default.
Disabled: to allow all incoming and outgoing traffic. This does not mean the
complete SpeedTouch™ firewall is disabled. It means all traffic coming in on one
interface and going out on another is allowed, but access to the embedded
services of the SpeedTouch™ (as telnet, web interface,...) is only allowed for
clients residing on the LAN side, so the SpeedTouch™ itself stays protected.
High:
Use this Security Level to block all outgoing connections except well known
applications (DNS, HTTP, HTTPS, FTP, TELNET, IMAP, POP) and block all
incoming connections. Game & Application sharing is not allowed by the
firewall.
82
E-DOC-CTC-20050429-0102 v1.0
Chapter 4
SpeedTouch™ Web Interface
4.5.11Intrusion Detection
Intrusion DetectionYour SpeedTouch™ is protecting your network against malicious intrusions. This page
shows you the intrusions you are protected against.
The Protected Intrusions table shows the number of times the SpeedTouch™ actively
protected your network against each intrusion since last statistics reset.
E-DOC-CTC-20050429-0102 v1.0
83
Chapter 4
SpeedTouch™ Web Interface
4.5.12Dynamic DNS
What is Dynamic DNSThe Dynamic DNS service allows you to assign a dynamic DNS host name (e.g.
ConfigureThe Configure page allows you to assign a Dynamic DNS host name to a broadband
john.dyndns.org) to a broadband connection even if it is using a dynamic IP address.
As soon as the device gets a new IP address, the dynamic DNS server updates its
entry to the new IP address.
OverviewClick Overview to view the different Dynamic DNS clients with their name,
hostnames, interface and IP address.
connection:
1Create an account at the Dynamic DNS service of your choice, for example:
www.dyndns.org
www.no-ip.com
www.dtdns.com
GnuDIP for Linux
2On the Dynamic DNS page, click Configure.
3Select Enabled.
84
4If needed, click the broadband connection to which you want to assign the
Dynamic DNS hostname in the Interface list.
5Type the user name and password of your Dynamic DNS service account in the
corresponding fields.
6In the Service list, click your Dynamic DNS service.
7In the Host box, type the host name you want to assign to this interface (for
example myspeedtouch.dyndns.org).
8Click Apply.
E-DOC-CTC-20050429-0102 v1.0
SpeedTouch™ Web Interface
4.5.13User Management
OverviewThe Overview page gives you an overview of the currently configured users and their
privileges.
Clicking the name of a user allows you to edit his user account.
ConfigureThe Configure page allows you to:
Click Add to create a new user account.
Click Delete to remove a user.
Click Edit to change a user account.
Chapter 4
E-DOC-CTC-20050429-0102 v1.0
85
Chapter 4
SpeedTouch™ Web Interface
4.5.14Edit User
Accessing the User Edit
page
Editing a user accountThe Edit User page allows you to:
Proceed as follows:
1On the To ol bo x menu, click User Management.
2Under Local User Data, click on the name of the user you want to edit.
Click Reset Password to reset the password of the selected user to the user
name. So, if you reset the password of John his password will be “John”.
Change the administration privileges of the selected user.
You can not change the administration privileges of the account you
!
are logged on to.
86
E-DOC-CTC-20050429-0102 v1.0
4.5.15Change Default User
Chapter 4
SpeedTouch™ Web Interface
Changing the default
user
This page allows you to change the default user. If users browse to the
SpeedTouch™ web pages, they will be automatically logged in under this account.
To allow users to automatically log on under this account, this default user
!
account must be configured with a blank password.
E-DOC-CTC-20050429-0102 v1.0
87
Chapter 4
SpeedTouch™ Web Interface
4.5.16Add User
Adding usersThis page allows you to add a new user.
Under User definition you can configure:
The name of the new user.
The password of the new user will be equal to the user name; for
!
example if the user name is John Doe, the password will be John Doe.
Also when resetting a user, the password will be changed into the user
name.
The administration privileges of the new user
You can only add users with less than or equal administration
!
privileges as yourself.
88
E-DOC-CTC-20050429-0102 v1.0
4.6Home Network
Home Network MenuThis menu consists of following items:
Devices
Allows you the view/configure the devices detected on your local network.
Interfaces
Allows you to view/configure the interfaces that are available on the
SpeedTouch™.
Chapter 4
SpeedTouch™ Web Interface
The Home Network
page
Viewing (wireless) client
information
The Home Network gives you an overview of your SpeedTouch™ network.
If you click a on (wireless) client you will be able to:
View the (wireless) client’s network settings.
Configure the (wireless) client’s network settings by clicking Configure.
E-DOC-CTC-20050429-0102 v1.0
89
Chapter 4
SpeedTouch™ Web Interface
4.6.1 Devices
ConfigureThe Configure page gives you an overview of the devices that are currently
OverviewThe Overview page gives you an overview of the devices that are currently
connected to the SpeedTouch™ network. Click on a device name to get more
information on a specific device.
connected to the SpeedTouch™ network.
To:
Get more information on a specific device, click on the name of the device.
See “4.6.2 Device Settings” on page 91 for more information.
Edit a device from the Detected Device(s) list, click Edit.
Delete a device from the Detected Device(s) list, click Delete.
Once a device connects to the SpeedTouch™ network, it will remain
listed in the Detected Device(s) list until you delete it.
90
E-DOC-CTC-20050429-0102 v1.0
4.6.2Device Settings
Chapter 4
SpeedTouch™ Web Interface
Accessing the device
settings page
OverviewThe Overview page displays following information:
Proceed as follows:
1On the Home Network menu, click Devices.
2In the Detected Device(s), click the name of the device you want to view.
Information allows you to view:
Status shows whether the device is currently connected to the
SpeedTouch™ network.
Type shows the device type.
Connected To shows the interface to which the device is currently
connected.
Addressing allows you to view:
Physical Address shows the MAC address of the device.
IP Address Assignment shows whether the device is using a static or
dynamic IP address.
IP Address shows the current IP address of the device.
Connection Sharing:
Gives you an overview of the games or services that are currently assigned to
this device. Click the name of the game or service to view the used port
mappings.
For more information, see “4.5.4 Game or Application Definition” on page 73.
ConfigureThe Configure page allows you to:
Change the device information.
Allow a game or service running on this device to be initiated from the Internet.
E-DOC-CTC-20050429-0102 v1.0
91
Chapter 4
SpeedTouch™ Web Interface
4.6.3Assign Public IP
IntroductionThis page allows you to assign the public IP address of your Internet Connection(s) to
a specific device on your local network. You might want to do this if:
You do not want to use the Network Address Translation engine of your
SpeedTouch™.
This device is running server applications (web server,...) and you want it to be
accessible from the Internet.
You can also achieve this by creating a port mapping for the specified
server, as described in “4.5.2 Game & Application Sharing” on
page 71.
This device has to be considered as the unique access point to your local
network (DMZ).
It is not recommended to use this feature as this device will loose all
!
security offered by the SpeedTouch™.
Accessing the Assign
Public IP page
Assigning the public IP
address to a device
Proceed as follows:
1On the Home Network menu, click Devices.
2In the Pick a task... list, click Assign the public IP address of a connection to a
device.
Proceed as follows:
1Click the Edit link of your Internet connection.
2In the Device list, select the device you want to assign the public address to.
3Click Apply.
4The SpeedTouch™ prompts you that you will have to make some adjustments
as a result of the new configuration, click OK.
5Release and renew the IP address of the device.
92
For more information, see your operating system’s user guide or help.
6If needed, reassign server applications to this device.
E-DOC-CTC-20050429-0102 v1.0
Loading...
+ 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.