firewall can not block port VM

Dzung

Well-Known Member
Feb 20, 2019
89
2
48
34
hello!
I was install pve 5.4, I want to block ssh to VM but can not block. this is my config:
/etc/pve/firewall# cat 107.fw
[OPTIONS]

ipfilter: 0
policy_in: ACCEPT
enable: 1

[RULES]

IN DROP -i net0 -p tcp -dport 22 -sport 22 -log alert
anyone tell me how to block port ssh ?
Thank all ?