Appendix 2
MAN_105G_1.16
Page 150
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]
*.*.*.*
The above example will allow all IP addresses beginning with 10.10.12 to access all
protocols in the module. Addresses beginning with 10.10.13 will be able to access the
web server, but not the FTP and Telnet servers. The Modbus/TCP and Ethernet/IP
servers will accept connections from any IP address.