Web Interface and User Authentication
Table of Contents
Web Interface Parameters Configuration
WinRoute contains a special Web server that can be used for several purposes, such as an interface for user connections, dial-up control or cache management. This Web server is available over SSL or using standard HTTP with no encryption (both versions include identical pages).
Refer to the list below for URLs of individual pages ('server' refers to the name or IP of the WinRoute host, 4080 represents a standard HTTP interface port).
-
the main page (Index) includes only links to the pages listed below
https://server:4080/
-
user authentication at the firewall (login and logout page)
http://server:4080/fw/login
http://server:4080/fw/logout
-
modifications of user configuration (password, global limitations for accessing WWW pages, etc.)
http://server:4080/fw/pref
-
viewing user statistics (i.e. IP address, login time, size of the data transmitted, number of filtered objects, etc.)
http://server:4080/fw/stat
-
dialing and disconnecting dial-ups
http://server:4080/fw/dial
-
viewing statistics of HTTP cache with functions for deleting and searching for saved objects
http://server:4080/fw/cache
-
viewing HTTP rules (see chapter URL Rules) not related to the user or the host that is used to connect to the Web interface
http://server:4080/fw/http_restr
To use the encrypted version specify the HTTPS protocol and number of the port that the encrypted Web interface is running on (default is 4081) e.g.
https://server:4081/fw/login
