Technicolor - Thomson SpeedTouchTM620 Network Router User Manual


 
Chapter 8
SpeedTouch™ Remote Access
E-DOC-CTC-20051017-0155 v1.0
81
8.1 Remote Web Interface Access
Introduction The SpeedTouch™ web interface is provided by the SpeedTouch™ HTTP web
server. Access to this server and hence the web interface is controlled by the HTTP
service. By default, the HTTP service is configured to let the web server accept http
requests from LAN side only. In addition the SpeedTouch™ provides HTTPs access.
This provides a more secure way (HTTP over ssl) of accessing the SpeedTouch™
HTTP web server.
Default HTTP
service configuration
Use the following CLI command to see the default HTTP service configuration.
Configuration via
CLI commands
For WAN access, you should use HTTP. For this, additional configuration of the
HTTP service is needed.
Use the following CLI command to allow HTTP access from the WAN to the
SpeedTouch™:
If you take a look at the HTTP service configuration, you will see that the wan group
is added to the Interface Access List:
=>:service system list name=HTTP expand=enabled
Idx Name Protocol SrcPort DstPort Group State
-----------------------------------------------------------------------
1 HTTP tcp 80 enabled
Description................ HTTP web server
Properties................. server
Managed parameters......... state port acl map log
Interface Access List...... lan local
Ip Access List............. any
NAT Port List.............. 80
=>
=>:service system ifadd name=HTTP group=wan
=>
=>:service system list name=HTTP expand=enabled
Idx Name Protocol SrcPort DstPort Group State
-----------------------------------------------------------------------
1 HTTP tcp 80 enabled
Description................ HTTP web server
Properties................. server
Managed parameters......... state port acl map log
Interface Access List...... lan local wan
Ip Access List............. any
NAT Port List.............. 80
=>