This section is located at the network zone level. To create a new zone, use the following command:
Admin@UGOS# create network zone
Provide the following zone parameters:
Parameter |
Description |
---|---|
name |
Zone name. |
description |
Zone description. |
dos-protection-syn |
Protect the zone against network flooding for TCP protocol (SYN-flood):
|
dos-protection-udp |
Protect the zone against network flooding for UDP protocol:
|
dos-protection-icmp |
Protect the zone against network flooding for ICMP protocol:
|
enabled-services |
Zone access control settings:
|
service-addresses |
Allowed IP addresses for services:
|
antispoof-enabled |
Enable/disable IP spoofing protection:
|
ip-spoofing-networks |
Specify source IP addresses available in the zone in <ip> or <ip/mask> format. Network packets with source IP addresses other than those specified will be discarded. |
antispoof-negate |
Enumerated options:
If antispoof-negate on is enabled, the interfaces in that zone will not receive packets from the source addresses specified in the value ip-spoofing-networks. In this case packets with specified source IP addresses will be discarded. |
To update zone parameters, use the following command:
Admin@UGOS# set network zone <zone-name>
To add new services to the allowed service list, use the following command:
Admin@UGOS# set network zone <zone-name> ... enabled-services + [ <service-name> ... ] ...
To delete a zone or its parameters, use the following command:
Admin@UGOS# delete network zone <zone-name>
You can delete the following parameters:
Parameter |
Description |
---|---|
dos-protection-syn |
Protect the zone against network flooding for TCP protocol (SYN-flood):
|
dos-protection-udp |
Protect the zone against network flooding for UDP protocol:
|
dos-protection-icmp |
Protect the zone against network flooding for ICMP protocol:
|
enabled-services |
Zone access control settings:
|
service-addresses |
Allowed IP addresses for services:
|
ip-spoofing-networks |
When IP spoofing protection is enabled, the administrator can specify source IP addresses allowed in the zone in <ip> or <ip/mask> format. Network packets with source IP addresses other than those specified will be discarded. |
To preview zone settings, use the following command:
Admin@UGOS# show network zone <zone-name>