Firewall
Web filtering
TX54 User Guide
839
n
See
Configure web filtering with manual DNS servers
for information about configuring web
filtering to use Cisco open DNS servers.
1. Log into the TX54 command line as a user with Admin access.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. Disable web filtering:
> config firewall web-filter enable false
>
3. Attempt to connect to the Cisco test URL
http://www.internetbadguys.com
by using either a
web browser or the
curl
command from a Linux shell:
$ curl -I http://www.internetbadguys.com
HTTP/1.1 200 OK
Server: Apache
Content-Type: text/html; charset=UTF-8
Accept-Ranges: bytes
Date: Thurs, 03 March 2022 10:16:23
X-Varnish: 4201397492
Age: 0
Via: 1.1 varnish
Connection: keep-alive
$
You should receive an "HTTP/1.1 200 OK" message, as highlighted above.
4. Return to the Admin CLI and enable web filtering:
> config firewall web-filter enable true
>
5. Attempt to connect to
http://www.internetbadguys.com
again:
$ curl -I www.internetbadguys.com
HTTP/1.1 403 Forbidden
Server: openresty/1.9.7.3
Date: Thurs, 03 March 2022 10:16:23
Content-Type: text/html
Connection: keep-alive
$
You should receive an "HTTP/1.1 403 Forbidden" message, as highlighted above.
Show web filter service information
To view information about the web filter service:
Command line
Содержание TX54
Страница 1: ...TX54 User Guide Firmware version 22 2 ...
Страница 190: ...Interfaces Bridging TX54 User Guide 190 ...
Страница 293: ...Hotspot Hotspot configuration TX54 User Guide 293 ...
Страница 332: ...Hotspot Show hotspot status and statistics TX54 User Guide 332 ...
Страница 584: ...Services Simple Network Management Protocol SNMP TX54 User Guide 584 4 Click Download ...
Страница 1069: ...Command line interface Command line reference TX54 User Guide 1069 reboot Reboot the system Parameters None ...