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.

IP まわりの勉強メモ

Posted at

自分のIPを確認する方法

アドレスが使用可能か確認する

プレフィックス表記(CIDR表記)

プレフィックス = 短縮表記
IPアドレスとサブネットマスクをまとめて書く方法

例
プレフィックス   サブネットマスク値
/23	             255.255.254.0
512個のIPアドレスが対象になる

XFF(X-Forwarded-For)

HTTPヘッダフィールドの1つ。
ロードバランサなどの機器を経由してWebサーバに接続する
クライアントの送信元IPアドレスを特定する際のデファクトスタンダード。

アクセス元IPの確認方法

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?