Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

CentOS 7 firewall-cmd not found

Solution 1:

Two possible options

  • Your PATH does not contain /usr/bin
  • firewall-cmd is not installed
    • yum install firewalld

Solution 2:

Looks to me like you don't have it installed/enabled.

yum install firewalld
systemctl unmask firewalld
systemctl enable firewalld
systemctl start firewalld

Tags:

Centos

Vps

Openvz

Firewalld

Related

how to easily reconnect to "unavailable" network shares Fix 'TLS Error: TLS handshake failed' on OpenVPN client IIS 8.5 URL Rewrite just wont work: rules have no affect at all Is there a cloud-based reverse proxy solution in AWS? Access my server through SSH with the domain (with Cloudflare) Install a newer version of Git on CentOS 7 Is SNMP still used widely as of 2015? Will nginx route no traffic to an upstream host with weight 0? How to cast as ArrayList, preset data in param block, and return as ArrayList? Nginx conflicting server name for subdomain Delete files with logrotate What kinds of security vulnerabilities does providing DNSSEC expose?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy