Distribution 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.
Bluetooth® word mark and logos are owned by the Bluetooth SIG, Inc.
Ethernet™ is a trademark of Xerox 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.
UPnP™ is a certification mark of the UPnP™ Implementers Corporation.
Microsoft®, MS-DOS®, Windows® and Windows NT® are either registered trademarks or trademarks of Microsoft Corpo-
ration in the United States and/or other countries.
Apple® and Mac OS® are registered trademarks of Apple Computer, Incorporated, registered in the United States and
other countries.
UNIX® is a registered trademark of UNIX System Laboratories, Incorporated.
Adobe®, the Adobe logo, Acrobat and Acrobat Reader are trademarks or registered trademarks of Adobe Systems, Incor-
porated, registered in the United States and/or other countries.
Netscape® and Netscape Navigator® are registered trademarks of Netscape Communications Corporation.
Other brands and product names may be trademarks or registered trademarks of their respective holders.
Access methodsYour SpeedTouch™ is accessible in one of the following ways:
Access MethodCan be used to
Web browserConfigure your SpeedTouch™ via HTTP or
HTTPS.
For more information, see “1.2.1 Access via
the Web Interface” on page 7.
Command Line Interface (CLI)Fine-tune your SpeedTouch™ configuration.
For more information, see “1.2.2 Access via
CLI” on page 8.
File Transfer Protocol (FTP)Back up and restore data on your
SpeedTouch™.
For more information, see “1.2.3 Access via
FTP” on page 10.
Remote AssistanceAllow a remote user to help you configuring
your SpeedTouch™.
For more information, see “1.2.4 Remote
Assistance” on page 13.
6
E-DOC-CTC-20051017-0145 v1.0
1.2.1Access via the Web Interface
Chapter 1
Getting to know your SpeedTouch™
To access the
SpeedTouch™ via the
Web interface
Proceed as follows:
1Open a Web browser.
2In the address bar, type your SpeedTouch™’s IP address or DNS host name
(h
ttp://speedtouch.lan or 192.168.1.254 by default)
You can access the pages via HTTP or HTTPS.
For remote assistance the secure version HTTPS is used in
combination with certificates. Simply provide your ISP with the link as
shown, user name and password before he can log on to the pages.
For more information, see “1.2.4 Remote Assistance” on page 13.
The SpeedTouch™ Home page appears, from where you can navigate to all
the configurable aspects of the SpeedTouch™.
For more information on the Web pages, see “4 SpeedTouch™ Web Interface” on
page 35.
E-DOC-CTC-20051017-0145 v1.0
7
Chapter 1
Getting to know your SpeedTouch™
1.2.2Access via CLI
To access the
SpeedTouch™ via the
Command Line
Interface (CLI)
You can access the Command Line Interface (CLI) via:
A Telnet session
This requires a TCP/IP connection between the host from which the Telnet
session is opened and the SpeedTouch™. Your SpeedTouch™ and the
connected computer must have an IP address in the same subnet.
Quote site commands (over FTP)
For more information, see “ Quote site command” on page 12.
For more information on CLI commands, see the SpeedTouch™ CLI Reference
Guide.
To access the
SpeedTouch™ via the
File Transfer Protocol
(FTP)
You can access the file system of the SpeedTouch™ via the File Transfer Protocol
(FTP), in order to:
Restore or back up configuration files, templates or language packs.
Upgrade your configuration.
File systemThe SpeedTouch™ file system is stored on non-volatile memory and contains the
SpeedTouch™ software, service template files and (optionally) default setting files.
To open an FTP sessionProceed as follows:
1Open a Command Prompt window.
In Microsoft Windows XP for instance:
1On the Windows taskbar, click Start.
2Select
2At the prompt, type ftp followed by the IP address of your SpeedTouch™
(192.168.1.254 by default).
3Enter your SpeedTouch™ security user name and password.
The default user is ‘Administrator’ and the default password is blank.
The example below shows an FTP session to the SpeedTouch™ file system.
(
All) Programs > Accessories > Command Prompt
.
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 (download).
The root directory contains:
all the necessary files for the SpeedTouch™ to start correctly
the dl directory
The dl 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.
10
E-DOC-CTC-20051017-0145 v1.0
Chapter 1
Getting to know your SpeedTouch™
File system access
rights
Common FTP
commands
In the different directories you have the following rights:
DirectoryAccess rights
rootNO read/write
dlread/write
Depending on the access rights you have in a directory, you can use one of the
following commands:
Use the
to ...
command ...
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-20051017-0145 v1.0
11
Chapter 1
Getting to know your SpeedTouch™
FTP file transferTo allow correct file transfers, set the transfer mode to “binary”: at the ftp prompt,
bin and press ENTER.
type
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
currently assigned to SpeedTouch™ interfaces, at the FTP prompt, type ‘quote site
ip iplist’ and press ENTER.
For more information on CLI commands, see the SpeedTouch™ CLI Reference
Guide.
:ip iplist to list all IP addresses
12
E-DOC-CTC-20051017-0145 v1.0
1.2.4Remote Assistance
Chapter 1
Getting to know your SpeedTouch™
To access the
SpeedTouch™ remotely
To enable remote
access
To disable remote
access
You can make your SpeedTouch accessible from the Internet with regard to remote
support. In this way, you can allow your help desk to access your SpeedTouch™
remotely.
Proceed as follows:
1Go to the SpeedTouch™ pages, as described in “1.2.1 Access via the Web
Interface” on page 7.
2In the menu, select Toolbox > Remote Assistance.
3Click Enable Remote Assistance.
4Provide the following parameters to your help desk:
URL (the HTTPS link)
User name
Password
Your ISP is now able to access your SpeedTouch™ via the HTTPS link in
combination with the provided certificate (a secure authentication
mechanism).
For security reasons, remote assistance will be automatically disabled after
20 minutes of inactivity, or after restarting your SpeedTouch™.
Proceed as follows:
1Go to the SpeedTouch™ pages, as described in “1.2.1 Access via the Web
Interface” on page 7.
2In the menu, select Toolbox > Remote Assistance.
3Click Disable Remote Assistance.
E-DOC-CTC-20051017-0145 v1.0
13
Chapter 1
Getting to know your SpeedTouch™
14
E-DOC-CTC-20051017-0145 v1.0
Local Network Setup
2Local Network Setup
IntroductionThe SpeedTouch™ offers you the following local networking solutions:
Wired Ethernet
Wireless Ethernet
Device settingsOnce you have connected a device, you can personalise its settings. For more
information, see “ Configure” on page 84.
Chapter 2
E-DOC-CTC-20051017-0145 v1.0
15
Chapter 2
Local Network Setup
2.1Wired Ethernet
Local networkThe Ethernet port on the back panel allow you to connect the SpeedTouch™ to an
existing 10 or 100Base-T Ethernet network or one (or more) computer(s) with an
installed Ethernet card.
In the SpeedTouch™ package, a yellow full-wired straight-through RJ-45/
RJ-45 Ethernet cable is included.
In the SpeedTouch™ package, a yellow full-wired straight-through RJ-45/
RJ-45 Ethernet cable is included.
Standard wiring
procedure
Use the yellow Ethernet cable provided to wire your computer's Ethernet port to the
SpeedTouch™'s Ethernet port.
The Ethernet cable can also be used to wire an Ethernet port of your
SpeedTouch™ to any external Ethernet hub or switch.
Please follow the installation instructions supplied with the external hub or
switch for connections and Ethernet cabling.
Ethernet link checkDepending on the SpeedTouch™ model, LED indicators allow you to check your
Ethernet. See “1.1 SpeedTouch™ LED Behaviour” on page 4 for more information.
Device settingsOnce you have connected a device, you can personalise its settings.
For more information, see “ Device settings” on page 15.
16
E-DOC-CTC-20051017-0145 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 can 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-20051017-0145 v1.0
17
Chapter 2
Local Network Setup
Wireless FidelityThe Wi-Fi certification ensures that your SpeedTouch™ will interoperate with any
Network Name or SSIDThe WLAN's 'radio' link is a shared medium. As no physical connection exists
2.2.1Wireless Basics
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.
Wi-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.
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 startup.
You can choose to set the channels automatically or manually.
The different channels overlap. To avoid interference with another access
point, make sure that the separation (in terms of frequency) is as high as
possible. It is 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
Israel5 to 8
Japan1 to 14
Jordan10 to 13
Thailand1 to 14
USA / Canada1 to 11
18
E-DOC-CTC-20051017-0145 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 weaken the radio signal and thus affect the connection.
E-DOC-CTC-20051017-0145 v1.0
19
Chapter 2
Local Network Setup
2.2.2Connecting Wireless Clients for the First Time
Wireless default
settings
To prepare wireless
clients for the first time
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.2.3 Wireless Security” on page 22.
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 SpeedTouch™ is broadcasting its network name (SSID).
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 turned on and ready for service.
The SpeedTouch™ is in its default configuration.
If necessary, reset the SpeedTouch™ to its default configuration (See
“5.3 Reset to Factory Defaults” on page 103 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.
To configure wireless
clients for the first time
20
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 appear: “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.
E-DOC-CTC-20051017-0145 v1.0
Chapter 2
Local Network Setup
First-time association
example
The example below shows how the SpeedTouch™ wireless network is presented
towards a Windows XP Service Pack 2 system.
Proceed as follows to associate your wireless client to the SpeedTouch™:
1Click the network icon in the notification area:
The Wireless Network Connection window appears:
E-DOC-CTC-20051017-0145 v1.0
2In the Choose a wireless network list, select the SpeedTouch™ wireless
network and click Connect.
The following window appears:
3Click Connect Anyway.
Your 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.
21
Chapter 2
Local Network Setup
Security settingsTo personalise the wireless security settings on your SpeedTouch™:
2.2.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, the following wireless access point settings can be
personalised:
Your Network Name (SSID)
ACL setting
Data encryption
1Go to the SpeedTouch™ Web pages.
2In the menu, select Home Network.
3Click your WLAN.
4In the upper right corner, click Configure.
5On the Wireless Access Point page, you can modify the Security settings.
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 broadcast.
22
E-DOC-CTC-20051017-0145 v1.0
Chapter 2
Local Network Setup
Access Control List
(ACL)
The SpeedTouch™ features a managed Access Control List (ACL) and a physical
registration mechanism in the form of the Association / Registration button on the
front panel of your SpeedTouch™.
On the Wireless Access Point page, you have the 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.You
can add new stations via:
The Association / Registration button.
The Search for wireless devices task.
For more information, see “ Registering wireless clients” on page 24.
Not allowed: Only allowed stations in the ACL have access.
You can add new stations to the ACL only via the Search for wireless devices
task. For more information, see “ Registering clients via Web pages” on
page 24.
Data encryptionTo set up wireless connectivity, you can choose different levels of security:
Security disabled (default)
No security; the data will not be encrypted, no authentication process will be
used.
WEP (Wired-Equivalent Privacy)
Traffic between the SpeedTouch™ and the clients is encrypted by sharing a
pre-defined 64-bit or a 128-bit Network key for secure communication with
legacy 802.11b clients.
The default 64 bit hexadecimal WEP key is printed on the identification
label located at the bottom of the SpeedTouch™ and is unique for
each device.
WPA-PSK (Wi-Fi Protected Access Pre-Shared Key)
The highest form of security available for home users. Make sure that your
wireless client and client manager are compatible with it.
The default WPA-Personal pass phrase is printed on the identification
label located at the bottom of the SpeedTouch™ and is unique for
each device.
The WPA-Personal pass phrase must consist of 8 to 63 ASCII
characters or 8 to 64 HEX digits.
E-DOC-CTC-20051017-0145 v1.0
Wireless access points may already have been configured during the Home
Install Wizard.
If you change wireless settings, wireless clients will be disconnected. In this
If
case, you need to reconfigure the wireless clients before you can connect to
the Internet again.
23
Chapter 2
Local Network Setup
2.2.4Connecting Additional Wireless Clients
PreconditionsMake sure that:
The SpeedTouch™ is turned on and ready for service.
The SpeedTouch™ has been configured as DHCP server (default).
The wireless client adapters have been installed on all the computers you
want to connect to the WLAN.
Security issuesDepending on the personalised wireless settings:
Make sure you 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 WPAPSK and configure the same WPA-PSK pass phrase.
If the Network Name (SSID) is not broadcast, you must configure the
wireless client for the SpeedTouch™ Network Name. Refer to the
documentation of your wireless client for more information.
If the SpeedTouch™ ACL settings are set to:
New stations are allowed (automatically), your device can access the
SpeedTouch™ WLAN without additional configuration.
New stations are allowed (via registration), you have to register your
wireless client(s).For more information, see “ Registering wireless
clients” on page 24.
New stations are not allowed, you have to search for wireless client(s)
using the SpeedTouch™ web pages, see “ Registering clients via Web
pages” on page 24.
Registering wireless
clients
Registering clients via
Web pages
If ‘New stations are allowed (via registration)’, you can add a wireless client to the
ACL via:
Registering clients via Web pages
Registering clients via the association button
Proceed as follows to add a wireless client to the ACL:
1Go to the SpeedTouch™ Web pages.
2In the menu, select Home Network > Devices.
3In the Pick a task list, click Search for wireless devices.
The SpeedTouch™ searches for new wireless stations that use the encryption
key of the SpeedTouch™ Access Point.
The SpeedTouch™ takes you to the Home Network. The new station will be
shown next to the name of the SpeedTouch™ WLAN.
4Click the name of the new station.
5Click Configure.
6Select Allowed on WLAN, and then click Apply.
The device is added to the ACL and will always be allowed to connect to the
SpeedTouch™.
24
E-DOC-CTC-20051017-0145 v1.0
Chapter 2
Local Network Setup
Registering clients via
the association button
Proceed as follows to register new wireless network clients via the association
button:
1Push the Association button on the SpeedTouch™front panel for at least two
seconds.
The WLAN LED toggles 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.
2Successfully 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”.
3The wireless clients will be added to the SpeedTouch™ ACL.
4After one minute the ACL is locked.
The registration procedure can be repeated as often as needed.
E-DOC-CTC-20051017-0145 v1.0
25
Chapter 2
Local Network Setup
2.2.5Extending the Range of Your Wirelstess
Network
Wireless Distribution
System (WDS)
The SpeedTouch™ features the 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.
WDS enables data packets to pass from one wireless access point to another, 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 WDSenabled devices communicating via WDS.
WDS Link
SpeedTouch™180SpeedTouch™576
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.
26
PreconditionsMake sure that:
Your wireless repeater is be WDS enabled.
Both your SpeedTouch™ and your wireless repeater 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.
WPA encryption is not supported when using WDS.
E-DOC-CTC-20051017-0145 v1.0
To configure WDSProceed as follows:
1Go to the SpeedTouch™ Web pages.
2In the menu, select Home Network.
3Click your WLAN.
4In the upper right corner, 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.
Chapter 2
Local Network Setup
6Select WDS Enabled.
7In the Pick a task list, click Scan for wireless access points.
A warning is displayed.
8Click OK.
The SpeedTouch™ scans for access points on the same radio channel.
9Select your repeater in the List of Accessible Access Points, and then click
Apply.
E-DOC-CTC-20051017-0145 v1.0
27
Chapter 2
Local Network Setup
28
E-DOC-CTC-20051017-0145 v1.0
Internet Connectivity Dial-In Clients
3Internet Connectivity Dial-In Clients
IntroductionIf you want to set 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 is finished, immediate and uninterrupted
WAN access is provided.
If you have 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, for instance, your ISP provides PPPoE, you should configure
PPPoE.
You can find more information on connection protocols in the Internet Connection
Configuration Guide.
Dial-in clientsThere are different ways to dial in, depending on the operating system on your
computer and your preferences.
Dial-in method:can be used on following
operating system:
Embedded PPP dial-in client:
1Dial-in client on
embedded pages
2Windows XP/UPnP
(Internet Gateway
Device)
Windows, Mac, unix,
other
Windows XP“3.2 Internet Gateway
For more information,
see:
“3.1 SpeedTouch™
Web Pages”
Device Control Agent”
on page 33
E-DOC-CTC-20051017-0145 v1.0
29
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 31 to proceed.
Windows XP
you can use the Windows XP Internet Gateway Device Control Client.
See “3.2 Internet Gateway Device Control Agent” on page 33 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 your computer runs ...you can use ...
Windows XPthe Windows XP broadband dial-in client
Mac OS Xa Mac OS X broadband dial-in client
a broadband PPPoE dial-in client provided by
you Service Provider
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, a Windows 95/
98(SE)/ME/2000 or a Linux system, a host PPPoE dial-in application is
mandatory.
30
E-DOC-CTC-20051017-0145 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 later, can
be used on any computer system.
For more information on Internet connection setup, refer to the provided
Installation and Setup Guide.
Starting an Internet
session
Proceed as follows to start an Internet session:
1Open a Web browser on your computer and browse to the SpeedTouch™ Web
pages (see “1.2.1 Access via the Web Interface” on page 7 for more
information).
Monitoring your
Internet connection
E-DOC-CTC-20051017-0145 v1.0
The SpeedTouch™ home page appears by default.
2Click Connect at the appropriate broadband connection.
You might be requested to enter your user name and password.
The SpeedTouch™ embedded PPP dial-in client establishes the Internet
connection.
3Browse the Web.
You can view and monitor your connection to the Internet as long as the session is
running via:
The SpeedTouch™ System Information page: see “4.3.1 Information” on
page 44.
The SpeedTouch™ Diagnostics task: see “4.4.1 Connectivity Check” on
page 52.
31
Chapter 3
Internet Connectivity Dial-In Clients
Terminating an Internet
session
Proceed as follows to close an active PPP connection:
1Go to the SpeedTouch™ Web pages.
2Click Disconnect at the appropriate broadband connection.
The SpeedTouch™ embedded PPP dial-in client closes the Internet connection.
The Internet Link status changes to Disconnected and your computer is offline.
32
E-DOC-CTC-20051017-0145 v1.0
Internet Connectivity Dial-In Clients
3.2Internet Gateway Device Control Agent
IntroductionWindows XP users can easily establish PPP sessions, thanks to the Windows XP
Internet Gateway Device (IGD) Discovery and Control Client that allows you to
control the SpeedTouch™ directly from you computer.
The IGD Control Client only allows to connect or disconnect a fully
configured connection.
PreconditionsMake sure that:
The following subcomponents of the Windows XP Networking Services are
added to your Windows XP system:
UPnP™ (see “ SpeedTouch™ not detected by UPnP™ or IGD Control
Client” on page 101).
IGD Discovery and Control Client (see “ Adding IGD Discovery and
Control” on page 102).
UPnP™ is enabled on your SpeedTouch™. To enable UPnP, see “4.5.2 Game &
Application Sharing” on page 58.
Chapter 3
Starting an Internet
session
Proceed as follows to start an Internet session:
1In the Windows taskbar, click Start.
2Select (Settings >) Control Panel.
The Control Panel window appears.
3Go to (Network and Internet Connections >)Network Connections.
The Network Connections window appears.
You will find an Internet Gateway icon, representing the SpeedTouch™ IGD
Internet connection ability.
4Double-click the Internet Connection icon.
The SpeedTouch™ embedded PPP dial-in client establishes the Internet
connection. The Internet Gateway icon displays Connected and your
computer is online.
5Open a Web browser and surf the Internet.
E-DOC-CTC-20051017-0145 v1.0
33
Chapter 3
Internet Connectivity Dial-In Clients
Internet connection
status
Terminating an Internet
session
As long as the SpeedTouch™ embedded PPP dial-in client is connected, you can
view the connection status and some counters by double-clicking the Internet Connection icon in the Network Connections window.
Proceed as follows to terminate an Internet session:
1In the Windows taskbar, 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.
4The SpeedTouch™ embedded PPP dial-in client will close the Internet
connection. The Internet Gateway icon displays Disconnected and your
computers are offline.
34
E-DOC-CTC-20051017-0145 v1.0
Chapter 4
SpeedTouch™ Web Interface
4SpeedTouch™ Web Interface
EmbeddedThe SpeedTouch™ comes with embedded Web pages, providing an interface to the
software installed on the device. It allows easy setup and management of the
SpeedTouch™ via your Web browser from any PC connected to the SpeedTouch™.
See “1.2.1 Access via the Web Interface” on page 7 to access the pages.
SpeedTouch™
documentation
Consult:
The SpeedTouch™ Installation and Setup Guide
for more information on setup and installation procedures.
E-DOC-CTC-20051017-0145 v1.0
35
Chapter 4
SpeedTouch™ Web Interface
Navigation componentsThe SpeedTouch™ Web interface consists of the following components:
4.1Navigation
Menu
Language Bar
Navigation Bar
Notification Area
Tasks
Navigation bar
Menu
Notification areaLanguage bar
Tasks
36
E-DOC-CTC-20051017-0145 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 can collapse/expand the menu by clicking the arrow located at the top of the
menu.
E-DOC-CTC-20051017-0145 v1.0
37
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.
!
38
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.1.3Navigation Bar
Navigation barThe navigation bar is located at 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, the 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-20051017-0145 v1.0
39
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.
40
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.1.5Tasks
TasksTo allow a quick configuration of your SpeedTouch™, some pages may offer you a
number of related tasks in the Pick a task list. These tasks will guide you to the page
where you can perform the selected task.
Chapter 4
E-DOC-CTC-20051017-0145 v1.0
41
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
42
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.3SpeedTouch
The SpeedTouch menuThe SpeedTouch menu consists of the following items:
Information
Configuration
Event Logs
The SpeedTouch pageThe SpeedTouch page gives you some basic information on the SpeedTouch™:
Product Information
Configuration
Chapter 4
E-DOC-CTC-20051017-0145 v1.0
43
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.
44
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.3.2SpeedTouch™ Easy Setup
Easy Setup WizardThe Easy Setup Wizard helps you to configure your SpeedTouch™ Internet
connection.
Proceed as follows to configure the SpeedTouch™ using the SpeedTouch™ Easy
Setup wizard:
1In the left menu, click SpeedTouch.
2In the Pick a task list, click Set up.
The Easy Setup wizard will now guide you through the configuration of your
SpeedTouch™.
Chapter 4
E-DOC-CTC-20051017-0145 v1.0
45
Chapter 4
SpeedTouch™ Web Interface
4.3.3Restart
Restarting your
SpeedTouch™
Proceed as follows:
1In the left menu, click SpeedTouch.
2In the Pick a task list, click Restart.The following message appears:
3Click Yes, restart my SpeedTouch.
The SpeedTouch™ restarts.
The SpeedTouch™ returns to the Home page.
46
E-DOC-CTC-20051017-0145 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 45.
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:
In the Web Browsing Interception list, click the Web browsing interception
setting of your choice.
If you disable Web browsing interception or set it to automatic you
!
will not be able to use Parental Control.
Click Apply to apply and save your settings.
E-DOC-CTC-20051017-0145 v1.0
47
Chapter 4
SpeedTouch™ Web Interface
4.3.5Back up & Restore
IntroductionThe Back up & Restore 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:
1In the SpeedTouch menu, click Configuration.
2Click Configure.
3In the Pick a task list, click Save or Restore Configuration.
Proceed as follows:
1Click Back up 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.
The SpeedTouch™ loads your configuration and restarts.
At the end of the procedure, the SpeedTouch™ returns to the Home page.
48
E-DOC-CTC-20051017-0145 v1.0
Chapter 4
SpeedTouch™ Web Interface
4.3.6Reset to Factory Defaults
IntroductionThe Reset to Factory Defaults page allows you to reset the SpeedTouch™ to return
to the initial configuration of your SpeedTouch™. All your changes will be
deleted.The following message appears:
Resetting the
SpeedTouch™ factory
defaults
Proceed as follows:
1In the left menu, click SpeedTouch.
2In the Pick a task list, click Return to Factory Default Settings.
3Click Yes, reset my SpeedTouch.
If you reset your SpeedTouch™ to factory default settings, all active
!
connections will be disconnected.
E-DOC-CTC-20051017-0145 v1.0
49
Chapter 4
SpeedTouch™ Web Interface
4.3.7Event Logs
Event LoggingThe Event Logs page summarizes the last events recorded on your SpeedTouch™.
Recorded EventsThe Recorded Events table gives you an overview of the last event logs that have
been recorded since the SpeedTouch™ was turned on. The first column of the table
indicates the importance of the event log.
IndicatorDescription
Informational
Warning
Error
CategoryThe 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.
50
E-DOC-CTC-20051017-0145 v1.0
4.4Broadband Connection
Chapter 4
SpeedTouch™ Web Interface
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 can establish/terminate the
connection by clicking Connect/Disconnect.
E-DOC-CTC-20051017-0145 v1.0
51
Chapter 4
SpeedTouch™ Web Interface
4.4.1Connectivity Check
IntroductionOn this page, you can perform a connectivity check on an Internet service of your
SpeedTouch™. The following message appears:
Checking your Internet
connectivity
Analysing the test
results
Proceed as follows:
1In the left menu, click Broadband Connection.
2In the Pick a task list, click Check connectivity to the Internet.
3In the Internet Service to Check list, click the Internet service that you want to
check.
4Click Check Connectivity.
The 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.
52
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.4.2DSL Connection
OverviewClick Overview to view basic information on your DSL connection.
DetailsClick Details to view more detailed information on your DSL connection.
Chapter 4
E-DOC-CTC-20051017-0145 v1.0
53
Chapter 4
SpeedTouch™ Web Interface
4.4.3Internet Services
Internet Services
information
The Internet Services page displays information on your Internet Connection(s).
If you configured a dial-up connection you can 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.
54
E-DOC-CTC-20051017-0145 v1.0
4.4.4Internet Service Settings
Chapter 4
SpeedTouch™ Web Interface
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:
1In 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 can establish/terminate the connection
by clicking Connect/Disconnect.
Service.
E-DOC-CTC-20051017-0145 v1.0
If you configured a dial-up connection you can establish/terminate the
connection by clicking Connect/Disconnect.
55
Chapter 4
SpeedTouch™ Web Interface
The Toolbox menuThe Toolbox menu consists of the following menu items:
4.5Toolbox
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™.
The Toolbox pageThe Toolbox 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.
56
E-DOC-CTC-20051017-0145 v1.0
4.5.1Remote Assistance
Chapter 4
SpeedTouch™ Web Interface
Enabling Remote
Assistance
The Remote Assistance page allows you to make your SpeedTouch™ accessible for
remote support.
If you want to enable remote assistance, you must be connected to the
!
Internet.
Proceed as follows to use remote assistance:
1If necessary, 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 can be
made.
Terminating remote
assistance
E-DOC-CTC-20051017-0145 v1.0
The remote assistance session ends:
if the technical support disables remote assistance.
after 20 minutes of inactivity.
after restarting your SpeedTouch™.
57
Chapter 4
SpeedTouch™ Web Interface
4.5.2Game & Application Sharing
OverviewThe Overview page summarizes the applications or games installed on a particular
ConfigureOn the Configure page, you can:
local host on your network, for which the SpeedTouch™ should accept inbound
initiated connections coming from the Internet.
Select Use UPnP to enable UPnP on the SpeedTouch™.
UPnP provides NAT-Traversal: UPnP aware applications on a PC will
automatically create Hyper-NAT entries on the SpeedTouch™ for incoming
traffic on the protocol ports this type of traffic needs. As a consequence these
applications are able to traverse the SpeedTouch™ without the need for extra
and manual configuration.
UPnP is an architecture for transparent peer-to-peer connectivity of
computers, intelligent appliances, and (wireless) devices. It enables
seamless operation of a wide range of games and messaging
applications.
For security reasons you are able to configure the UPnP policy towards
Windows XP and UPnP aware applications and Operating Systems.
In case you select the Use Extended Security check box, only limited UPnP
operation between a host running MS Windows XP and the SpeedTouch™ is
allowed: A local host is:
NOT allowed to connect/disconnect the SpeedTouch™ Internet Gateway
Device (IGD) connection.
Allowed to add/delete Hyper-NAT entries only for its own IP address, not
for other local hosts.
If you clear the Use Extended Security check box, all UPnP- and IGD-based
communication between any local host and the SpeedTouch™ is allowed.
58
E-DOC-CTC-20051017-0145 v1.0
Assign a game or application to a specific network device.
Chapter 4
SpeedTouch™ Web Interface
E-DOC-CTC-20051017-0145 v1.0
59
Chapter 4
SpeedTouch™ Web Interface
4.5.3Defined Games & Applications
Accessing the Defined
Games & Applications
page
The Defined Games &
Applications page
Proceed as follows to access the Defined Games & Applications page:
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.
60
If you want 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
game or application.
Remove a game or application from your SpeedTouch™, click the Delete link
of the game or application.
E-DOC-CTC-20051017-0145 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 to access the Game or Application Definition page:
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 consists 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-20051017-0145 v1.0
Proceed as follows:
1Click the Edit link of the TCP/UDP port definition of the game or application.
2In the Protocol list, click the protocol the game or application uses.
3In the Port Range box, type the port range the game or application uses.
4In the Translate To box, type the port range to which the SpeedTouch™ has to
translate the ports specified under Port Range.
5If 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.
6Click Apply.
61
Chapter 4
SpeedTouch™ Web Interface
4.5.5New Game or Application
Creating a new game or
application
Proceed as follows:
1In the Toolbox menu, click Game & Application Sharing.
2In the Pick a task list, click Create a new game or application.The following
window appears:
3Type the name of the game or application in the Name box.
4Click:
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.
The 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.
5Enter the necessary port mappings and click Add.
62
E-DOC-CTC-20051017-0145 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.
By redirecting a Web site to another Web site.
If your administrator account is configured as default user, make sure you
!
configure a password for this account or change the default user. Otherwise
users on your local network can browse to your SpeedTouch™ to disable
your filtering rules.
For more information, see “4.5.13 User Management” on page 75 and
“4.5.15 Change Default User” on page 78.
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 67.
Address based filtering rules have priority over content based filtering
!
rules.
ConfigureOn the Configure page, you can:
Deny access to a specific web site.
Allow access to a specific Web site.
Redirect a Web site.
Configure content based filtering settings.
Content levelsThe following 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-20051017-0145 v1.0
63
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.
64
E-DOC-CTC-20051017-0145 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 can:
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 67.
E-DOC-CTC-20051017-0145 v1.0
65
Chapter 4
SpeedTouch™ Web Interface
4.5.7Web Filtering Activation
Accessing this pageProceed as follows:
1In the Toolbox menu, click Parental Control.
2In the Pick a task list, click Activate Web Filtering License.
Web Filtering Activation
page
Standard license
activation
This page you can:
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.
66
E-DOC-CTC-20051017-0145 v1.0
4.5.8Content Level
Chapter 4
SpeedTouch™ Web Interface
Accessing the Content
Level page
OverviewThe Content Level page gives you an overview of the different categories and their
ConfigureThis page allows you to change:
Proceed as follows:
1In the Toolbox menu, click Parental Control.
2Click Configure.
3Click the Edit link of the content level you want to edit.
rules.
The following icons indicate whether the content type is allowed or not.
IconDescription
The category/group is allowed.
The category/group is not allowed.
The group is partly allowed.
The content level name.
The content level description.
The content level configuration.
E-DOC-CTC-20051017-0145 v1.0
67
Chapter 4
SpeedTouch™ Web Interface
4.5.9New Content Level
Accessing the New
Content Level page
ProcedureTo apply a new content level, you must perform the following actions:
Content level creationProceed as follows:
On this page you to create a new content level. Proceed as follows to access this
page:
1In the Toolbox menu, click Parental Control.
2In the upper right corner, click Configure.
3In the Pick a task list, 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.
!
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.
The Configuration section appears.
Content level
configuration
Proceed as follows:
1Click:
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.
2Click Next.
The Content level definition section appears.
68
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
Content level definitionOnly Web sites that match the selected content level will be allowed. Proceed as
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.
Content level activationTo activate your new content level:
1In the Toolbox menu, click Parental Control.
2In the upper right corner, click Configure.
3In the Content Level list, select your new content level.
4Click Apply.
The new content level is now active.
Chapter 4
E-DOC-CTC-20051017-0145 v1.0
69
Chapter 4
SpeedTouch™ Web Interface
4.5.10Firewall
About the firewallThe firewall allows you to secure traffic from and to the SpeedTouch™. There are
OverviewThe Overview page summarizes the overall security policy configured on your
ConfigureOn the Configure page you can select the security level of the SpeedTouch™.
different security levels, depending on the degree of security you need.
SpeedTouch™.
Security LevelsSelect one of following security levels:
BlockAll:
All traffic from and to the Internet is blocked. Game and Application Sharing is
not allowed by the firewall.
Although BlockAll should block all connections, some mandatory types
of traffic such as DNS will still be relayed between LAN and WAN via
the SpeedTouch™.
Standard:
All outgoing connections are allowed. All incoming connections are blocked,
except for inbound connections assigned to a local host via Game and
Application Sharing.
Disabled:
All in- and outgoing traffic is allowed to pass through your SpeedTouch™,
including Game and Application Sharing.
This is the default firewall level.
The firewall levels only have impact on the forward hook. This means that
the handling of traffic from and to the Web pages of the SpeedTouch™ is
independent of the selected firewall level.
Protocol checks will be performed on all accepted connections, irrespective
of the chosen level. You can only disable protocol checks via the CLI.
70
E-DOC-CTC-20051017-0145 v1.0
Chapter 4
SpeedTouch™ Web Interface
Details of a security
level
To view the details of the currently active security level:
1In the Toolbox menu, click Firewall.
2Click the Details link.
Following information is provided per rule that is part of the security level
The name of the rule
The Action that is applied on the traffic when the rule is valid
The Source and Destination interface or IP address (range) to which the rule
applies
The protocol or SpeedTouch™ Service for which the rule applies.
The number of Hits (number of times that the rule was applied to traffic).
Creating a new security
level
Proceed as follows:
1In the Toolbox menu, click Firewall.
2In the upper right corner, click Configure.
3In the Pick a task list, click Create a new Security Level.
4In the Name box, type a name for the new security level.
5Choose an existing security level to clone from.
6Click Apply.
Editing a security levelProceed as follows:
1In the Toolbox menu, click Firewall.
2In the upper right corner, click Configure.
3Select a security level, and then click the Edit link.
The firewall settings of the selected security level appear.
4You can:
Select a row using the Edit link to modify the security rule.
Click Add to create a new security rule.
5Edit or define following parameters of the rule:
The Name of the security rule
The Source Interface and IP Address (range)
Use Any as IP address in case all traffic for the interface should
be parsed.
E-DOC-CTC-20051017-0145 v1.0
Or you can type a User-defined IP address (range).
The Destination Interface and IP Address (range)
Use Any as IP address in case all traffic for the interface should
be parsed.
Or you can type a User-defined IP address (range).
The Service type of the traffic; this can be a protocol (dns, smtp, ...) or a
specific SpeedTouch™ system service.
71
Chapter 4
SpeedTouch™ Web Interface
6Select an Action that should be done on traffic for which the security rules
applies:
Accept: to allow the traffic to pass
Deny: to drop the traffic (without notification)
Count: to let the traffic pass, but count it (Hits)
7Click Apply.
72
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.5.11Intrusion Detection
Intrusion DetectionYour SpeedTouch™ protects your network against malicious intrusions. The
Intrusion Detection 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.
Chapter 4
E-DOC-CTC-20051017-0145 v1.0
73
Chapter 4
SpeedTouch™ Web Interface
4.5.12Dynamic DNS
Dynamic DNSThe Dynamic DNS service allows you to assign a dynamic DNS host name (for
OverviewClick Overview to view the different Dynamic DNS clients with their name, host
ConfigureOn the Configure page, you can assign a Dynamic DNS host name to a broadband
example 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.
names, interface and IP address.
connection. Proceed as follows:
1Create an account at the Dynamic DNS service of your choice, for example:
www.dyndns.org
www.no-ip.com
www.dtdns.com
2On the Dynamic DNS page, click Configure.
3Select the Enabled check box.
74
4If necessary, 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-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.5.13User Management
OverviewThe Overview page gives you an overview of the currently configured users and
their privileges.
Click the name of a user to edit his user account.
Chapter 4
ConfigureOn the Configure page, you can:
Click Add to create a new user account.
Click Edit to change a user account.
Click Delete to remove a user.
Types of usersThe table below shows the types of users and their privileges:
UserPrivileges
rootThis is the root (master) account. This
user has all privileges without any
exceptions or limitations.
SuperUserThis user can perform any service via
any access channel from any access
origin.
TechnicalSupportThis user can perform any service via
any access channel from WAN origin
only.
AdministratorThis user can perform any service via
any access channel from LAN or Local
origin only.
LAN_AdminThis user can perform only LAN
related configurations via any access
channel from any origin.
E-DOC-CTC-20051017-0145 v1.0
PoweruserThis user has access
to the GUI (Service/overview page) via
HTTP or HTTPS access channel from
LAN origin only.
75
Chapter 4
SpeedTouch™ Web Interface
UserPrivileges
WAN_AdminThis user can perform only WAN
related configurations via any access
channel from any origin.
UserThis user has access to the GUI
(Overview pages, remote assistance)
via HTTP or HTTPS access channel
from LAN origin only.
GuestThis user does not have any privileges.
76
E-DOC-CTC-20051017-0145 v1.0
4.5.14Edit User
Editing a user accountProceed as follows:
1In the Toolbox menu, click User Management.
2Under Local User Data, click the name of the user you want to edit.
The Edit User page appears. On this page, you can:
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 rights of the selected user.
!
Chapter 4
SpeedTouch™ Web Interface
You can not change the administration rights of the account you
are logged on with.
E-DOC-CTC-20051017-0145 v1.0
77
Chapter 4
SpeedTouch™ Web Interface
4.5.15Change Default User
The Default User pageOn this page you can change the default user. If users browse to the SpeedTouch™
Web pages, they will be automatically logged on with this account.
To allow users to automatically log on under this account, this default user
!
account must be configured with a blank password.
Changing the default
user
Proceed as follows:
1In the Toolbox menu, click User Management.
2In the Pick a task list, click Set the default user.
3The Change Default User page appears.
4In the User Name list, click the name of the new default user.
5Click Change Default User to confirm your choice.
78
E-DOC-CTC-20051017-0145 v1.0
4.5.16Add User
Adding usersProceed as follows:
1In the Toolbox menu, click User Management.
2In the Pick a task list, click Add new user.
3The Add User page appears.
4Under User definition you can configure:
The name of the new user.
!
The administration rights of the new user.
!
Chapter 4
SpeedTouch™ Web Interface
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.
You can only add users with less than or equal administration
rights as yourself.
E-DOC-CTC-20051017-0145 v1.0
79
Chapter 4
SpeedTouch™ Web Interface
Home Network MenuThe Home Network menu consists of the following items:
4.6Home Network
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™.
80
E-DOC-CTC-20051017-0145 v1.0
Chapter 4
SpeedTouch™ Web Interface
The Home Network
page
Viewing (wireless) client
information
The Home Network page gives you an overview of your SpeedTouch™ network.
If you click on a (wireless) client you can:
View the (wireless) client’s network settings.
Configure the (wireless) client’s network settings by clicking Configure.
E-DOC-CTC-20051017-0145 v1.0
81
Chapter 4
SpeedTouch™ Web Interface
4.6.1Devices
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.
The detected device ‘dsldevice’ is the SpeedTouch™ itself.
ConfigureThe Configure page gives you an overview of the devices that are currently
connected to the SpeedTouch™ network.
If you want to:
Get more information on a specific device, click on the name of the device.
See “4.6.2 Device Settings” on page 83 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.
82
E-DOC-CTC-20051017-0145 v1.0
4.6.2Device Settings
Chapter 4
SpeedTouch™ Web Interface
Accessing the device
settings page
OverviewThe Overview page displays the following items:
Proceed as follows:
1In the Home Network menu, click Devices.
2In the Detected Device(s) list, 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.
Always use the same address indicates whether the wireless client has a
static DHCP lease or not.
DHCP Lease Time displays the time for which the wireless client can use
this IP address.
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 61.
E-DOC-CTC-20051017-0145 v1.0
83
Chapter 4
SpeedTouch™ Web Interface
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.
84
E-DOC-CTC-20051017-0145 v1.0
Chapter 4
SpeedTouch™ Web Interface
4.6.3Assign Public IP
IntroductionOn this page you can 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 58.
This device has to be considered as the unique access point to your local
network (DMZ).
Be aware that the device to which you assign the public IP address will lose
!
all security offered by the SpeedTouch™.
Assigning the public IP
address to a device
Proceed as follows:
1In the Home Network menu, click Devices.
2In the Pick a task list, click Assign the public IP address of a connection to a
device.
3Click the Edit link of your Internet connection.
4In the Device list, select the device you want to assign the public address to.
5Click Apply.
The SpeedTouch™ prompts you to make some adjustments as a result of the
new configuration.
6Click OK.
7Release and renew the IP address of the device.
E-DOC-CTC-20051017-0145 v1.0
For more information, see your operating system’s user guide or help.
8If necessary, reassign server applications to this device.
85
Chapter 4
SpeedTouch™ Web Interface
4.6.4Wireless Device Settings
Accessing the wireless
device settings page
OverviewThe Overview page displays the following items:
Proceed as follows:
1In the Home Network menu, click Devices.
2In the Detected Device(s) list, click the name of the wireless device you want to
view.
Information allows you to view:
Status displays whether the device is currently connected to the
SpeedTouch™ network.
Type displays the device type.
Connected To displays the interface to which the device is currently
connected.
Allowed on LAN indicates whether the wireless client is allowed to
connect to the SpeedTouch™ WLAN.
Addressing allows you to view:
Physical Address displays the MAC address of the device.
IP Address Assignment displays whether the device is using a static or
dynamic IP address.
IP Address displays the current IP address of the device.
Always use the same address indicates whether the wireless client has a
static DHCP lease or not.
DHCP Lease Time displays the time for which the wireless client can use
this IP address.
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 61.
86
ConfigureOn the Configure page you can:
Change the device information.
Assign a static DHCP server lease to this device by selecting the Always use
the same address check box.
Allow a game or service running on this device to be initiated from the
Internet.
E-DOC-CTC-20051017-0145 v1.0
4.6.5Access Point Settings
Chapter 4
SpeedTouch™ Web Interface
Accessing the Access
Point settings
OverviewThe Overview page displays a brief overview of the current configuration.
DetailsThe Details page displays a more detailed overview of the current configuration.
Proceed as follows:
1In the left menu, click Home Network.
2Under Wireless, click the name of the Access Point you want to view or
configure.
The Access Point names have the following format: “WLAN: “ +
Network Name, for example “WLAN: SpeedTouch123456”.
Under Configuration, the following fields are available:
Interface Enabled:
Indicates whether the wireless interface is enabled or disabled.
Physical Address:
Displays the Base Service Set Identifier (BSSID) of the selected Access Point.
Network Name (SSID):
Displays the network name of your WLAN.
Interface Type:
Displays one of the following interface types:
802.11b
Only stations that are configured in 802.11b mode can associate.
802.11b(legacy)/g
This is a special compatibility mode for 802.11b/g and is in fact designed
for older types of b-clients. Use this mode if you are experiencing
problems with wireless clients that connect to the SpeedTouch™ Access
Point.
802.11b/g
Only stations that are configured in 802.11b/g mode can associate.
802.11g
Only stations that are configured in 802.11g mode can associate.
Actual Speed:
Displays the current transmission speed.
Channel Selection:
Displays whether you select a fixed channel yourself or the SpeedTouch™
selects a channel for you.
Region:
Displays your region.
Channel:
Displays the channel that is currently used by the Access Point.
Allow multicast from Broadband Network:
Displays whether you to allow/deny multicast messages from the Internet.
Large bandwidth streams, like video streams, have a large impact on
your wireless performance.
E-DOC-CTC-20051017-0145 v1.0
87
Chapter 4
SpeedTouch™ Web Interface
WMM:
Displays whether WMM is enabled or disabled.
WMM or Wi-Fi MultiMedia enhances QoS at wireless driver level. It
provides a mechanism to prioritise wireless data traffic to and from
the associated (WMM capable) stations.
Under Security the following fields are available:
Broadcast Network Name:
By default the SpeedTouch™ broadcasts its network name, allowing you to
easily recognise your wireless network in the list of available networks. Once
you have configured your wireless clients, it is recommended to disable this
feature by clearing this check box.
Allow New Devices:
Allows you to change the access control used by the SpeedTouch™.
Encryption:
Allows you to select an encryption level for your wireless network. The
following encryption methods are supported by the SpeedTouch™:
The Wired Equivalent Protocol (WEP)
WPA-Pre Shared Key (WPA-PSK)
The default WEP key and the default WPA key are printed on the
SpeedTouch™ bottom label.
Before configuring the SpeedTouch™ encryption, make sure you
!
know which encryption methods are supported by your wireless
client.
ConfigureOn the Configure page, you can change the configuration details displayed on the
Details page.
WEPThe Wired Equivalent Privacy (WEP) algorithm protects wireless communication
from eavesdropping.
WEP relies on a secret key that is shared between the wireless client (for example a
laptop with a wireless Ethernet card and the SpeedTouch™. The fixed secret key is
used to encrypt packets before they are transmitted. Meaning during transmission
between client and AP ("in the air") the information in the packets is encrypted.
If your wireless client(s) support(s) WPA-PSK we recommend you to use
WPA-PSK, because WEP encryption has been proven to have some security
issues.
To enable WEP:
1Select Use WEP Encryption
2In the WEP Key Length list, click the desired Data Security level (either 64-bit
or 128-bit and Alphanumeric or Hexadecimal).
3In the Encryption key box, type a Network key of your choice. In case of:
64 bit, Alphanumeric:
The 40-bit Network key must consist of 5 alphanumeric characters.
64 bit, Hexadecimal:
The 40-bit Network key must consist of 10 hexadecimal digits.
128 bit, Alphanumeric:
The 104-bit Network key consists of 13 alphanumeric characters.
128 bit, Hexadecimal:
The 104-bit Network key consists of 26 hexadecimal digits.
4Click Apply to immediately apply your changes.
88
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
5Configure your wireless client(s) with the same settings.
WPA-PSKThe SpeedTouch™ supports WPA-PSK, which offers three advantages over WEP:
Authentication via a 4-way handshake to check whether the Pre-Shared Keys
(PSKs) are identical.
Stronger encryption types:
Temporal Key Integrity Protocol (TKIP) (default): Instead of using a
fixed WEP key, TKIP uses in pairs temporary session keys which are
derived from the PSK during the 4-way handshake. For each packet
it uses a different key. TKIP also provides a message integrity check
(MIC) and a rekeying mechanism (in seconds).
Advanced Encryption Standard (AES): State-of-the-art encryption;
can only be used if all wireless devices in your WLAN support AES.
Message Integrity Check (MIC). Which is a strong mathematical function in
which the recipient and transmitter each compute and compare the MIC. If
they don't match it is assumed that a third person has been trying to read the
data.
Proceed as follows to enable WPA-PSK:
1Select Use WPA-PSK Encryption.
2In the WPA-PSK Encryption Key box, type a pass phrase (also known as Pre-
shared key) of your choice. The pass phrase must consist of 8 to 63 ASCII
characters or 64 HEX digits.
3In the WPA-PSK Version list, click the desired WPA-PSK version.
Depending on the WPA-PSK version you choose, one of the following
WPA-PSK encryption will be set automatically:
WPA: TKIP
WPA2: AES
WPA+WPA2: TKIP+AES
AES is not yet implemented in most clients but it is in the
SpeedTouch™ because it will be the future security standard.
4Click Apply to immediately apply your changes.
5Configure your wireless client(s) with the same settings.
Chapter 4
Access control on the
SpeedTouch™
E-DOC-CTC-20051017-0145 v1.0
The following modes are available:
New stations are allowed (automatically):
All New stations can access the SpeedTouch™ WLAN.
New stations are allowed (via registration):
Only allowed stations in the Access Control List (ACL) have access. You can
add new stations via registration.
For more information, see “ Allowing new wireless” on page 90
New stations are not allowed:
Only allowed stations in the Access Control List (ACL) have access.
89
Chapter 4
SpeedTouch™ Web Interface
Allowing new wirelessIf you selected New stations are allowed (via registration) or in the New stations
are not allowed list, wireless clients have to be added manually.
Proceed as follows:
1In the Home Network menu, click Devices.
2In the Pick a task list, click Search for wireless devices.
The SpeedTouch™ searches for new wireless stations that use the encryption
key of the SpeedTouch™ Access Point.
The SpeedTouch™ takes you to the Home Network. The new station will be
shown next to the name of the SpeedTouch™ WLAN.
To view the device settings, click the name of the new station. For more
Information, see “4.6.4 Wireless Device Settings” on page 86.
90
E-DOC-CTC-20051017-0145 v1.0
SpeedTouch™ Web Interface
4.6.6Configuring WDS
What is WDSThe Wireless Distribution System (WDS) allows you to extend the range of your
wireless network by introducing one or more WDS-enabled devices into your
wireless network.
You can only establish WDS links with WDS-enabled devices.
!
Configuring WDSProceed as follows to access the WDS pages on the SpeedTouch™:
1In the left menu, click Home Network.
2Under Wireless, click the Access Point you want to configure for WDS.
The Access Point names have the following format: “WLAN: “ +
Network Name, for example “WLAN: SpeedTouch123456.
3Click Configure.
4In the Pick a task list, click Configure WDS.
Chapter 4
Establishing a WDS
connection
Proceed as follows:
1In the Pick a task list, click Scan for wireless Access Points.
The SpeedTouch™ warns you that all associated stations will lose connectivity
for a few seconds.
2Click OK.
The SpeedTouch™ lists the results in the Accessible Access Points table.
3Select the Access Point to which you want to establish a WDS connection.
4Click Apply.
5Configure this Access Point with:
The same WEP key if WEP is enabled.
The same fixed channel.
E-DOC-CTC-20051017-0145 v1.0
91
Chapter 4
SpeedTouch™ Web Interface
4.6.7Interfaces
Interfaces overviewThe Interfaces page gives you an overview of the interfaces used on your
SpeedTouch™. If you want to know more about the network settings of a specific
interface, click the name of the interface you want to view.
92
E-DOC-CTC-20051017-0145 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.