For clean minimum CentOS 7 installation, have to manually install the system-config-firewall-tui. Bad news is that after you install this TUI firewall settings you still can’t execute it instantly, you need to do a little bit more in order for system-config-firewall-tui to be executable.

To setup TUI Firewall settings in CentOS 7, follow the steps below:-
Advertisements
- First go to your terminal and install the system-config-firewall-tui thru yum:-
yum install system-config-firewall-tui
- Once the installation done, run this 2 command :-
systemctl stop firewalld.service systemctl disable firewalld.service
- Now you can start the TUI firewall settings using command below:-
system-config-firewall-tui
Related posts:
How to install SVN 1.6 on CentOS 5
How to show line number in vi / vim editor
CentOS: install yum fastest mirror plugin for faster connection update
Secure file transfer thru scp in Mac and Linux
Debian: "There is no public key available for the following key IDs"
How to install LAMP (Apache, PHP and MySQL in Linux) using Yum
How to enable personal file sharing in Ubuntu 10.04
SVN: How to commit only modified files via command line
Share this with your friends:-