Is there a way to forward a port to another port on a whole subnet?
I wanted to run firewall-cmd --add-forward-port=port=8888:proto=tcp:toport=80:toaddr=10.100.100.0/24 But the cli says 10.100.100.0/24 is invalid.
Is that possible maybe with masquerade?
Thanks