Port has been "opened" with following commnad:
firewall-cmd --permanent --zone=public --add-port=80/tcp --add-port=80/udp
Now the service on port 80 could be used by any IP in the whole world.
How I can restrict access to the service on the port 80 to a few IP ranges like this one 7.7.7.0/24 with firewall-cmd command?
Or should be used different approach to achieve needed result?
The service is running on RHEL 7.