Skip to main content

Traffic Rules

To set the device's traffic rules:

  • Firewall
  • Traffic Rules

follow the menus. Traffic rules can filter specific types of internet data and can block internet access requests to enhance network security.

TrafficRules-451

ParameterDescriptionDefault Value
EnableEnable/DisableEnable
NameName of the rule-
Restrict to address familyOnly IPv4Only IPv4
ProtocolTCP+UDP/TCP/UDP/ICMPTCP+UDP
Match ICMP typeMatching ICMP rule, match any.Any
Source zoneAny zone/LAN/WANLAN
Source MAC addressThe source MAC address that matches this rule can be multiple MAC addresses. The MAC addresses are specified separated by spaces. The "Any" option matches all MAC addresses.
Note: When matching the source MAC address, leave the source IP address blank.
Any
Source IP addressThe source IP address that matches this rule can be in the form of an IP range, for example, 192.168.1.100-192.168.1.200. The "Any" option matches all IP addresses.
Note: When matching the source IP address, leave the source MAC address blank.
Any
Source portThe source IP port that matches this rule can be in the form of a port range, for example, 8000-9000. The "Null" option matches all ports.Null
Destination zoneDevice/Any zone/LAN/WANAny
Destination addressThe target IP address to match.
The "Any" option matches all IP addresses.
Any
Destination portThe target port to match.
The "Null" option matches all ports.
Null
ActionYou can choose what action to take after receiving this type of data packets: drop, accept, reject, don't track.Accept

IP Address Blacklist

In the Traffic Rules menu, click the Add and edit button in the New forward rule section after entering a name (Name).

Blacklist1-451

In the incoming interface, set Protocol to TCP+UDP, set the Source zone to lan, and set the Source IP address to the desired IP address. In this case, it was set to 192.168.1.6.

Set the Destination zone to wan, set the Destination address to any, and then set the Action to reject. Click the Save & Apply button.

Blacklist2-451

As a result, the device with the IP address 192.168.1.6 is now prohibited from accessing external networks. You can add any traffic rules you want using the same logic.

Blacklist3-451

IP Address Whitelist

In the Traffic Rules menu, click the Add and edit button in the New forward rule section after entering a name (Name).

Whitelist1-451

In the incoming interface, set Protocol to TCP+UDP, set the Source zone to lan, and set the Source IP address to the desired IP address. For example, 192.168.1.6.

Set the Destination zone to wan, set the Destination address to any, and then set the Action to accept. Click the Save & Apply button.

Whitelist2-451

Then, to add an additional rule to deny all communication, set the Source IP address and Destination address values to any, and set the Action to reject.

Whitelist3-451

In the order of the rules, the accept rule must come before the reject rule.

Whitelist4-451

Using the provided examples, IP, Port, Ping blocking or allowing rules can be adjusted according to the user's needs.