Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_options:opt_filtration:filtration_troubleshooting:filtration_troubleshooting_serv_off [2023/10/12 07:14] – elena.krasnobryzh | en:dpi:dpi_options:opt_filtration:filtration_troubleshooting:filtration_troubleshooting_serv_off [2024/07/29 12:48] (current) – removed elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== How to check blocking state for URL when SM is used for blacklist service ====== | ||
| - | {{indexmenu_n> | ||
| - | 1. Check in the file / | ||
| - | Yes - SM is activated. Blacklist is activated by service activation for subcribers. | ||
| - | |||
| - | 2. On test subsriber check that service is off: | ||
| - | fdpi_ctrl list --service 4 --ip 192.168.1.60 | ||
| - | 1/0/1 - service is off | ||
| - | 1/1/0 - service is on | ||
| - | Result processing ip=192.168.1.60 : 1/0/1 | ||
| - | - service is off | ||
| - | |||
| - | 3. In the config file / | ||
| - | |||
| - | trace_ip=< | ||
| - | after it: | ||
| - | service fastdpi reload | ||
| - | |||
| - | check for test URL: | ||
| - | grep -A5 metfen fastdpi_slave_? | ||
| - | or | ||
| - | cat fastdpi_slave_? | ||
| - | |||
| - | HTTP_HOST=_metfen.com_ | ||
| - | HTTP_REFERER(0)=_null_ | ||
| - | HTTP_USER-AGENT=_Mozilla/ | ||
| - | Chrome/ | ||
| - | HTTP_COOKIE=_null_ | ||
| - | [TRACE | ||
| - | HTTP_HOST=_metfen.com_ | ||
| - | HTTP_REFERER=_null_ | ||
| - | blocked=0 | ||
| - | new_prg_id=0 | ||
| - | | ||
| - | in log blocked = 0 no redirection, | ||
| - | No active blacklist for the subscriber in the VAS Experts DPI. | ||
| - | |||
| - | |||
| - | 4. Dump browser session with fiddler for blacklist URL if redirect is still active then check your redirect page for folowing instructions: | ||
| - | |||
| - | Cache-Control: | ||
| - | Pragma: no-cache | ||