Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IPアドレスからクライアントマシン名を取得したい。
クライアントの IP アドレスを取得している場合 -
ip_addr = request.env['REMOTE_ADDR']
`nbtstat –a #{request.env['REMOTE_ADDR']}`
Ruby のバッククォートは、結果の文字列をコマンド プロンプトで実行します。
しかし、それはおそらく文字通りのマシンではなく、サブネットルーターの名前を取得します. 繰り返しになりますが、私はインターネット ルーティング プロトコルなどについてほとんど何も知りません。