User manual

105G Wireless Gateway User Manual
Page 161 ©February 2009
web_accs.cfg
To protect a directory from web access, a file called ‘web_accs.cfg’ must be placed in the
directory to protect. This file shall contain a list of users that are allowed to browse the
protected directory and its subdirectories. Multiple of these password files may be
present in the system, allowing different users to access different files and directories.
The file format is the same as for the ‘ad_pswd.cfg’ and ‘sys_pswd.cfg’ files, except that
the optional parameter ‘AuthName’ can be added. The value of this parameter will be
presented in the login window. If it is not given, the requested file/pathname will be
presented instead.
File format:
User:Password
[AuthName]
(Message goes here)
The contents of this file can be redirected by placing the line ‘[File path]’ on the first
row, followed by a list of password files.
Example:
[File path]
\user\pswd\my_passwords\web_pswd.cfg
If any errors in the format of these files are detected the user/password protection will be
ignored
ip_accs.cfg
It is possible to configure which IP addresses and what protocols that are allowed to
connect to the module. This information is stored in the file ‘\ip_accs.cfg’. The file
contains one or several of the headers below.
[Web]
[FTP]
[Telnet]
[Modbus/TCP]
[Ethernet/IP]
[All]
Under each header the allowed IP addresses are written. The wildcard ‘*’ can be used to
allow series of IP addresses. If a protocol header is not given, the system will use the
configuration set below the header ‘All’. If the ‘All’ header is not given, the protocol will
not accept any connections.
Example:
[Web]
10.10.12.*
10.10.13.*
[FTP]
10.10.12.*
[Telnet]
10.10.12.*
[All]
*.*.*.*