# No router, so drop all traffic which otherwise will be forwarded
iptables -P FORWARD DROP
# Block incomming udp traffic with destination port 111
iptables -A INPUT -p udp --dport 111 -j REJECT
Yes, that is possible as PBS is not in any way interacting with the nftables.Is possibile to use UFW?