iptables 중지되지 않을때
리눅스/Network2019. 3. 18. 14:21
반응형
아래 명령의 파일을 생성하여 일괄 처리합니다.
iptables -F
iptables -X
iptables -t nat -F
iptables -t mangle -F
iptables -t raw -F
iptables -t security -F
iptables -Z
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
반응형
'리눅스 > Network' 카테고리의 다른 글
[fping] network 대역으로 ping 체크하기 (0) | 2020.09.14 |
---|---|
Ubuntu 19.04 netplan 설정하기 (0) | 2019.08.05 |
nc 명령어 (포트 체크) (0) | 2019.03.07 |
네트워크 장치명 변경 (CentOS 7) (0) | 2019.02.13 |
CentOS 7 에서 본딩 (bonding) 구성 (0) | 2019.02.01 |
댓글()