리눅스 방화벽을 command line으로 설정하는 방법을 소개하겠습니다. 1. 방화벽 상태 확인 [root@localhost ~] # firewall-cmd --state -----결과값----- running -- 실행중 일때 not running -- 실행중이지 않을 때 2. 방화벽 올리기 [root@localhost ~] # systemctl start firewalld 3. 방화벽 내리기 [root@localhost ~] # systemctl stop firewalld