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 split large file into several smaller files - Linux
How to create symbolic link in Unix
How to flush DNS cache in Linux / Windows / Mac
Free image editor for Mac OS X / XP / Vista / Linux
How to block all file access except one using .htaccess
N900 virtual keyboard not working after uninstall SCIM
Linux: How to mount iso image file
How to remove apache test page in CentOS
Share this with your friends:-