Skip to content

Instantly share code, notes, and snippets.

@koji
Created January 1, 2015 20:26
Show Gist options
  • Save koji/32c64b16aa1269f4298f to your computer and use it in GitHub Desktop.
Save koji/32c64b16aa1269f4298f to your computer and use it in GitHub Desktop.
How to install iptables on CentOS7(CentOS7のiptablesのインストール方法)
Step1
yum install iptables-services
Step2
to start iptables 起動
systemctl start iptables
to stop iptables 停止
systemctl stop iptables
to restart iptables 再起動
systemctl restart iptables
to reload iptables リロード
systemctl reload iptables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment