LoginSignup
1
1

More than 5 years have passed since last update.

ipアドレスを調べる

Last updated at Posted at 2017-03-22

他のサイトのipアドレスを調べた時に少しつまったので、メモとしてまとめておきます。

ipアドレスを調べる

nsllookup

nslookup example.com

※このとき、http://はつけない

ping

ping -c 3 example.com

-c :試験的にパケット送る回数を指定。

参考
http://unix.oskp.net/linux_command/ping.html

1
1
2

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
1
1