iptables.serviceをインストール #memo
iptables.serviceをインストール
225 sudo ipset
226 sudo ipset help
227 sudo ipset create WHITELIST hash:net
228 sudo ipset list
229 sudo ipset add WHITELIST 192.168.11.0/24
230 sudo iptables -I INPUT -m set --match-set WHITELIST src -j ACCEPT
231 sudo iptables -L
232 systemctl start httpd
233 sudo systemctl start httpd
234 history