-
[ CentOS 7 ] iptables service installLinux/RedHat, CentOS, ubuntu 2019. 4. 19. 21:20
Docs : https://tecadmin.net/install-and-use-iptables-on-centos-rhel-7
Step 1. STOP And Disable Firewalld
# systemctl stop firewalld
# systemctl disable firewalld# systemctl is-enabled firewalld
disabledStep 2. Install Iptables Service
# yum install iptables-services
# systemctl enable iptables
# systemctl start iptables
# systemctl is-enabled iptablesenabled
# systemctl status iptables
'Linux > RedHat, CentOS, ubuntu' 카테고리의 다른 글
[ CentOS 7 ] Tomcat 8 Install (0) 2019.04.23 [ CentOS 7 ] openJDK 1.8 Install (0) 2019.04.23 Linux date 명령어 (날짜/시간 변경/전일구하기) (0) 2019.04.23 [ CentOS 7 ] cronolog 유틸을 이용한 Access Log 날짜별 적재 (0) 2019.04.22 Linux 파일은 유지하면서 내용만 지우기 (0) 2019.04.18 Linux tar backup (0) 2019.04.04 [ CentOS 7 ] Loop Back Adapter Configuration (0) 2019.04.03 [ CentOS 7 ] systemctl 명령어 (0) 2019.03.12