0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AWS ネットワークACL「送信元は IPv4 または IPv6 CIDR ブロックにする必要があります。」

Posted at

#やりたいこと
AWSのネットワークACLで特定のIPからのアクセスを拒否する設定をしたい。

#起きた問題
インバウンドールールの送信元にグローバルIPを入力したところ、
「送信元は IPv4 または IPv6 CIDR ブロックにする必要があります。」と表示されて保存できない。

#解決策
CIDR「/32」(ユニキャスト)を追記する。
※1つのIPを指定する場合、/32(=255.255.255.255)を指定する。

#参考
https://www.mrl.co.jp/download/manual-online/gl2000/gl2000_02/manual/docs/netlistc.htm

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?