Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Firewalldhttps://www.youtube.com/watch?v=T2g6nxRCnLQ&ab_channel=NetSecProf

firewall-cmd --list-all


Services
list all services availablefirewall-cmd --get-services
add service to a zonefirewall-cmd --add-service-https    ( will add to the default zone= public or "untrusted")
add permanent servicefirewall-cmd --add-service-https  --permanent
create service


Ports
add portfirewall-cmd --get-ports
add permanent port


Zones
show zonesfirewall-cmd --get-zones
add zones
create zone


NAT or masquarade




  • No labels