Skip to main content

Traffic Rules

To set the device's traffic rules:

  • Firewall
  • Traffic Rules

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

TrafficRules-421

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 like 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 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-421

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

Blacklist2-421

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

Blacklist3-421 Blacklist4-421

As a result, the device with the IP address 192.168.1.163 has been denied access to external networks. You can add any traffic rules you want using the same logic.

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-421

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

Whitelist2-421

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

Whitelist3-421

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. In the order of the rules, the accept rule must come before the reject rule.

Whitelist4-421