Firewall Command Examples - ZyXEL Communications UAG Series Reference Manual

Unified access gateway
Hide thumbs Also See for UAG Series:
Table of Contents

Advertisement

Table 106 firewall Sub-commands (continued)
COMMAND
[no] to {zone_object|Device}
[no] user user_name

33.2.2 Firewall Command Examples

These are IPv4 firewall configuration examples.
The following example shows you how to add an IPv4 firewall rule to allow a MyService connection
from the WAN zone to the IP addresses Dest_1 in the LAN zone.
• Enter configuration command mode.
• Create an IP address object.
• Create a service object.
• Enter the firewall sub-command mode to add a firewall rule.
• Set the direction of travel of packets to which the rule applies.
• Set the destination IP address(es).
• Set the service to which this rule applies.
• Set the action the UAG is to take on packets which match this rule.
Router# configure terminal
Router(config)# service-object MyService tcp eq 1234
Router(config)# address-object Dest_1 10.0.0.10-10.0.0.15
Router(config)# firewall insert 3
Router(firewall)# from WAN
Router(firewall)# to LAN
Router(firewall)# destinationip Dest_1
Router(firewall)# service MyService
Router(firewall)# action allow
The following command displays the default IPv4 firewall rule that applies to the WAN to UAG
packet direction. The firewall rule number is in the rule's priority number in the global rule list.
Router(config)# show firewall WAN Device
firewall rule: 13
description:
user: any, schedule: none
from: WAN, to: Device
source IP: any, source port: any
destination IP: any, service: Default_Allow_WAN_To_Device
log: no, action: allow, status: yes
connection match: no
UAG CLI Reference Guide
DESCRIPTION
Sets the zone to which the packets are sent. The
command removes the zone to which the packets are sent
and resets it to the default (any). any means all interfaces
or VPN tunnels.
Sets a user-aware firewall rule. The rule is activated only
when the specified user logs into the system. The
command resets the user name to the default (any). any
means all users.
Chapter 33 Firewall
no
no
175

Advertisement

Table of Contents
loading

Table of Contents