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

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

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.163.

Blacklist2-430

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-430 Blacklist4-430

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

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.150.

Whitelist2-430

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

Then, to deny all communication, add another rule with the Source IP address and Destination address values set to any, and the Action set to reject. In the order of the rules, the accept rule must come before the reject rule.

Whitelist4-430