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 extract .bz2 file in Linux?
How to move cursor to end of line in vi editor
How to search files by content in Mac / Linux
How to avoid duplicate content using .htaccess
How to extract .deb file in Linux / Mac
How to setup SSH without password
How to add Primary and Secondary DNS server - /etc/resolve.conf - Linux
How to create bootable Linux USB drive - UNetbootin
Share this with your friends:-