The reason for constant redirection to the notification page is that the DPI does not see the redirection to the www-site with the notification, so it does not reset the service state. For automatic reset, traffic to the www-server must pass through the DPI.
To reset the subscriber notification service on the web server after displaying the page, it is necessary to issue a command to the DPI:
fdpi_ctrl del --service 6 --ip <ip or login>
Example:
fdpi_ctrl del --service 6 --ip 192.168.0.1
For this, you can use Remote DPI Management.
You need to disable caching of the page being redirected to.
Options:
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Pragma: no-cache
?
to the ntf_server
URL parameter — it will be different each time: ntf_server=192.168.0.18/ntf?
More about the ntf_server
parameter.