```bash
cd /etc/firewalld/zones
vi public.xml
# 상태확인
systemctl status firewalld
# 방화벽 중지
systemctl stop firewalld
```