Hi,
How can firewalld be configured to allow access to sshd from only
specific IP addresses?
For each IP address, I'll explicitly allow access:
firewall-cmd --add-rich-rule='rule family="ipv4" source
address="192.168.1.0/24" service name="ssh" accept'
But how does one reject the rest? source address="0.0.0.0/32" isn't
allowed.
Thanks,
MikeC