CentOS7にfirewalld をインストールするメモ
1.firewalld のインストール
#yum install firewalld
2.サービス起動
#systemctl start firewalld.service
3.自動起動設定
#systemctl enable named-chroot.service
4.サービス定義一覧表示
#firewall-cmd –get-services
Coding Changes the World
1.firewalld のインストール
#yum install firewalld
2.サービス起動
#systemctl start firewalld.service
3.自動起動設定
#systemctl enable named-chroot.service
4.サービス定義一覧表示
#firewall-cmd –get-services