Configuring Firewall Policies - Cisco PIX 500 Series Configuration Manual

Security appliance command line
Hide thumbs Also See for PIX 500 Series:
Table of Contents

Advertisement

Group Policies
The command no address pools none removes the address-pools none command from the
configuration, restoring the default value, which is to allow inheritance.
hostname(config-group-policy)# no address-pools none
hostname(config-group-policy)#
The syntax elements of this command are as follows:
The following example entered in config-general configuration mode, configures pool 1 and pool20 as
lists of address pools to use for allocating addresses to remote clients for GroupPolicy1:
hostname(config)# ip local pool pool 192.168.10.1-192.168.10.100 mask 255.255.0.0
hostname(config)# ip local pool pool20 192.168.20.1-192.168.20.200 mask 255.255.0.0
hostname(config)# group-policy GroupPolicy1 attributes
hostname(config-group-policy)# address-pools value pool1 pool20
hostname(config-group-policy)#

Configuring Firewall Policies

A firewall isolates and protects a computer from the Internet by inspecting each inbound and outbound
individual packet of data to determine whether to allow or drop it. Firewalls provide extra security if
remote users in a group have split tunneling configured. In this case, the firewall protects the user's PC,
and thereby the corporate network, from intrusions by way of the Internet or the user's local LAN.
Remote users connecting to the security appliance with the VPN client can choose the appropriate
firewall option.
Set personal firewall policies that the security appliance pushes to the VPN client during IKE tunnel
negotiation by using the client-firewall command in group-policy configuration mode. To delete a
firewall policy, enter the no form of this command.
To delete all firewall policies, enter the no client-firewall command without arguments. This command
deletes all configured firewall policies, including a null policy if you created one by entering the
client-firewall command with the none keyword.
When there are no firewall policies, users inherit any that exist in the default or other group policy. To
prevent users from inheriting such firewall policies, enter the client-firewall command with the none
keyword.
The Add or Edit Group Policy window, Client Firewall tab, lets you configure firewall settings for VPN
clients for the group policy being added or modified.
Only VPN clients running Microsoft Windows can use these firewall features. They are currently not
Note
available to hardware clients or other (non-Windows) software clients.
In the first scenario, a remote user has a personal firewall installed on the PC. The VPN client enforces
firewall policy defined on the local firewall, and it monitors that firewall to make sure it is running. If
the firewall stops running, the VPN client drops the connection to the security appliance. (This firewall
enforcement mechanism is called Are You There (AYT), because the VPN client monitors the firewall by
Cisco Security Appliance Command Line Configuration Guide
30-58
address_pool—Specifies the name of the address pool configured with the ip local pool command.
You can specify up to 6 local address pools.
none—Specifies that no address pools are configured and disables inheritance from other sources
of group policy.
value—Specifies a list of up to 6 address pools from which to assign addresses.
Chapter 30
Configuring Connection Profiles, Group Policies, and Users
OL-12172-03

Advertisement

Table of Contents
loading

This manual is also suitable for:

Asa 5500 series

Table of Contents