Hello @Hamed5034. i am receiving Similar Issue. kindly share how to add port 1812 on the Firewall
Just check your firewall for the rule that is blocking (drop) in the
input chain.
For the default config it probably is the rule to drop input from every interface (or bridge) that is not in the LAN interface list.
Klembord-2.jpg
So possibilities are
-) add explicit rule for UDP port 1812 that accepts input, and comes
before that drop rule in the firewall
-) add interface or the bridge the interface is port of, to the "LAN" interface list
FW rules for input are limited by SRC IP address(-range), interface, interface list, UDP/TCP protocol, port number , or to any other filter you place in the rule.
The first rule that matches the filter is used.
You do not have the required permissions to view the files attached to this post.