@Furry: Sorry no. Access Control only controls outgoing traffic LAN --> Internet but not in the other direction.
@jc53: You don't have to explicitly block any TCP or UDP port because no such port is listening on your public IP address at your router's WAN interface for incoming connection initiating traffic! Hence any such traffic would be implicitly dropped by your router (which perhaps returns an ICMP error message back to sender or not if it operates in 'stealth' mode).
There are only two cases where your router accepts incoming traffic to a specific TCP or UDP port:
- For any NAT session (TCP or UDP) initiated by outgoing traffic, where the public UDP or TCP port used by the NAT session accepts reply traffic, but only as long as the NAT session exists.
- For any TCP or UDP port for which you have configured a port forwarding rule. Such ports are permanently listening for any incoming traffic.